Skip to content
View 7etsuo's full-sized avatar

Highlights

  • Pro

Organizations

@tetsuo-ai

Block or report 7etsuo

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
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

    This is a lightweight agent framework for Rust that integrates smoothly with a variety of systems. It offers a clear and straightforward foundation for building and managing multi-agent solutions w…

    TypeScript 76 13

  2. 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.4k 166

  3. tetsuo-pulse tetsuo-pulse Public

    Tetsuo Socket Library

    C 69 7

  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 67 12

  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.

    76 4

  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 7