Skip to content
View dr4nyx404's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report dr4nyx404

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
dr4nyx404/README.md

You Light Up My Way
Typing SVG

๐Ÿง  about_me.sh

#!/bin/sh
# Age 1337 just an integer, curiosity is infinite

echo "Languages I speak:"
echo "  Low-level: ๐Ÿ› ASM || ๐Ÿ–ฅ๏ธ C || ๐Ÿ”ฅ C++" || ๐Ÿ’ Nim || ๐Ÿชฟ Go || ๐Ÿฆ€ Rust
echo "  High-level: ๐Ÿ Python || ๐ŸŽฎ DlackArch || ๐Ÿง Arch Linux daily driver"
echo ""
echo "Philosophy: Understanding the stack from bare metal to abstract clouds"
echo "Status: Always compiling... (sometimes with warnings)"

๐Ÿ”ง active_projects/

โ”œโ”€โ”€ ๐Ÿงฌ kernel-mod-experiments/    # Breaking things to learn
โ”œโ”€โ”€ ๐ŸŽฏ game-dev-prototypes/       # Where C++ meets creativity  
โ”œโ”€โ”€ ๐Ÿ automation-tools/          # Because repeating tasks is boring
โ””โ”€โ”€ ๐Ÿ” security-research/         # Breaking things (but ethically)

๐Ÿ“ก realtime_status

struct Developer {
    age: u8,          // Chronological 
    mindset: &'static str,  // Forever curious
    current_phase: LearningPhase,
}

impl Developer {
    fn new() -> Self {
        Self {
            age: 1337,  // The good number
            mindset: "eternal_learner",
            current_phase: LearningPhase::SystemsProgramming,
        }
    }
    
    fn keep_19_spirit(&self) -> bool {
        true  // Always returns true
    }
}

๐ŸŽฏ current_focus

deep_dive:
  - linux_kernel: "how things really work"
  - graphics: "from pixels to pipelines"
  - reverse_engineering: "the art of understanding"

mantra: "Learn the rules like a pro, so you can break them like an artist"
next_challenge: "Write a toy OS | Game engine from scratch | Contribute to OSS"

๐Ÿ“ž contact_me()

// Multiple communication protocols available
#define DISCORD   "dr4nyx404"
#define EMAIL     "[email protected]"
#define TELEGRAM  "coming soon"
#define MATRIX    "in the future"

void send_message(const char* platform, const char* message) {
    printf("[+] Connecting to %s...\n", platform);
    printf("[>] %s\n", message);
    printf("[โœ“] Message queued for delivery!\n");
}

Popular repositories Loading

  1. dr4nyx404 dr4nyx404 Public

    Welcome to my World of Hacking

  2. NetExec NetExec Public

    Forked from Pennyw0rth/NetExec

    The Network Execution Tool

    Python

  3. Ultimate-RAT-Collection Ultimate-RAT-Collection Public

    Forked from Cryakl/Ultimate-RAT-Collection

    For educational purposes only, exhaustive samples of 500+ classic/modern trojan builders including screenshots.

  4. AdaptixC2 AdaptixC2 Public

    Forked from Adaptix-Framework/AdaptixC2

    C++