Example Usage
graph TD;
A[Start] --> B[Delete Trial Registry Key]
B --> C[Verify File Hash]
C -- Known Indexes --> D[Create Backup]
C -- Unknown Indexes --> E[Identify Function Indexes to Patch]
E -- Functions Found --> D
E -- Functions Not Found --> H[Error: Cannot Patch]
D --> G["Terminate Processes (Explorer, StartAllBack)"]
G --> I[Apply Patch]
I --> J[Verify Patch]
J -- Patch Verified --> K[Restart Processes]
J -- Patch Failed --> M[Restore Backup then restart processes]
M -- Abort --> H[End]
K --> H[End]
See also
.NET-Obfuscator
Open Source
Lists of .NET Obfuscator (Free, Freemium, Paid and Open Source )…
.NET-Deobfuscator
Open Source
Lists of .NET Deobfuscator and Unpacker (Open Source)…
ida-sigmaker
Open Source
sigmaker is a zero-dependency IDA Pro 9.0+ cross-platform signature maker plugin with optional SIMD …
omni
Open Source
A modern zero-allocation C++23 library for working with low-level Windows within user-space. Iterati…
RetDec
Open Source
Retargetable machine-code decompiler based on LLVM. Developed by Avast. Decompiles x86, ARM, MIPS, P…
NETReactorSlayer
Open Source
An open source (GPLv3) deobfuscator and unpacker for Eziriz .NET Reactor…