IDA2Obj is a tool to implement SBI (Static Binary Instrumentation).
The working flow is simple:
AUTOIMPORT_COMPAT_IDA695 = YES in the idapython.cfg to support the API with old IDA 6.x style.pip install coughMagicIDA/main.py.${workspace}/${module}/objs/afl.TRACE_MODE inside the workspace, then the output object files will be inside ${workspace}/${module}/objs/trace.${workspace}/${module} :utils/LibImports.py.${workspace}/${module}/libs, used for linking later.utils/link.bat.utils/link.bat GdiPlus dll afl /RELEASE${workspace}/${module}.utils/PatchPEHeader.py.utils/PatchPEHeader.py GdiPlus/GdiPlus.afl.dllutils/register_msdia_run_as_administrator.bat as administrator.Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…