You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This script is used to automatically analyze samples and extract opcodes on Windows systems. The script requiresIDA Pro 7.5 and theIDAPython Python plugin.
This script can be used to quickly and efficiently analyze a large number of samples, making it ideal for malware analysis or other security-related tasks.
Usage
Main control script:run.bat
Set the IDA Pro path to the path in theida_path variable.
Set the path ofopcode_extract.py to the path in thescript_path variable.
Set the path of the directory containing the samples to be analyzed to the path in thetarget_dir variable.
Set the path of the directory where the analysis results will be stored to the path in thesave_dir variable.
Run therun.bat script.
Conclusion
This script is a powerful tool for quickly and efficiently analyzing a large number of samples on a Windows system. With its ability to automatically extract opcodes, this script is an ideal tool for malware analysis or other security-related tasks.