readme.txt

来自「《加密与解密》随书光盘(三)工具 本书在第一版的基础上,更新了第一版中的过时内」· 文本 代码 · 共 17 行

TXT
17
字号
这个样例供学习IDC脚本参考
Atli has again contributed a set of very useful scripts for IDA Pro.

- pe_dlls.idc (now supporting relocation of DLLs that have address 
collisions)
- pe_sections.idc (loads PE sections, parses PE tables, used by 
pe_dlls.idc for loading of individual DLLs)
- pe_structs.idc (all the useful structures for analyzing a pe binary 
dump)
- pe_write.idc (writes out a PE image file, using the HEADER section as 
loaded by the pe_sections.idc script)
- phytorva.idc (converts a physical offset to an rva, relocating the 
cursor to the rva)
- rvatophy.idc (converts an rva to a physical offset, relocating the 
cursor to the rva)

get them here Atli's Scripts 

⌨️ 快捷键说明

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