About 23,200 results
Open links in new tab
  1. reverse-engineering-py · PyPI

    Mar 12, 2025 · reverse_engineering/ ├── pomdp.py # Free energy agent class for simulation ├── analysis.py # Functions for analyzing invitro neuronal response data └── utils/ └── …

  2. reverse engineering a python application built using pyinstaller

    Jun 30, 2025 · 🧠 introduction reverse engineering python applications can be fascinating, especially when they’re bundled into .exe files using tools like pyinstaller. In this post, I’ll walk you through how I …

  3. De4py: toolkit for python reverse engineering - GitHub

    De4py is an advanced Python deobfuscator with a beautiful UI (PySide6) and a robust set of features for malware analysts and reverse engineers. It supports both automatic deobfuscation of common …

  4. Reverse Engineering Python Arsenal 2026 - rublon.com

    Oct 8, 2024 · A consolidated toolkit of scripts and modules that empower reverse engineering will help you automate tedious tasks, dissect binaries, analyze network traffic, and exploit vulnerabilities with …

  5. Reverse Engineering Python executable · GitHub

    Nov 6, 2025 · Reverse Engineering Python executable. GitHub Gist: instantly share code, notes, and snippets.

  6. GitHub - Cizr/Reverse-Engineering-Python: A collection of 2 scripts

    Reverse Engineering Python This repository provides scripts for analyzing and visualizing Python code through UML diagrams and code metrics. It is designed to aid in reverse engineering efforts by …

  7. re-cue · PyPI

    Nov 24, 2025 · RE-cue - Python Implementation A Python command-line tool for reverse-engineering specifications from existing codebases with multi-framework support. This implementation extends …

  8. Python for Reverse Engineering: Parsing Binary Files and ... - Medium

    Reverse engineering has become a vital skill in cybersecurity, malware analysis, and low-level software debugging. Python, known for its flexibility and expansive ecosystem, has emerged as one of ...

  9. Evading Defender With Python And Meterpreter Shellcode: Part 1

    May 17, 2025 · Python code is easy to reverse-engineer. Being interpreted, Python scripts are readable and transparent to defenders. However, there are techniques available to obfuscate strings, pack the …

  10. Mastering Binary Ninja: From Scripting Basics to AI-Powered Reverse ...

    A practical guide to automating your reverse engineering workflow with Python scripting and AI integration.