Skip to content
View mert-batu's full-sized avatar
β˜•
β˜•

Block or report mert-batu

Report abuse

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

Report abuse
mert-batu/README.md

Typing SVG


LinkedIn GitHub Location


πŸ‘Ύ About Me

/* Analyzed with IDA Pro β€” entry point @ 0x00401337                   */
/* ------------------------------------------------------------------- */

struct MertBatu {
  char    *name;        // 0x00  β†’  "Mert Batu Dirik"
  char   **roles;       // 0x08  β†’  {"Software Engineer", "Data Scientist"}
  char    *location;    // 0x10  β†’  "Istanbul, TR πŸ‡ΉπŸ‡·"
  char   **interests;   // 0x18  β†’  {"Reverse Engineering", "iOS Internals",
                        //            "Low-Level Systems", "ML / AI"}
  char    *status;      // 0x20  β†’  "Building tools & exploring data-driven systems"
  bool     coffee;      // 0x28  β†’  0x1  (non-zero β€” always)
};

MertBatu * __cdecl init_engineer(void) {
  MertBatu *self = (MertBatu *)malloc(sizeof(MertBatu));
  /* ... stripped by optimizing compiler ... */
  return self;  // never returns NULL
}

I enjoy digging into how things work at the lowest level β€” whether that's binary internals, game memory layouts, iOS runtime hooks, or ML model architectures.


πŸ› οΈ Tech Stack

Languages

Python C C++ Objective-C Swift SQL JavaScript

Data & ML

NumPy Pandas scikit-learn PyTorch

Reverse Engineering

Ghidra IDA Pro x64dbg HxD DIE Cheat Engine Frida LLDB

Tools & Systems

Theos PyMem PyQt5 Pygame Git Windows Linux


πŸš€ Projects

A mentorship platform connecting students with experienced mentors.

Private Β· Collaborator


External toolset for Counter-Strike 1.6 β€” demonstrates low-level Windows memory access, real-time overlay rendering, and clean software architecture.

Stars Language License

Stack: Python Β· pymem Β· pygame Β· PyQt5 Β· pywin32


πŸ“Š GitHub Stats

  

πŸ“ˆ Activity


🀝 Let's Connect

Open to interesting projects and conversations around reverse engineering, iOS internals, or data science.

LinkedIn GitHub Follow


"The best code is the one that actually runs." β˜•


Popular repositories Loading

  1. cs1.6-hack cs1.6-hack Public

    Counter Strike 1.6 - External Python Hack

    Python 37

  2. mert-batu mert-batu Public

    Mert Batu's Profile README