Merge pull request #141 from KernelPan1k/patch-1

Update ret2lib.md
This commit is contained in:
Carlos Polop 2021-07-26 13:31:31 +02:00 committed by GitHub
commit 5c0bd04041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ Here you can find **exactly where is the libc loaded** inside the process and **
In this case it is loaded in **0xb75dc000** \(This will be the base address of libc\)
### Using dgp-peda
### Using gdb-peda
Get address of **system** function, of **exit** function and of the string **"/bin/sh"** using gdb-peda: