mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-20 00:33:07 +08:00
Updated helpers and added resources to help with lib injection
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <syslog.h>
|
||||
|
||||
__attribute__((constructor))
|
||||
static void init()
|
||||
{
|
||||
puts("It worked\n");
|
||||
printf("It worked\n");
|
||||
syslog(LOG_CRIT, "Library called\n");
|
||||
}
|
||||
Reference in New Issue
Block a user