Skip to content
View DimaReverse's full-sized avatar

Highlights

  • Pro

Block or report DimaReverse

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DimaReverse/README.md

Dimitri Bordei

Reverse Engineering · Binary Analysis · Python Internals



👨‍💻 About Me

Self-taught reverse engineering enthusiast focused on understanding how software behaves internally.

I specialize in analyzing compiled Python binaries (especially Nuitka), reconstructing logic, and exploring how much can be recovered from compiled executables.


🧠 What I Do

  • Reverse engineering of compiled software
  • Binary analysis (PE / Python-based)
  • Nuitka internals research
  • Code reconstruction & analysis
  • Custom tooling for binary analysis

🚀 Featured Project

🔍 Nuitka Static Unpacker

A research tool for analyzing and reconstructing Nuitka-compiled Python binaries.

👉 https://github.com/DimaReverse/nuitka-static-unpacker


📊 GitHub Stats


📖 My Path

I started learning reverse engineering during a difficult period of my life.

What began as curiosity turned into long nights of studying binaries, understanding low-level behavior, and building tools from scratch.

Over time, this became a real path.

Today I’m focused on improving my skills, building real projects, and turning that knowledge into something meaningful.


📫 Contact

  • Discord: dimamilitia

"Understand how it works — then rebuild it."

Popular repositories Loading

  1. nuitka-static-unpacker nuitka-static-unpacker Public

    Nuitka Static Unpacker — a static-first research tool for analyzing Nuitka-compiled binaries (constants/module extraction, .pyc recovery, reports).

    Python 49 4

  2. pyarmor-unpacker pyarmor-unpacker Public

    A deobfuscator for PyArmor with correct jump without corruption after deobfuscation.

    1

  3. pyz-unpacker pyz-unpacker Public

    A simple and fast tool to unpack and extract .pyz archives from PyInstaller executables.

    Python

  4. DimaReverse DimaReverse Public

    Reverse Engineering & Binary Analysis | Python/Nuitka Research

  5. nuitka-themida-unpacker nuitka-themida-unpacker Public

    Two-stage unpacking pipeline: Themida/WinLicense (unlicense) → Nuitka onefile (KAX/KAY) extractor.

    Python