root@tracebyte:~# ./init.sh
[+] loading profile...
[+] status: OK
Linux systems · cybersecurity · low-level programming
$ whoami
tracebyte
focus="Linux Systems | Cybersecurity | Low-Level Programming"
stack="C | C++ | Go | Bash | MySQL | SQLite"
security="Ghidra | GDB | ELF | Syscalls | AES-GCM | Argon2id"| 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 |
- Tracing process behavior with
ptraceand 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
> 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
SysTrace
Linux process, file, and network activity monitor built around ptrace and the syscall interface for defensive visibility.
$ cat /etc/motto
"Understand the system before you trust it."