readme.txt

来自「不知如何使用,哪个会用的指教一下,谢谢QQ547873739」· 文本 代码 · 共 36 行

TXT
36
字号
mt1369 firmware tools, 6/sep/03
(c)copyright 2003, av_pete


overview
--------
some small tools to aid mt1369 firmware reverse engineering.
mtkinfo is a tool to gather the locations of known data within mt1369 firmware
mtkmenu is a tool to display contents of a mtkosd menu string block. 
mtkhuf is a modified lzhuf decompressor to extract compressed blocks from mt1369 firmware


basic use
---------
1. run "mtkinfo firmware.bin"
   note down the firmware address of the compressed blocks.
   note down the firmware address of the seconf mtkosd block.

2. run "mtkmenu d firmware.bin 0xabcde"
   where 0xabcde is the address of a mtkosd menu block.

3. run "mtkhuf d firmware.bin plain.bin 0x12345"
   where 0x12345 is the address of a compressed block.
   now view plain.bin with a hex editor, or disassemble with objdump!
   (the origin of the first compressed block is typically 0x00000000)


license
-------
do whatever you please.


contact
-------
visit the nerd-out.com or area450.com forums.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?