Binary lifter and deobfuscator using remill for x86_64 Windows binaries
Stars
77
Forks
5
Watchers
77
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
164
commits
2
commits
Add VmContextSlotForwardingPass, AggressiveInstCombine, and re-run ConcretizeAlloca
f6cde85View on GitHubAdd VmContextDSEPass for byte-level dead store elimination on vmcontext alloca
ac35f7dView on GitHubExtend late sentinel elimination to zero float/int stores of 0xCC-byte patterns
6252f97View on GitHubAdd ConcretizeAllocaPtrsPass and StripInlineDiagMarkersPass for vmcontext deobfuscation
2ddf924View on GitHubFix VM handler chain inlining and vmcontext initialization
1cbf201View on GitHubAdd VMHandlerChainSolver and wire chain dispatch into IR pipeline
f78bfb3View on GitHubFix duplicate module flags from StampTargetArchPass in late discovery
50e985cView on GitHubRework omill-lift UI/events and improve resolver/inlining pipeline
8b4cc8dView on GitHub