From a0aac5609c87443ea12d04ffb280234c24d13e3f Mon Sep 17 00:00:00 2001 From: jakob Date: Tue, 29 Aug 2017 15:19:54 -0400 Subject: Implemented parsing for procfs maps --- wrapper/Makefile | 4 ++-- wrapper/ptrace.c | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'wrapper') 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. -- cgit v1.3