diff options
Diffstat (limited to 'wrapper')
| -rw-r--r-- | wrapper/Makefile | 4 | ||||
| -rw-r--r-- | wrapper/ptrace.c | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/wrapper/Makefile b/wrapper/Makefile index 026f4ba..19fa189 100644 --- a/wrapper/Makefile +++ b/wrapper/Makefile @@ -6,7 +6,7 @@ CFLAGS += $(USER_CFLAGS) LDFLAGS = -shared LDFLAGS += $(USER_LDFLAGS) -all: libptracew.so +all: libhypodermicw.so -libptracew.so: ptrace.c +libhypodermicw.so: ptrace.c $(CC) $(CFLAGS) $^ -o $@ $(LDFLAGS) diff --git a/wrapper/ptrace.c b/wrapper/ptrace.c index caf510f..706b13e 100644 --- a/wrapper/ptrace.c +++ b/wrapper/ptrace.c @@ -1,4 +1,6 @@ -/* Copyright (C) 2017 Jakob Kreuze, All Rights Reserved. +/* ptrace.c - Wrappers for the ptrace system call. + + Copyright (C) 2017 Jakob Kreuze, All Rights Reserved. This file is part of Hypodermic. |