![]() |
JITHook .NET JIT Compilation Hooking Technique and Its Packer / Unpacker - نسخة قابلة للطباعة +- الفريق العربي للهندسة العكسية (https://www.at4re.net/f) +-- قسم : ENGLISH FORUM (https://www.at4re.net/f/forum-6.html) +--- قسم : Tutorials (https://www.at4re.net/f/forum-14.html) +--- الموضوع : JITHook .NET JIT Compilation Hooking Technique and Its Packer / Unpacker (/thread-4682.html) |
JITHook .NET JIT Compilation Hooking Technique and Its Packer / Unpacker - Stingered - 02-08-2025 GITHUB location: LJP-TW/JITHook Documentation in PDF format: PowerPoint Presentation ALT D/L location attached. JITHOOK The goal of this repository is to show you techniques for packing/unpacking .NET assemblies (programs) by abusing .NET's JIT mechanism. Build
It's just a demo of patching method IL.You can try to reverse-engineer it ![]() JITPacker
will pack the program.OPTION:
.JITUnpacker WARNING: Please run in an isolated environment as it will execute the packed program. will try to unpack the packed program.OPTION:
.testprogA test program with different functions:
|