2024-10-15 11:05:38 +08:00
2024-10-15 11:05:38 +08:00
2024-10-15 10:56:42 +08:00
2024-10-15 11:04:51 +08:00
2024-10-15 10:56:42 +08:00

extract_c.pyidapython脚本需要配合使用idat64使用需要被其他脚本调用使用

test.py是调用extract_c.py的脚本,使用提取的时候都是用test.py来提取

执行命令

python test.py -e idat64_path file <Extract_Functions>
python test.py -h

image-20241015110234709

提取结果保存在result文件夹下

提取c的文件格式为 提取二进制文件名+_extract.c
提取汇编的文件格式为 提取二进制文件名+_+函数名+.asm

image-20241015110309821

Description
No description provided
Readme 80 KiB
Languages
Python 100%