Detranspiler is a reverse-engineering tool that recovers Java-like source code from native library binaries (DLL, SO, dylib) that contain embedded Java logic, producing reviewable source files, HTML reports, and interactive relationship maps for security research and analysis.
How It Works
You discover a DLL or SO file that contains hidden Java logic inside it, and you want to understand what it does.
If you have the original Java archive file, you can attach it to help the tool recover more accurate method signatures and names.
The tool automatically examines the binary, traces Java native calls, rebuilds method structures, and decrypts hidden strings.
You explore a colorful HTML report showing recovery statistics, detected obfuscation patterns, and the relationships between Java and native code.
You navigate through the recovered Java-like files, seeing method bodies that were reconstructed from the native binary.
You use an interactive graph to see which native functions connect to which Java methods, tracing the full call chain.
You've recovered readable Java-like source from a native binary and can now analyze or continue the work manually with full context.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.