Packer Overview
What is a packer, basic concept of how does it work and some anti-unpacker techniques
2549 words
|
13 minutes
Malware
Ransomware
6165 words
|
31 minutes
GDB Basics
The GNU Debugger
3058 words
|
15 minutes
PE Overview Part 1
PE Overview
684 words
|
3 minutes
Introduction to Anti-debugging
Another day of college, another day of hell—I mean, a beautiful day to write a blog! :) Now, I may not know much about the ’90s, but for sure, nowadays people use mechanisms to defend their software against reverse engineering. However, that doesn’t mean they’re safe. Don’t take me wrong, but if you have a house made out of sticks, it will break easily. Therefore, there are higher and more complex mechanisms to defend themselves from the same branch. Yeah, I’m talking about anti-debugging, even though real-time debugging is so helpful. Signed by Cringe Blogger (i mean me )
1574 words
|
8 minutes
Stack, Heap and Buffer
2024-09-20
In this blog, we’ll break down the stack, heap, and buffers—what they are, how they work, and why they’re important.
1166 words
|
6 minutes
Obfuscation
How to obfuscate a specific string in your software?
1027 words
|
5 minutes