Explore >> Select a destination


You are here

ivyfanchiang.ca
| | 0xeb.net
3.4 parsecs away

Travel
| | Ghidra, is a software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission. It was released recently and I became curious a...
| | www.malwaretech.com
3.0 parsecs away

Travel
| | One of the most common questions I'm asked is "what programming language(s) should I learn to get into malware analysis/reverse engineering", to answer this question I'm going to write about the top 3 languages which I've personally found most useful. I'll focus on native malware (malware which does not require a framework such as Java, Python, or .NET to run), as this is the most common type and understanding it it will provide you the skills required to pivot into other kinds. In this article I won't b...
| | intezer.com
2.1 parsecs away

Travel
| | This deep dive aims to guide you through .NET reverse engineering, equipping you with the essential knowledge to analyze .NET malware.
| | thatonegamedev.com
25.0 parsecs away

Travel
| Dive into the world of C generics, exploring how to write flexible, type-safe code without the pitfalls of traditional macro-based solutions. Learn about modern techniques to achieve generic programming in C.