Skip to content
View danko1122q's full-sized avatar

Block or report danko1122q

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

πŸ‘‹ Hi, I'm Danko

Reverse Engineer β€’ Low-Level Developer β€’ System Explorer

Typing SVG

GitHub Email Instagram


πŸ§‘β€πŸ’» About Me

class Developer:
    def __init__(self):
        self.name = "Danko"
        self.role = "Software Developer"
        self.location = "Earth 🌍"
        self.interests = [
            "Reverse Engineering",
            "Binary Analysis",
            "Low-Level Programming",
            "System Architecture"
        ]
    
    def current_focus(self):
        return {
            "learning": ["x86-64 Assembly", "Binary Analysis", "Protocol RE"],
            "building": ["CLI Tools", "System Utilities", "miniOS"],
            "goal": "Master the fundamentals of how software really works"
        }

πŸ› οΈ Tech Stack

Languages
Python C C++ Rust Assembly

RE & Debug Tools
IDA Ghidra GDB x64dbg Radare2

Daily Use
Linux Git Vim VSCode


πŸ“Š GitHub Stats

πŸ“ˆ Most Used Languages (Real-time)

πŸ“‰ Contribution Activity


πŸš€ Featured Projects


🎯 What I'm Learning

Area Focus
Reverse Engineering Binary analysis, protocol reverse engineering, malware analysis (educational)
Low-Level Programming x86-64 assembly, memory management, OS internals
Tool Development Building CLI utilities, automation scripts, system tools
Current Projects miniOS development, improving KIT and LEX editors

πŸ’­ Philosophy

"The best way to understand something is to break it down, analyze the pieces, and rebuild it better."

I believe in learning by doing and breaking things (safely) to understand how they work. Every bug is a lesson, every error is an opportunity to learn something new.


πŸ“« Let's Connect

Open to collaboration, especially on:

  • Reverse engineering projects
  • Low-level programming challenges
  • Tool development
  • Learning together

Status: Always learning πŸš€ | Open to collaborate ✨

Profile Views

Pinned Loading

  1. kit kit Public

    KIT: Utilitas Baris Perintah (CLI) yang powerful, dibangun dengan Rust. Menawarkan fitur tampilan file super cepat dengan syntax highlighting, integrasi Git, dan fungsi manajemen file dasar dalam s…

    Rust 2 1

  2. LEX-EDITOR LEX-EDITOR Public

    A simple, lightweight terminal text editor inspired by Nano with syntax highlighting, basic file operations, undo/redo, and optional mouse support.

    C 3 2

  3. FormatUSB FormatUSB Public

    C++

  4. miniOS miniOS Public

    MiniOS: a simple 32-bit x86 hobby OS with CLI, in-memory filesystem, and VGA text mode

    C 2 1