Skip to content
View xryw32's full-sized avatar
  • 22:19 (UTC +01:00)

Block or report xryw32

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
xryw32/README.md

👋 Hey, I'm xryw32

Low-level developer • Reverse engineer

I spend most of my time taking things apart — from binaries to compilers, trying to understand what really happens under the hood.


🧠 About Me

  • 🧩 Reverse engineering and systems programming addict
  • 💾 Working mainly with C, C++, Rust, and x86 assembly
  • 🐍 Occasionally using Python for tooling and automation
  • ⚙️ Focused on debugging, internals, and how systems really work

I’m into bare-metal programming, binary analysis, and custom tooling
basically anything that sits close to the hardware.


🧰 Projects & Tools

Project Description
🧠 lisa-dbg A low-level debugger built from scratch
⚙️ Processya A user-mode process dumper, focused on simplicity and reliability
🧪 RustyGenC A fun side project — an experimental ASM-to-C translator built just to explore ideas
🧩 Other stuff Experimental tools and internal projects around reverse engineering and systems internals

Most of what I post here are user-mode projects,
usually the first versions — I push them early, then improve and refine them over time.


💬 Interests

  • Reverse engineering & binary instrumentation
  • Compilers, debuggers, and OS internals
  • Low-level architecture quirks and system behavior
  • Anything that smells like assembly, memory, or processes

🖥️ Tech Snapshot

C C++ Rust Assembly Python


🖤 “If you can’t see what the code is doing, you probably haven’t looked deep enough.”

Popular repositories Loading

  1. RustyGenC RustyGenC Public

    this is a translator of assembly to C language written in rust, THE PROJECT IS UNDER DEVELOPMENT!!

    Rust 17

  2. Lisa-dbg Lisa-dbg Public

    it's a cli debugger written in rust, it allows the placement of breakpoints, modifying elements at addresses, modifying the value of registers and other nice little things

    Rust 15

  3. pe-x86-parser pe-x86-parser Public

    this is a small pe64 file analyzer in c++ with winapi, I didn't do it in the best way but hey, it's a small project like that that I thought was nice to do, the program can work in it calling with…

    C++ 14 1

  4. Rusty-elf-x86-parser Rusty-elf-x86-parser Public

    it's a small program written in rust with only the standard library to analyze the headers of an elf64 file

    Rust 14 1

  5. Processya Processya Public

    it's a small random project that I made, it allows you to dump the code of a running process with some nice options and that's it, please be lenient

    Rust 10

  6. xryw32 xryw32 Public

    1