Added pdf with temporary documentation

This commit is contained in:
h3xduck
2022-04-08 05:30:43 -04:00
parent 621e42e2e8
commit 036585371c
5 changed files with 9 additions and 9 deletions

View File

@@ -5,6 +5,6 @@
__attribute__((constructor))
static void init()
{
printf("It worked\n");
printf("Library successfully injected!\n");
syslog(LOG_CRIT, "Library called\n");
}