pyc2bytecode
Bytecode analyzer
A tool to disassemble and analyze compiled Python bytecode files (pyc) from various Python versions.
A Python Bytecode Disassembler helping reverse engineers in dissecting Python binaries by disassembling and analyzing the compiled python byte-code(.pyc) files across all python versions (including Python 3.10.*)
133 stars
8 watching
23 forks
Language: Python
last commit: over 1 year ago blueteamcybersecuritydisassemblerinfosecinfosectoolsmalware-analysismalware-researchpythonreverse-engineeringsecurity-toolsstatic-analysisthreat-intelligence
Related projects:
Repository | Description | Stars |
---|---|---|
storyyeller/krakatau | A toolset for analyzing and manipulating Java bytecode | 1,992 |
microsoft/pylance-release | A Python language server extension providing code analysis and features like auto-imports and type checking | 1,719 |
joxeankoret/pigaios | A tool for analyzing and matching source code with binary data to extract useful information about functions and symbols. | 635 |
rubik/radon | A tool to analyze and report on the complexity and maintainability of Python codebases | 1,739 |
joxeankoret/pyew | A command-line tool for analyzing malware and disassembling binary files | 383 |
martyx00/collare | A tool for collaborative reverse engineering of binary files using multiple disassemblers and decompilers. | 134 |
crytic/ethersplay | An EVM bytecode disassembler and analysis tool for Ethereum contracts. | 842 |
pfalcon/scratchabit | A Python-based disassembler tool with data/control flow analysis capabilities for reverse engineering | 396 |
deltaf1/pyuxntaldisasm | A tool for disassembling and analyzing 8-bit machine code ROMs. | 2 |
mbechler/serianalyzer | Analyzes Java bytecode to identify potential deserialization vulnerabilities. | 241 |
pyta-uoft/pyta | An educational tool for static code analysis in Python programming | 89 |
peterhinch/micropython-monitor | A tool to monitor and analyze the behavior of real-time systems written in Python | 30 |
jtpio/jupyterlab-python-bytecode | A JupyterLab extension for inspecting and comparing Python bytecode across different versions of the CPython interpreter. | 62 |
johnlatwc/pypowershellxray | Decodes and analyzes encoded PowerShell scripts to identify potential shellcode and reverse-engineered APIs. | 215 |
packing-box/bintropy | An analysis tool for estimating the likelihood of binary compression or encryption | 42 |