Update readme.md

This commit is contained in:
Usman Sikander
2024-08-30 15:25:02 +03:00
committed by GitHub
parent 5632a81ed4
commit d8727085ac
+1 -1
View File
@@ -6,7 +6,7 @@
## Overview
In this lab, we cover classic code injection in local process technique. This technique uses Windows API calls to allocate memory in local Process, write the shellcode to the allocated memory, and then execute it.
## Steps Involved in the Technique
## Steps
1. `Memory Allocation:` The process allocates memory within its own address space to store the shellcode.
2. `Writing Shellcode to Memory:` The shellcode is written to the newly allocated memory region.
3. `Executing the Shellcode:` A new thread is created to execute the shellcode.