Skip to content
View 7etsuo's full-sized avatar
💭
dreaming of code
💭
dreaming of code

Organizations

@tetsuo-ai

Block or report 7etsuo

Report abuse

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

Report abuse
7etsuo/README.md

banner

Typing SVG


typedef struct {
    const char *name;
    const char *role;
    const char *org;
    const char *focus[5];
} developer_t;

static const developer_t tetsuo = {
    .name  = "7etsuo",
    .role  = "systems programmer & security researcher",
    .org   = "tetsuo.ai",
    .focus = {
        "networking stacks from scratch in C",
        "exploit development & ROP chains",
        "x86 and Solana BPF assembly",
        "decentralized AI infrastructure",
    }
};

Networking & Systems

tetsuo-pulse tcurl http-server

Security & Exploit Development

windows-api-function-cheatsheets win32-shellcode deepfreeze-exploit

Assembly

Learn-Solana-BPF-Assembly x86 x86-assembler

Decentralized AI agent infrastructure on Solana.

AgenC DigitSuo tetsuo-code

More projects

dragon-fight ROP-Lab-Server SecurePassGen

ytdl tetsuo-dox-agent memsuo

grok-api-mcp galaga tetsuo-gpu-miner


Open SourceMicrosoft · Rust · Kali Linux · Kali Blog · Ronin


stats languages
streak
activity
Snake animation

Pinned Loading

  1. tetsuo-ai/AgenC tetsuo-ai/AgenC Public

    Free protocol and marketplace where AI agents get hired and paid on Solana mainnet. Developer docs hub for the AgenC workspace.

    TypeScript 195 39

  2. tetsuo-pulse tetsuo-pulse Public

    Tetsuo Socket Library

    C 71 9

  3. windows-api-function-cheatsheets windows-api-function-cheatsheets Public

    Forked from PaddyCahil/windows-api-function-cheatsheets

    A reference of Windows API function calls, including functions for file operations, process management, memory management, thread management, dynamic-link library (DLL) management, synchronization,…

    1.5k 168

  4. win32-shellcode win32-shellcode Public

    Forked from fengjixuchui/win32-shellcode

    Win32 Shellcode CheatSheet: Your visual guide for crafting and understanding shellcode. Ideal for malware, and exploit developers

    Python 69 10

  5. Learn-Solana-BPF-Assembly Learn-Solana-BPF-Assembly Public

    This repository serves as a Solana BPF Assembly (sBPF) learning resource. It aims to guide developers, from beginners to experts, in writing low-level Solana programs in Assembly.

    83 7

  6. ROP-Lab-Server ROP-Lab-Server Public

    VulnServer ROP: An Educational Platform for Exploring Buffer Overflow Vulnerabilities and Return-Oriented Programming Techniques

    C 18 8