top of page

Search


Performing DLL Hijacking
In this blog, we'll learn about the concept of DLL hijacking, a technique that attackers and pentesters alike use to gain unauthorized access to the system. We will learn what DLLs are and exploit the way Windows OS loads the DLL (Dynamic Link Libraries), along with practical implications for how attackers can leverage them.
Mar 1110 min read
Â
Â


Exploring Heap Exploitation Mechanisms: Understanding the House of Force Technique
Heap exploitation techniques like House of Force demonstrate the complexities and risks associated with memory management systems.
Jan 15, 202515 min read
Â
Â


Fuzzing with libFuzzer
Google's libFuzzer, part of the LLVM project, uses continuous mutation and input data to detect vulnerabilities and crashes in C/C++ code.
Aug 13, 20235 min read
Â
Â
Blog Categories
bottom of page