1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-08-20 21:10:52 +00:00
Laika/bot/lin/linobf.c
CPunch 3b5310ebfe Bot: Added boilerplate windows API obfuscation
- Grabs the functions directly from the loaded library by walking the exported address table and comparing hashes
- For now, only ShellExecuteA has been setup, more to come
2022-07-07 23:23:39 -05:00

6 lines
58 B
C

#include "obf.h"
void laikaO_init()
{
/* stubbed */
}