struct r1ktx {
role: &'static [&'static str],
obsessions: &'static [&'static str],
philosophy: &'static str,
arch: &'static str,
}
const ME: r1ktx = r1ktx {
role: &[
"Malware Dev", // I write what AV vendors hate
"Web Pentester", // XSS → RCE → gg
"Rustacean", // Borrow checker is my spirit animal
"Polymath", // Science, math, art, hacking: yes, all
],
obsessions: &[
"Rust Programming",
"Malware Development",
"Web Pentesting",
"Binary exploitation",
"Reverse engineering",
"OSINT"
],
philosophy: "The boundary between security and insecurity is just a few bytes.",
arch: "x86_64 // little-endian chad",
};
fn main() {
println!("Loading r1ktx... [████████████] 100% — kernel panic avoided");
}
|
|
+x86-64 Assembly— NASM / Intel syntax, I write shellcode for fun
🎩 SKILLS [ tap to reveal ]
| Discipline | Mastery | Tier |
|---|---|---|
| 🦀 Rust | ██████████ 100% |
SSS |
| 🐍 Python | █████████░ 90% |
SS |
| ⚙️ C / C++ | ████████░░ 80% |
S |
| 💥 x86-64 Assembly | ███████░░░ 70% |
A+ |
| 🌐 Web Exploitation | █████████░ 90% |
SS |
| 🔬 Reverse Engineering | ████████░░ 80% |
S |
| 🕷️ Burp Suite | █████████░ 90% |
SS |
| 💉 SQLi / SQLmap | ████████░░ 85% |
S |
| 🧬 Malware Dev | ████████░░ 80% |
S |
| ☕ Java | ███████░░░ 70% |
A |
| 🟨 JavaScript | ███████░░░ 70% |
A |
| 🌙 Lua | ██████░░░░ 60% |
B+ |
| 💎 Ruby | █████░░░░░ 55% |
B |
| 🔴 Metasploit | ████████░░ 80% |
S |
| 🧠 IDA Pro / x64dbg | ███████░░░ 70% |
A+ |
| 📐 Mathematics | ████████░░ 80% |
S |
╔══════════════════════════════════════════════════════════════════════════╗
║ ║
║ "Security is not a product, but a process — and I am the process." ║
║ ║
║ mov rax, knowledge ;; load what you know ║
║ xor rcx, rcx ;; reset assumptions ║
║ loop learn ;; iterate forever ║
║ ║
║ > segmentation fault? no. i am the segmentation. ║
║ ║
╚══════════════════════════════════════════════════════════════════════════╝