coconutty
Professional bug creator 🐢
Developer working across Rust, C/C++, ASM, Go, Python, Node.js, Java, and JavaScript.
Capabilities
// where a lot of the time goesNot the whole picture, just the stuff that comes up most often.
C++ / Ghidra
HRESULT ReverseEngineer(
HMODULE hTarget,
DWORD flags,
Insight* pOut
);
Reverse Engineering
Disassembling and patching Win32 binaries.
Go
func Intercept(
ctx context.Context,
conn net.Conn,
) (*Insight, error)
MITM Proxy Interception
Building proxies that sit in the middle of a connection and decode traffic between apps.
Python
def research(
model: LLM,
probe: Probe,
) -> Insight:
LLM Research
Everything from prompt-level testing to poking at internals.
Java
public Instance createServer(
ServerConfig cfg
) throws ServerException
Minestom Server
Building Minecraft servers on Minestom: game logic, networking, and world systems from scratch.
Rust / ASM
#[no_mangle]
pub extern "C" fn kernel_main(
boot_info: &BootInfo,
) -> ! {
module::load_all();
loop {}
}
Hobby OS Development
A dynamic-module microkernel written in Rust with some inline ASM at the boot layer.
Stack
// instruction setsystems & low-level
Rust
C
C++
x86 / ARM Assembly
Go
application & scripting
Python
Node.js
Java
JavaScript
Connect
// open a connectionMost repos stay private. GitHub is where the public ones surface.