initial commit
This commit is contained in:
commit
c0975230fe
10 changed files with 302 additions and 0 deletions
8
mach_detours.c
Normal file
8
mach_detours.c
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "mach_detours.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
void hello(void)
|
||||
{
|
||||
printf("Hello, World!\n");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue