Skip to content
View sumin-world's full-sized avatar
:octocat:
:octocat:

Block or report sumin-world

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

sumin-world 🦀

🤔 Why this name?
use std::ops::BitOr;

struct S(&'static str);

impl BitOr for S {
    type Output = String;
    fn bitor(self, rhs: Self) -> Self::Output {
        format!("{} in {}!", self.0, rhs.0)
    }
}

fn main() {
    println!("{}", S("sum") | S("world"));
}

Sometimes the answer is in the code itself

Typing SVG


🔧 Tech Stack


🚀 Featured Projects

🌐 Network Programming

  • TCP HTTP Client (C)

    • Non-blocking connect, DNS multi-A failover, recv timeout
    • Production-ready HTTP/1.1 implementation
  • Multi-client Echo Server (C)

    • select() based I/O multiplexing
    • Timeout & keepalive support

🔒 System Security & Programming

  • Signal Handling Demo (C)

    • POSIX signal handling with CI/CD automation
    • Interactive demo with automated testing
  • Tiny Shell (C)

    • Job control, signal handling, race condition prevention
    • Process management & I/O redirection

🦀 Rust Experiments

  • One-liner Challenge: sum in world = suminworld!
  • Custom operators & trait implementations

🔥 Recent Activity

  1. 🤝 Became collaborator on silverkkang/Vision2Drive
  2. ⬆️ Pushed undefined commit(s) to sumin-world/rust-security-suminworld
  3. ⭐ Starred utilForever/RustEssentials
  4. ⭐ Starred DreamAndDead/CSAPP-3e-Solutions
  5. ⬆️ Pushed undefined commit(s) to sumin-world/AeroCrab

📝 Latest Blog Posts


🐿️ Research Interests

  • System Hacking: Buffer overflow, heap exploitation, ROP chains
  • Network Security: ARP/DNS spoofing, session hijacking, packet analysis
  • Linux Internals: Syscalls, process management, memory subsystem
  • CTF Practice: Dreamhack, pwnable.kr, OverTheWire

🏆 Competitive Programming

count

💡 "Learning by building, one system call at a time"

Pinned Loading

  1. rust-security-suminworld rust-security-suminworld Public

    let'sRUst!

    Rust

  2. gluesql gluesql Public

    Forked from gluesql/gluesql

    GlueSQL is quite sticky. It attaches to anywhere.

    Rust

  3. suminworld-system-lab suminworld-system-lab Public

    System programming & networking lab (C, Linux, OSTEP practice)

    C

  4. AeroCrab AeroCrab Public

    BitCrab Alumni Code Study

    C