About Me
Trying to make the world of malware analysis and reverse engineering more approachable for beginners. I write tutorials and malware analysis reports in an easy-to-understand, beginner-friendly style to help others learn. I also create tools to aid in malware analysis and reverse engineering.
Socials
Support
You can help support this blog and future projects by sending me a tip on my ko-fi page, or by clicking the “Buy Me a Tea” button!
Contact
You can contact me via the form on my contact page.
Technology
Website
This website is powered by the Jekyll static site generator and is being hosted on Github Pages. I am also using ParticlesJS for the background effects.
Reverse Engineering
For reverse engineering tasks I try to stick with free and open-source tooling to make it easier for others to follow along with my posts. My go-to disassembler is Cutter, a GUI interface for Rizin/Radare2. For debugging I use x64dbg for Windows binaries and Cutter for Linux executables. Other tools I commonly use are:
- DnSpy for .NET/C# executables
- Bytecode Viewer for Java applications
- exe2aut for AutoIT scripts
- You can check out my projects page for my custom tooling