From 38fc58aac5454ad5b7fbcf2d4c24825013a1fe9f Mon Sep 17 00:00:00 2001 From: danger Date: Tue, 15 Oct 2024 11:04:51 +0800 Subject: [PATCH] Upload files to "/" --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d36fb1 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +`extract_c.py`为`idapython`脚本,需要配合使用idat64使用,需要被其他脚本调用使用 + +`test.py`是调用`extract_c.py`的脚本,使用提取的时候都是用`test.py`来提取 + +执行命令 + +``` +python test.py -e idat64_path file +python test.py -h +``` + + + +![image-20241015110234709](assets/image-20241015110234709.png) + +提取结果保存在`result`文件夹下 + +``` +提取c的文件格式为 提取二进制文件名+_extract.c +提取汇编的文件格式为 提取二进制文件名+_+函数名+.asm +``` + +![image-20241015110309821](assets/image-20241015110309821.png) \ No newline at end of file