Fresh Milkshake

> currently learning Reverse Engineering

Reverse Engineer & Software Developer

$ whoami

fresh-milkshake@arch: ~
fresh-milkshake@arch:~$ cat about.txt
Hello! I'm learning Reverse Engineering and working with low-level technologies. I love to figure out how everything works "under the hood" and find interesting solutions in the code.
I specialize in analyzing programs, researching algorithms, and creating tools for reverse engineering.
fresh-milkshake@arch:~$

Python

Scripting & Analysis

C++

System Programming

Rust

Memory Safety

Assembly

x86/x64

$ ls -la ./projects

Loading repositories...

get_repos_count.sh - zsh
fresh-milkshake@arch:~$ ./get_repos_count.sh
🔍 Scanning GitHub repositories...
⏳ Counting repositories...
📦 Showing only recent projects here
# There are many more experiments and tools in the vault...

$ ./contact.sh

contact.sh - zsh
#!/bin/bash
# Interested in collaboration?
echo "Let's reverse engineer something cool together!"
fresh-milkshake@arch:~$ ./contact.sh
Let's reverse engineer something cool together!