Skip to content

BagasDext/AMLUnpacker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMLUnpacker

Information

An opensource executable and class library to split and unpack aml_upgrade_package.img files. (Yes the code is extremely messy, but it does work)

DOWNLOADS - Download PREBUILT.zip

Usage

Executable(Note: AMLUnpacker.dll is not needed to run the executable) - AMLUnpackerExecutable.exe -u aml_upgrade_package.img MyOutputFolder

Class library - Refference AMLUnpacker.dll AMLUnpacker unpacker = new AMLUnpacker(); unpacker.Unpack("aml_upgrade_package.img", "MyOutputFolder");

Working

-Splitting aml_upgrade_package.img files. -Generating partition info text file.

TO-DO

-Add unpacking system.PARTITION -Add unpacking boot.PARTITION -Add unpacking recovery.PARTITION -Few other things

Bugs

-Null

Contributors

Ricky Divjakovski [email protected]

About

A utillity for unpacking amlogic firmwares

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%