Updated Readme

This commit is contained in:
S4R1N
2021-03-01 19:41:33 -05:00
parent 74b2407f88
commit 5b5e533380
+1 -1
View File
@@ -1,5 +1,5 @@
# Alternative Code Execution
Alternative shellcode execution via Callbacks.
According to Microsoft, a callback function is code within a managed application that helps an unmanaged DLL function complete a task. Calls to a callback function pass indirectly from a managed application, through a DLL function, and back to the managed implementation. This repository contains a list of callback functions that can be used to execute position independent shellcode so that CreateThread would be a thing of the past :P.
Shoutout to [alfarom256](https://github.com/alfarom256) and [ch3rn0byl](https://github.com/ch3rn0byl) yall are fam.