-
-
Save zachriggle/11410297 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gdb-peda$ set disable-randomization off | |
gdb-peda$ break main | |
gdb-peda$ run | |
gdb-peda$ vmmap | |
0x00007fe6e01d7000 0x00007fe6e01d8000 r-xp /home/user/a.out | |
0xffffffffff600000 0xffffffffff601000 r-xp [vsyscall] | |
gdb-peda$ run | |
gdb-peda$ vmmap | |
0x00007f7acee88000 0x00007f7acee89000 r-xp /home/user/a.out | |
0xffffffffff600000 0xffffffffff601000 r-xp [vsyscall] | |
gdb-peda$ run | |
gdb-peda$ vmmap | |
0x00007fef6804b000 0x00007fef6804c000 r-xp /home/user/a.out | |
0xffffffffff600000 0xffffffffff601000 r-xp [vsyscall] | |
gdb-peda$ run | |
gdb-peda$ vmmap | |
0x00007f2aa8a97000 0x00007f2aa8a98000 r-xp /home/user/a.out | |
0xffffffffff600000 0xffffffffff601000 r-xp [vsyscall] | |
gdb-peda$ | |
Linux ubuntu 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux | |
Distributor ID: Ubuntu | |
Description: Ubuntu 14.04 LTS | |
Release: 14.04 | |
Codename: trusty | |
RELRO STACK CANARY NX PIE RPATH RUNPATH FILE | |
Partial RELRO No canary found NX enabled PIE enabled No RPATH No RUNPATH a.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment