Skip to content
View poiko34's full-sized avatar

Block or report poiko34

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
poiko34/README.md
Typing SVG

🛡️ About Me

Low-level software and security researcher focused on:

  • Windows Internals & Native API
  • Reverse Engineering
  • Systems Programming
  • C / C++
  • x64 Assembly
  • Security Research & Tooling

I enjoy understanding systems from the inside out — from PE structures and process internals to memory management, cryptography, and native Windows mechanisms.


⚙️ Tech Stack

💻 Languages

C C++ Python x86/x64 Assembly

🖥️ Platforms

Windows Linux

🔬 Areas

Windows Internals Reverse Engineering Systems Programming Security Research

🛠️ Tools

x64dbg WinDbg IDA Ghidra CMake LLVM-MinGW Git


🚀 Featured Project

A lightweight, single-file encrypted embedded key-value database written from scratch in C.

  • Storage Engine: Implements a B+ tree index and page-based storage architecture.
  • Security: Features page-payload encryption using ChaCha20 and integrity protection via BLAKE2b-256 MAC verification.
  • Design: Tailored for small footprint deployments, handling arbitrary binary keys/values with overflow pages and a clean C API.

📡 Connect

Pinned Loading

  1. IndirectSyscalls IndirectSyscalls Public

    Windows x64 PoC demonstrating dynamic syscall resolution, SSN extraction, and indirect syscall invocation.

    C++

  2. ApiHashing ApiHashing Public

    Windows API hashing PoC using PEB module enumeration and EAT traversal.

    C++

  3. mdie mdie Public

    A small Linux CLI PE analyzer inspired by Detect It Easy.

    C

  4. RTDB RTDB Public

    Lightweight encrypted embedded key-value database written in C. Uses B+ tree storage, ChaCha20 encryption, and BLAKE2b integrity checks in a single file.

    C