nrop icon indicating copy to clipboard operation
nrop copied to clipboard

Automated Return-Oriented Programming Chaining

Results 3 nrop issues
Sort by recently updated
recently updated
newest added

I tried to run nrop against the example executables in the `examples` directory, and I get the following error: ``` Found Entry @4000b0 Setting NULL chunk 0x0000000000400000: jnle 0x400047 ;...

# Repro: 1. Hit this page [nrop/getstarted#creating-a-target](https://aurelien.wail.ly/nrop/getstarted/index.html#creating-a-target) 2. Find&click the link -> (demonstrations)[https://aurelien.wail.ly/nrop/demos] # Actual Result Nope, forbidden

On the [nrop/demos#stack-overflow-example](https://aurelien.wail.ly/nrop/demos/index.html#stack-overflow-example) page, you'll find this immediately after the code block. > Then we compile and load the binary into gdb with [peda][https://github.com/longld/peda]. --- PS: Sweet looking project 👍....