⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 不知如何使用,哪个会用的指教一下,谢谢QQ547873739
💻 TXT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -