https://github.com/zygotecode/softwaredecompilers
Tired of searching for a decompiler all over the Web for C#/VB.NET/Python/Java? You can find the best decompilers here.
https://github.com/zygotecode/softwaredecompilers
Last synced: 5 months ago
JSON representation
Tired of searching for a decompiler all over the Web for C#/VB.NET/Python/Java? You can find the best decompilers here.
- Host: GitHub
- URL: https://github.com/zygotecode/softwaredecompilers
- Owner: ZygoteCode
- Created: 2023-01-15T18:40:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T18:40:35.000Z (over 3 years ago)
- Last Synced: 2025-03-04T12:40:27.604Z (over 1 year ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software decompilers
Many decompilers have been created during the years to help developers to recover the code from their old softwares, to analyze the behavior of a program to see if it has a bad behavior on your machine but now they are too much and so people had to install many decompilers to see which one fits for them. This is not anymore a problem: with this repository, I want to tell you the best decompilers for reverse engineering every software compiled in machine code, C#, Java and Python.
* [dnSpy](https://github.com/dnSpyEx/dnSpy/releases) - A famous C#/Visual Basic decompiler made for decompiling .NET assemblies (both *.exe and *.dll files) compiled in .NET Framework, .NET Core or the latest .NET multi-platform technology.
* [pySpy](https://github.com/Svenskithesource/pySpy) - A Python decompiler made for decompiling Python compiled scripts (*.pyc files).
* [Bytecode Viewer](https://github.com/Konloch/bytecode-viewer/releases/) - A Java decompiler made for decompiling *.jar, *.dex, *.apk files which uses different important decompilers like Fernflower and Procyon.
* [x64dbg](https://x64dbg.com/) - A native debugger, decompiler and reverse engineering tool.