InInfoSec Write-upsbyAjin Deepak (AD2001)·Jan 19, 2023ROP chains on ARM64This writeup focuses on using ROP chains to bypass NX in ARM64. We will be executing the system() function using ROP chains similar to…
InInfoSec Write-upsbyAjin Deepak (AD2001)·Aug 28, 2022Double free() attacks in ARM Part one.This is a detailed explanation for beginners on double-free attacks on ARM.A response icon1A response icon1
InInfoSec Write-upsbyAjin Deepak (AD2001)·Jan 17, 2022Arming the Use-After-Free()Hemlo Hackers, This is a short introduction to exploiting Use-After-Free vulnerabilities in the ARM platform.
InInfoSec Write-upsbyAjin Deepak (AD2001)·Dec 9, 2021Heap Exploitation for Homo sapiens.This is a simple introduction to heap exploitation in the ARM platform for complete beginners. x86 nerds can also follow this.
InInfoSec Write-upsbyAjin Deepak (AD2001)·Aug 7, 2021Integer Overflows in ARMAn introduction to Integer Overflows in ARM
InInfoSec Write-upsbyAjin Deepak (AD2001)·Aug 21, 2021Invoking mprotect() using ROP Chains in ARMIn this article, we will make an ROP chain that invokes the mprotect() to bypass NX and make the stack executable again.
InInfoSec Write-upsbyAjin Deepak (AD2001)·Jul 18, 2021ROP Chains on ARMHello, Lets take a look at ARM ROP Chains and Finding ROP GadgetsA response icon1A response icon1