Callbacks in Windows are commonly used to handle specific events when they occur based on a condition. They are used in event handling, window management, and multithreading.
We can abuse callback functions to execute payloads in the local process to avoid security solutions and the use of API functions like CreateThread.
Note: This only works in the`` local process ``and cannot be done in order to achieve remote process injection.
A list of callbacks can be found in the Github Repo below