π Math Undergrad | π¬ Low-level / Reverse Engineering | π» Open Source Contributor
I am a university mathematics student navigating the intersection of formal logic, low-level programming, and software security. This profile serves as a central repository for my open-source contributions, personal labs, and notes as I learn reverse engineering and system internals.
-
π Academic Focus: Computational mathematics, discrete structures, and cryptography basics.
-
βοΈ Current Milestones: Mastering x86/x64 assembly, writing custom tools in Rust/C++, and documenting malware analysis methodologies.
-
π± Community Goals: Sharing my learning journey openly, contributing to community tools, and learning in public.
section .data
status db "Actively Learning & Sharing", 0
section .text
global _start
_start:
xor eax, eax ; Reverse Engineering foundations
inc eax ; Low-Level Software Development (C/C++, Rust)
mov ebx, 1 ; Applying Mathematical Logic to Code Analysis

