Kernal32.dll

Useful functions for exploit development.

LoadLibraryA -- Implements a mechanism for loading DLLs.

GetModuleHandleA -- Get the base address of an already loaded DLL.

GetProcAddress -- Can be used to load symbols.

TerminateProcesses -- Unconditionally cause a processes to exit.

Last updated

Was this helpful?