Skip to content
@AtomixClub

Atomix Club

Just a Community, not a Hacker!

πŸ‘Ύ AtomixClub

Reverse Engineering β€’ Pythonholic β€’ BTSD (Bytecode-Traumatic Stress Disorder)

GitHub Twitter Discord


βš›οΈ Who Am I?

Just another person who enjoys taking things apart to see how they work.

I spend my days (and nights) staring at Python bytecode, extracting PyInstaller packages, and wondering why variable names like _0x4f3a2b exist. This GitHub is where I dump the results of my... let's call it "curiosity."


πŸ”¬ What I Do

  • 🐍 Python Decompilation – Turning .pyc files back into something readable (mostly)
  • πŸ” Malware Analysis – Figuring out what sketchy Python scripts actually do
  • πŸ“¦ PyInstaller Extraction – Unpacking executables like digital presents
  • 🧩 Obfuscation Reversal – Cleaning up code someone tried really hard to hide
  • πŸ€” Asking "Why?" – The most important tool in any reverser's arsenal

πŸ“¦ Notable Projects

Project Description
CracksTheCodes Collection of decompiled Python code from various sources. Educational purposes only.

πŸ› οΈ Tools I Actually Use

  • uncompyle6 / decompyle3 – My precious
  • pycdc – When the old tools give up
  • pyinstxtractor – Unwrapping PyInstaller like Christmas morning
  • xdis – For when Python versions get weird
  • 🧠 Brain – The tool that does 90% of the work (and 100% of the suffering)

🎯 Current Obsession

Trying to decompile a particularly stubborn piece of Python 3.11 bytecode. The tools keep failing. My brain is slowly melting. Send coffee.

# Current mental state represented in code
while not decompiled:
    try:
        result = decompile(mystery_file)
        print("Success! ...wait, this makes no sense")
    except Exception as e:
        print(f"Failed again: {e}")
        coffee_drunk += 1
        if coffee_drunk > 5:
            print("Taking a nap. Will try again in 3 hours.")
            time.sleep(10800)

🀝 Let's Connect

  • 🐦 Twitter (soon): @AtomixClub – I post about reverse engineering finds
  • πŸ’¬ Discord (soon): AtomixClub Server – Come talk decompilation
  • πŸ“§ Email: atomixclub@goatmail.uk – For serious inquiries only (no, I won't crack your ex's Instagram)

βš–οΈ The Fine Print

Everything I share is for educational and research purposes only. I only decompile code I have permission to analyze, or code that's already public (malware samples, abandoned projects, etc.).

If you're a developer and you find your code here and want it removed? Just ask. I'm reasonable. Probably.


πŸ“ˆ Visitor Count

Visitor Count

That's how many people have wandered into this corner of GitHub. Welcome!


Currently staring at: Python 3.11 bytecode
Current coffee level: β˜•β˜•β˜•β˜•β˜• (5/5)
Current sanity level: β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘ (50%)


β€” AtomixClub

Pinned Loading

  1. CracksTheCodes CracksTheCodes Public

    Crack The Codes is a repository where the contents are a collection of codes that we have successfully cracked.

    Python 5

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…