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.PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…
Network fingerprinting is a critical technique for identifying and analyzing network traffic patterns, particularly in…
"HowToHunt" is a platform designed to assist hunters in improving their skills, planning their expeditions,…
SkyFall-Pack is an advanced infrastructure automation toolkit designed for Command and Control (C2) operations. It…
LummaC2 is a commodity malware designed as an information stealer, targeting browsers, cryptocurrency wallets, and…
RustOwl is an innovative tool designed to enhance the Rust programming experience by visualizing ownership…