From 47795fcfdc9e1637df2752bac39b38ca574f40a8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 24 Jan 2012 08:50:02 +0100 Subject: Not always exit@plt --- mempodipper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mempodipper.c') diff --git a/mempodipper.c b/mempodipper.c index dc02c31..dcc037c 100644 --- a/mempodipper.c +++ b/mempodipper.c @@ -197,7 +197,7 @@ int main(int argc, char **argv) if (argc > 2 && argv[1][0] == '-' && argv[1][1] == 'o') address = strtoul(argv[2], NULL, 16); else { - printf("[+] Ptracing su to find exit@plt without reading binary.\n"); + printf("[+] Ptracing su to find next instruction without reading binary.\n"); address = ptrace_address(); if (!address) { printf("[-] Ptrace failed.\n"); -- cgit v1.2.3-59-g8ed1b