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 cough
MagicIDA/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.dll
utils/register_msdia_run_as_administrator.bat
as administrator.Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…