Unity IL2CPP & IL2CPP decompilation News — July 24, 2026
Curated Unity IL2CPP, IL2CPP decompilation updates for developers and security researchers. 24 relevant releases and technical developments with original sou… This page links to original publishers, uses short excerpts, and does not reproduce complete articles.
Il2CppDumper fork with a native Rust PDB generator for x64 PE (GameAssembly.dll): function names, full struct types and typed prototypes, auto-loaded by IDA. GitHub discovery signal: 43 stars, 2 forks, 0 open issues; language C#; last pushed 2026-06-06.
Why it matters: Relevant to Unity IL2CPP, IL2CPP decompilation.
A reverse engineering toolkit for Il2Cpp based on a Zygisk module, modified from the "Zygisk-Il2CppDumper" project. GitHub discovery signal: 51 stars, 13 forks, 0 open issues; language C; last pushed 2026-06-20.
Why it matters: Relevant to Unity IL2CPP, IL2CPP decompilation.
What's Changed: Updated AsmResolver to 6.0.0-beta.5 Updated Il2CppInterop to 1.5.1-ci.845 Fixed an issue with [D] Debug Mode Identifier in Console Title not being appended when set with Game Information Fixed an issue with MelonUtils.SetConsoleTitle not working when DontSetTitle Console option is true Fixed an issue with Loader.cfg saving DebugMode as true…
Why it matters: Relevant to Unity IL2CPP, Unity engine releases, Unity runtime tooling.
Decompile, deobfuscate, and unpack almost anything: a universal, deterministic, single-binary reverse-engineering toolkit in Rust for Python, JVM/Android, .NET, WebAssembly, JS, Go, and native packers (UPX/PyArmor/PyInstaller/Nuitka) and 20+ more. Built for malware analysis, CTFs, and security research. GitHub discovery signal: 29 stars, 3 forks, 0 open iss…
Why it matters: Relevant to Binary reverse engineering, Malware analysis tooling, Decompiler research.
Apkx-Hunter is an Android Static Analysis Framework written entirely in C with OWASP MASVS scanning with 15 categories and 166 detection patterns for Android security assessments, reverse engineering, malware analysis, bug bounty hunting, and penetration testing. It features ML-based secret scoring, and advanced static security analysis. GitHub discovery si…
Why it matters: Relevant to APK and IPA analysis, Android reverse engineering, Malware analysis tooling.
This is a pre-release of the wasi-sdk-34 tag which will eventually use LLVM 23. This is intended to assist in testing the new wasip3 target and the ABI changes maded in LLVM tip-of-tree. This upgrades to LLVM/Clang tip-of-tree as of July 1, 2026. Testing is welcome and appreciated, but this is not an official release just yet. What's Changed reduce whitespa…
Why it matters: Relevant to WebAssembly tooling, WebAssembly runtime.
Nuitka Assembly analyzer (as well as PyInstaller and other packagers) and native exe-files for extracting metadata, strings, modules, and structures from compiled ones.exe files. It is not a decompiler - it does not restore the source code. GitHub discovery signal: 16 stars, 2 forks, 0 open issues; language Python; last pushed 2026-07-03. Topics: binary-ana…
Why it matters: Relevant to Binary reverse engineering, Native binary tooling.
Fast iOS decompiler & Mach-O disassembler in Rust — arm64, Objective-C class-dump, Swift metadata, and a native desktop GUI. Reads .ipa/App Store binaries directly, no Ghidra, IDA, radare2, or LLVM. GitHub discovery signal: 5 stars, 0 forks, 0 open issues; language Rust; last pushed 2026-07-04. Topics: aarch64, apple, arm64, binary-analysis, class-dump, dec…
Why it matters: Relevant to APK and IPA analysis, iOS reverse engineering, Binary reverse engineering.
Recover .NET Native AOT metadata in IDA Pro — MethodTable/type hierarchy, virtual methods, and string literals from symbol-stripped binaries. IDAPython port of washi1337/ghidra-nativeaot. GitHub discovery signal: 62 stars, 4 forks, 1 open issues; language Python; last pushed 2026-06-15. Topics: decompiler, dotnet, eetype, ghidra-port, ida-plugin, ida-pro, i…
Why it matters: Relevant to Binary reverse engineering, Decompiler research.
A WebAssembly runtime implemented in C# for .NET GitHub discovery signal: 85 stars, 7 forks, 7 open issues; language C#; last pushed 2026-05-27. Topics: csharp, dotnet, wasm, webassembly, webassembly-runtime.
Why it matters: Relevant to WebAssembly tooling, WebAssembly runtime.
What's Changed Bump wasm-component-ld version by @alexcrichton in #642 Prepare for 34-rc.2 by @alexcrichton in #644 Full Changelog : wasi-sdk-34-rc.1...wasi-sdk-34-rc.2
Why it matters: Relevant to WebAssembly tooling, WebAssembly runtime.
Highlights This is a patch release with bug fixes and a few new additions. Thanks a lot to all the new contributors helping with this release! Python Bindings Python bindings on Linux load libcapstone.so now with the RTLD_DEEPBIND flag set. On some Linux systems this should limit the symbols' scopes to the library, instead of global ones. Useful for tools w…
Why it matters: Relevant to Binary reverse engineering, Native binary tooling.