Skip to content
View DevBot667's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report DevBot667

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

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

Report abuse
DevBot667/README.md
Typing SVG



Profile ViewsFollowers


🧬 > whoami

classDevBot667
{
public:constchar* name = "DevBot667";
constchar* role = "Reverse Engineer · Low-Level Developer · Cryptographer";
constchar* focus = "Kernel Dev | Game Modding | Post-Quantum Crypto | Android Security";
constchar* motto = "If it runs in memory, I can reach it. If it runs in plaintext, I'll encrypt it.";
std::vector<std::string> languages = {
"C++", "C", "C#", "Kotlin", "Python", "ASM x64", "Java"
};
std::vector<std::string> lowlevel = {
"Reverse Engineering", "Memory R/W (Kernel + User)",
"Driver Development (WDK)", "ImGui Overlay / ESP / Aimbot",
"Anti-Cheat Research", "Binary Patching & Hooking",
"DMA / PCILeech", "Process Injection Techniques",
"Thread Hiding", "Anti-Debug / Anti-VM / Anti-Dump",
"RTTI Reconstruction", "Signature Scanning & Pattern Match",
};
std::vector<std::string> crypto = {
"Post-Quantum Cryptography", "PQXDH (X25519 + ML-KEM-1024)",
"Double Ratchet + SPQR", "AES-256-GCM / ChaCha20-Poly1305",
"Ed25519 Signatures", "Android E2E Messenger Dev",
"Tor Hidden Services", "BIP-39 Identity Backup",
};
constchar* featured = "🌸 Fialka — Post-Quantum Android Messenger (see orgs)";
};

🛠️ Tech Stack








⚡ What I Build

🎮 Game Modding

◈ Custom mod menus
◈ ESP / Wallhack / Aimbot systems
◈ Entity scanning & bone rendering
◈ W2S (World-to-Screen) projection
◈ Overlay + stream-proof rendering
◈ Game object & pointer traversal

🔓 Reverse Engineering

◈ Binary analysis (IDA Pro / Ghidra)
◈ Runtime memory manipulation
◈ RTTI class reconstruction
◈ Signature scanning & pattern match
◈ Offset dumping & struct mapping
◈ String decryption & deobfuscation

🔧 Kernel Development

◈ Custom kernel drivers (WDK)
◈ PEB traversal & module enumeration
◈ Thread hiding (NtSetInformationThread)
◈ Anti-debug / Anti-VM / Anti-dump
◈ Memory cloaking techniques
◈ DMA attacks via PCILeech

🔐 Crypto & Android Security

◈ Post-Quantum E2E (PQXDH + SPQR)
◈ Double Ratchet with PFS + healing
◈ Android Keystore / StrongBox
◈ Tor Hidden Services (.onion)
◈ Ed25519 per-message signatures
◈ BIP-39 cryptographic identity

🌸 Featured — Fialka

Post-Quantum Android Messenger — E2E · Tor · Zero Google · GPLv3


📊 GitHub Stats

GitHub StatsTop Languages



GitHub Streak

🔥 Activity Graph


📫 Connect


⚠️ All reverse engineering & modding projects are for educational and research purposes only.
🔐 Cryptographic work follows NIST standards and open protocols.

Pinned Loading

  1. FialkaApp/Fialka-AndroidFialkaApp/Fialka-AndroidPublic

    🔐 End-to-end encrypted chat for Android. PQXDH (X25519 + ML-KEM-1024) + AES-256-GCM, full Double Ratchet (PFS + healing), P2P, Zero metadata, zero tracking.

    Kotlin 6 1

  2. FialkaApp/fialka-coreFialkaApp/fialka-corePublic

    🦀 Native Rust crypto core for Fialka. PQXDH + Double Ratchet + ML-DSA-44 + Ed25519. FFI bindings for Android, iOS & Desktop. Zero unsafe crypto.

    Rust

  3. FialkaApp/fialka-mailboxFialkaApp/fialka-mailboxPublic

    📬 Self-hosted store-and-forward relay for Fialka over Tor. AES-256-GCM, zero server-side decryption, no metadata, Raspberry Pi ready.

    Go

  4. SecureChatSecureChatPublic archive

    (Moved to Fialka) 🔐 End-to-end encrypted chat for Android. PQXDH (X25519 + ML-KEM-1024) + AES-256-GCM, full Double Ratchet (PFS + healing), Firebase relay. Zero metadata, zero tracking.

    Kotlin 1

  5. SecureChat-WebsiteSecureChat-WebsitePublic archive

    (Moved to Fialka) Official website for SecureChat — an end-to-end encrypted Android messenger using Double Ratchet, Tor & zero-knowledge architecture.

    Astro 1