mtk_fw_tools icon indicating copy to clipboard operation
mtk_fw_tools copied to clipboard

What am I supposed to do with the output?

Open Melab opened this issue 6 years ago • 2 comments

unalice.py successfully unpacked an ALICE_2 firmware blob for me, but what is the resulting file supposed to be? You say ALICE is the non-kernel part of the firmware, but I couldn't find anything in it like photos or whatnot.

Melab avatar Nov 28 '18 04:11 Melab

The binary you get from unalice.py can be loaded into a disassembler (IDA or radare2). You can also run "strings" (Linux command) on it to get an idea of what it does by examining the output.

donnm avatar Nov 28 '18 21:11 donnm

I've searched it for strings and nothing has come up from it.

Melab avatar Feb 14 '19 03:02 Melab