0x13

Results 5 comments of 0x13

but if you use --disassemble-address, it is correct ![image](https://user-images.githubusercontent.com/34289624/161474774-5c955abf-69ff-464e-a434-b0274b94eb41.png)

This is the binary file [chall.zip](https://github.com/sashs/Ropper/files/8408890/chall.zip)

This is a POC. [000000.zip](https://github.com/vim/vim/files/9212303/000000.zip)

I try my best to simplify the POC. [1.zip](https://github.com/vim/vim/files/9219070/1.zip) And I try to debug this POC. I break at function nv_put_opt. after hitting 3 times, I follow the PC and...

I use the lastest valgrind to reproduce this problem. It also gets the same result that in the function inc, it has invalid read of size 1 no matter if...