Skip to content
View pIat0n's full-sized avatar
🎱
🎱
  • 05:01 (UTC +02:00)

Block or report pIat0n

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

~$ whoami

I am a low-level software engineer and security researcher specializing in binary analysis, runtime instrumentation, and system internals. My work revolves around deconstructing complex systems, reversing obfuscated binaries, and building automated tooling for security workflows.


> ./current_focus

  • Binary Analysis & Deobfuscation: Statically and dynamically analyzing protected executables (ARM/x86).
  • Runtime Instrumentation: Developing custom tooling using Frida for dynamic hooking and memory analysis.
  • AI-Driven Security: Integrating agentic AI and Model Context Protocol (MCP) to automate complex reverse engineering and OSINT workflows.
  • System Internals: Deep dives into Android OS internals, Linux kernel mechanics, and bare-metal execution environments.

> cat research_interests.txt

  • Reverse Engineering: Exploring memory manipulation, executable packing, and anti-debugging techniques.
  • Instrumentation & Hooking: Building resilient hooks for dynamic binary analysis.
  • Automation: Leveraging Python and AI to accelerate vulnerability discovery and exploit development.

> ls -la featured_projects/

  • BareMetal-RAM-Dumper
    A real-mode (16-bit) x86 bootloader utility designed to dump physical memory directly to disk, bypassing the operating system entirely.
  • telegram-mcp-server
    A secure Model Context Protocol (MCP) server for Telegram, enabling AI agents to interact with localized SQLite caches and encrypted sessions in memory.
  • IDA-Plugin-Strings-decryptor
    An IDA Pro Python script utilizing advanced ARM instruction emulation (MOVW/MOVT, EOR) to dynamically recover obfuscated strings in mobile binaries.

> source tech_stack.sh

Core Languages

C/C++ Python Assembly

Reverse Engineering & Analysis

IDA Pro Frida GDB

OS Internals & Tooling

Linux Android SQLite


> echo $PHILOSOPHY

"Understanding a system truly begins when you step outside of its intended constraints."


> ./reach_me

Ping me on Telegram: @ReverseEng1neer

GitHub Stars

Pinned Loading

  1. BareMetal-RAM-Dumper BareMetal-RAM-Dumper Public

    A bare-metal x86 utility to dump physical RAM directly to disk. Built and tested for Cold Boot Attack experiments on frozen memory.

    Assembly 100 6

  2. IDA-Plugin-Strings-decryptor-Anogs IDA-Plugin-Strings-decryptor-Anogs Public

    20% Anogs decryption

    Python 2

  3. telegram-mcp-server telegram-mcp-server Public

    The ultimate secure Model Context Protocol (MCP) server for Telegram. Features AES-256 in-memory session encryption, real-time radar mode, SQLite caching, and native on-the-fly multimodal audio/vid…

    Python 5