Skip to content
View tracebyte8's full-sized avatar
☺️
☺️

Block or report tracebyte8

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
tracebyte8/README.md
root@tracebyte:~# ./init.sh
[+] loading profile...
[+] status: OK

tracebyte8

Linux systems  ·  cybersecurity  ·  low-level programming

Typing animation


whoami

$ whoami
tracebyte

focus="Linux Systems | Cybersecurity | Low-Level Programming"
stack="C | C++ | Go | Bash | MySQL | SQLite"
security="Ghidra | GDB | ELF | Syscalls | AES-GCM | Argon2id"

Core Stack

Category Technologies
Languages C, C++, Go, Bash
Systems Linux, GCC, Make, ptrace, Linux syscalls
Security AES-GCM, Argon2id, syscall monitoring, process monitoring, defensive tooling, sandboxing
Reverse Engineering Ghidra, GDB, ELF, assembly
Databases MySQL, SQLite
Tools Git, GitHub

Security & Reverse Engineering

  • Tracing process behavior with ptrace and the Linux syscall interface
  • Static and dynamic binary analysis with Ghidra and GDB
  • ELF internals, sections, symbols, loading, and disassembly
  • Defensive monitoring of process, file, memory, and network activity
  • Applied cryptography with AES-GCM and Argon2id
  • Linux sandboxing and isolation mechanisms

Current Focus

> refining a syscall-level monitoring tool
> building Go CLIs 
> studying ELF internals and reverse engineering
> practicing Ghidra + GDB workflows
> exploring Linux sandboxing and isolation
> building security-focused tooling

Selected Projects

SysTrace Linux process, file, and network activity monitor built around ptrace and the syscall interface for defensive visibility.


GitHub Stats

GitHub statistics Top languages


Philosophy

$ cat /etc/motto
"Understand the system before you trust it."
tracebyte8 — Linux · Security · Reverse Engineering · Low-Level Systems

Popular repositories Loading

  1. SysTrace SysTrace Public

    SysTrace - Linux System Call Monitor using PTRACE API , It traces system calls, monitors process, file, network, and memory activity, detects suspicious behavior, run target in lightweight namespac…

    C 19 1

  2. traceit-linux-command traceit-linux-command Public

    LINUX Shortcut in c .

    C 3

  3. Password-Manager-with-Password-Based-Key-Derivation-and-Encryption Password-Manager-with-Password-Based-Key-Derivation-and-Encryption Public

    Secure password manager using Argon2id for key derivation and AES-GCM for authenticated encryption.

    Go 3

  4. MyShell MyShell Public

    MyShell , mini Unix Shell written in C, featuring featuring command execution, built-in commands, PATH resolution, I/O redirection, and process management using Linux system calls.

    C 1

  5. Fibonacci-Challenge Fibonacci-Challenge Public

    Guess game , with some RAYLIB .

    C 1

  6. tracebyte8 tracebyte8 Public