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 ;
=================================================================
==42==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 2032 byte(s) in 1 object(s) allocated from:
#0 0x667e0b (/nrop/packer+0x667e0b)
#1 0x7f1a73754780 (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x4f780)
Direct leak of 208 byte(s) in 1 object(s) allocated from:
#0 0x667c92 (/nrop/packer+0x667c92)
#1 0x7f1a70e616b8 (/usr/lib/x86_64-linux-gnu/libgomp.so.1+0x96b8)
SUMMARY: AddressSanitizer: 2240 byte(s) leaked in 2 allocation(s).
Steps to reproduce:
$ git clone --recursive https://github.com/awailly/nrop && cd nrop
$ sudo docker build -t nrop . && sudo docker run -it nrop bash
# ./packer examples/hello # or any other executable
I tried to run nrop against the example executables in the
examplesdirectory, and I get the following error:Steps to reproduce: