Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 7 Python Decompiler Projects
-
Q: What is RAPID_API_KEY = os.environ.get('RAPID_API_KEY')? A: You should store configuration in environment variables; never in code. See 12 factors app. Python .pyc files can easily be "decompiled" to .py and reveal all secrets in code.
-
decompiler-explorer
Decompiler Explorer! Compare tools on the forefront of static analysis, now in your web browser!
Project mention: How to determine original language an .exe was coded with? | reddit.com/r/ProgrammingLanguages | 2022-12-05The c++-looking code you see is rebuild from the disasm, e.g for clarity, it's supposed to make the low level code more readable, so it does not mean anything about the language. (aside: several other product do that, see https://dogbolt.org/)
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
python-decompile3
Python decompiler for 3.7-3.8 Stripped down from uncompyle6 so we can refactor and start to fix up some long-standing problems
-
-
Project mention: +60% toughness regeneration speed + Lynchpin (Ogryn's feat) is actually nuts after the patch. | reddit.com/r/DarkTide | 2023-01-26
-
PCDump-bn
This Binary Ninja plugin is written in Python 3 and it aims to assist with reverse engineering and vulnerability research. It dumps the Pseudo C representation of a binary, generated by Binja's decompiler, into a specified folder.
Project mention: New release of PCDump (v1.1) - Binary Ninja Plugin to dump the Pseudo C generated by Binja into a folder | reddit.com/r/ReverseEngineering | 2023-02-01 -
AutoIt-Obfuscator-Python
AutoIt Obfuscator (Python module) lets you protect AutoIt script source code against analysis, reverse engineering, and decompilation using advanced obfuscation techniques and polymorphic encryption.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
Python Decompiler related posts
- Educating myself about Monitor Firmware --
- New release of PCDump (v1.1) - Binary Ninja Plugin to dump the Pseudo C generated by Binja into a folder
- Need help with Marshal
- How to determine original language an .exe was coded with?
- MCU Firmware unpacking, decrypting? Find Security Keys, Checksums, Memory Map
- Decompiler Explorer – Compare tools on the forefront of static analysis from your web browser
- Decompiler Explorer – Compare tools on the forefront of static analysis from your web browser
-
A note from our sponsor - InfluxDB
www.influxdata.com | 25 Mar 2023
Index
What are some of the best open-source Decompiler projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | python-uncompyle6 | 3,073 |
2 | decompiler-explorer | 1,212 |
3 | python-decompile3 | 805 |
4 | ghidra2dwarf | 135 |
5 | ljd | 46 |
6 | PCDump-bn | 30 |
7 | AutoIt-Obfuscator-Python | 4 |