I am quite new in IDA Pro. I am trying to disassemble multiple .exe files and save the assembly codes as .asm files. I tried to write a Python script for that. But I don't know how to load an .exe file in IDA Pro using Python. I found some examples but I believe they work for a file that is already open in IDA Pro. I have thousands of files, I cannot open them one by one manually. Anyone knows how to do it?
reverse engineering - Disassembling multiple files in IDA Pro using Python - Stack Overflow
评论列表(0)
- 暂无评论