• Stars
    star
    119
  • Rank 288,894 (Top 6 %)
  • Language
    Go
  • Created about 1 year ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Callback Function Loader Implemented in Go

GolangCallbackLoader

According to Microsoft, a callback function is code in a managed application that helps unmanaged DLL functions complete tasks. The call to a callback function is passed indirectly from the managed application through the DLL function back to the managed implementation. This repository contains a list of callback functions that can be used to execute position-independent shellcode, making CreateThread a thing of the past.

There are more callback functions that can act as loaders, such as HTTP callback functions, but where specifically to place the shellcode and what the calling process entails is something to be explored on one's own.