auto my_bio = Bio {
.i_am = "Dung",
.as = "MS in Computer Science",
.love = {
Tag::Debugging,
Tag::Reversing,
Tag::Cybersecurity,
Tag::Compiler,
}
};
- 🚫🐛: WinDbg, gdb, pwndbg, x64dbg
- C and C++: LLVM Clang, GCC, VS2022, VS2019, VS2010
- Reversing: 🧠, Cutter, Ghidra, ILSpy, JADX
- Text editor: VSCode, LunarVim, notepad++
- Target arch: x86 (IA-32), x86-64 (AMD64), arm32, aarch64
- OS: Windows 🪟 and Ubuntu