Skip to main content

All Questions

Tagged with
1 vote
0 answers
487 views

ANDROID - How to debug system services on Android using GDB

I m interested in security stuff and I want to start with Android device to test this OS. I ve seen that there are many exploit for Android (the most famous is the stagefright case) and I m also ...
Alessio Trecani's user avatar
0 votes
1 answer
129 views

Why is GDB outpting memory in decimals?

I'm simply trying to examine memory in GDB. For instance say I fill a buffer with "A"'s, and then I find where my "A"'s start and then dump that memory value I the memory in decimals apparently. Then ...
watchy's user avatar
  • 81
0 votes
1 answer
1k views

What is "Unable to handle kernel paging request at 00000000313337000"

I wanted to work through this independent study http://security.cs.rpi.edu/~candej2/syllabus.pdf myself to pick up some basics on exploit writing and actually being able to write an exploit from ...
ackerleytng's user avatar
2 votes
2 answers
2k views

Format string bugs - exploitation

I'm trying to exploit my format string bug, which lies in this program: #include <sys/types.h> #include <sys/uio.h> #include <unistd.h> #include <stdio.h> #include <string....
eleanor's user avatar
  • 1,534