Ischyr's blog

Archives · 2023

Home

About

Archives

loading..
Techniques

DLL Hijacking

DLL HijackingOffensive WindowsIntroductionDLL hijacking, also known as DLL preloading or DLL side-loading, is an attack technique where an attacker tricks a program into loading a malicious DLL instead of the intended one. This can lead to the execution of unauthorized code and potential security breaches. Through DLL hijacking, an attacker can achieve v..

Read more
loading..
Pwn

ret2libc

Binary Exploitation SeriesIntroductionWelcome to the fascinating world of binary exploitation, where we delve into the intricate art of manipulating computer programs to gain unauthorized access, uncover vulnerabilities, and expand our understanding of software security. In this blog post, we’ll embark on a journey into the technique known as “return to ..

Read more