#
decompile
Here are 59 public repositories matching this topic...
A modern Java bytecode editor
java
agent
bytecode
static-analysis
decompiler
javafx
reverse-engineering
asm
decompile
javafx-application
jvm-bytecode
bytecode-engineering
bytecode-manipulation
-
Updated
Jun 1, 2020 - Java
uxmal
commented
Oct 23, 2015
Just like clicking on a function takes you to its definition, clicking on a struct reference like STR_4231 * pStruct = NULL; should take you to the definition of STR_4321
Android class dependency visualizer. This tool helps to visualize the current state of the project.
android
dependency-injection
architecture
apk
decompile
smali
android-dependency-visualizer
apk-dependency-graph
-
Updated
Nov 26, 2019 - Java
apk
decompile
apk-parser
apk-decompiler
apktool
classyshark
bytecode-viewer
jd-gui
dex2jar
jadx
android-decompile
-
Updated
Jan 15, 2020 - Shell
A library which is able to decompile a delegate or a method body to its lambda representation
-
Updated
Dec 4, 2019 - C#
*Decompile All the Things* - IDA Batch Decompile plugin and script for Hex-Ray's IDA Pro that adds the ability to batch decompile multiple files and their imports with additional annotations (xref, stack var size) to the pseudocode .c file
-
Updated
May 14, 2020 - Python
一键反编译工具(不需要手动安装Python) One key for quickly decompile apk/aar/dex/jar, support by jadx/dex2jar/enjarify/cfr.
-
Updated
May 16, 2020 - Python
All-in-one Java reverse engineering tool
-
Updated
Aug 20, 2019 - Java
Remapping tool for compiled java programs.
java
bytecode
decompiler
reverse-engineering
deobfuscation
decompile
mappings
jvm-bytecode
bytecode-engineering
-
Updated
Mar 12, 2020 - Java
Hex-Rays Decompiler plugin for better code navigation. Add support ida7.0/7.1/7.2 for macOS
-
Updated
Oct 22, 2018 - C++
eBPF Processor for Ghidra
-
Updated
Sep 23, 2019 - Java
Driver 2 reverse engineering project
-
Updated
Jun 7, 2020 - C
Displays dependencies between classes as fancy graph.
-
Updated
Jul 19, 2019 - Java
GoTo dnSpy for Visual Studio 2019
visual-studio
dotnet
decompiler
vsix
disassembler
dnlib
cil
decompile
goto
visual-studio-extension
dnspy
ilspy
il
vsix-extensions
-
Updated
Mar 17, 2020 - C#
Emacs Lisp Decompiler
-
Updated
Apr 30, 2020 - Python
-
Updated
Oct 7, 2017 - Java
Improve this page
Add a description, image, and links to the decompile topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the decompile topic, visit your repo's landing page and select "manage topics."
I'd suggest renaming
CSharpDecompiler.DecompileWholeModuleAsSingleFile()toDecompileWholeModuleAsSingleSyntaxTree()as in my understanding it's not really doing anything with a single file. The documentation on the method reinforces this: "Decompiles the whole module into a single syntax tree.".Am I missing something?