给ARM指令添加注释
本帖最后由 fuckbin 于 2019-7-10 11:28 编辑Decoding ARM system instructions
This script will give you the list of ARM system instructions used in your IDA database. This is useful for locating specific low-level pieces of code (setting up the MMU, caches, fault handlers, etc.).One hassle of reverse engineering low-level ARM code is that IDA Pro does not decode the internal registers accessed by co-processor instructions (MCR/MRC and MSR/MRS on AArch64).After applying the script, the system registers accessed will be automatically commented in the database, as defined in the official ARM reference manuals.
The script will also try to automatically detect the accessed fields for some registers:
Usage
Alt-F7 in IDA Pro, then run the script on your open database.
Compatibility
Should work with ARMv7 and ARMv8 processors.
全是英文... 不会用,哈哈,看不懂 好不错,谢谢分享@ 对搞嵌入式的我来说,作用大大滴呀!~{:1_918:} 只要是路过看到的就顶起来……。 正在学习STM32,谢谢。 thank you! 对搞嵌入式的我来说,作用大大滴呀!~ 突然发现好东西啊,学习一下