Skip to content
View Z1KOx's full-sized avatar
  • Germany
  • 09:18 (UTC +02:00)

Block or report Z1KOx

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Z1KOx/README.md
#include <cstdio>
#include <vector>
#include <string_view>

int main() {
    std::puts("Passionate about software, hardware, reverse engineering.");
    std::puts("Love diving deep into code and exploring how things work.");
    std::puts("Outside of programming, I enjoy reverse engineering, which helps me write more secure software.");

    const std::vector<std::string_view> languages{ "C++", "C", "ASMx86", "Python" };
    const std::vector<std::string_view> tools{ "x64dbg", "ReClass", "IDA", "Ghidra" };
}

Waves

Pinned Loading

  1. Injector Injector Public

    A simple tool to inject DLLs into x86 Windows processes.

    C++

  2. MemoryAPI MemoryAPI Public

    A tool for analyzing memory and processes in game hacking.

    C++ 1

  3. Asm-Byte-Converter Asm-Byte-Converter Public

    A tool for converting assembly opcodes to byte and binary formats.

    C++

  4. Driver-Communication-Example Driver-Communication-Example Public

    A simple example of user-mode to kernel-mode communication in Windows drivers.

    C