rosehgal / BinExp

Linux Binary Exploitation
MIT License
1.28k stars 210 forks source link

cool project but #7

Open kotee4ko opened 4 years ago

kotee4ko commented 4 years ago

Thank you for you're work. It is very cool and interesting information, but what about real program PWN?

in the real situation there is no such beautiful environment as in CTF's - we have 10 threads and buffer for 64 KB which will be copy to some of vmmap and override a lots of chunks. for example.

so my questions is: how to start study real exploration after i have quite good understanding how memory corruption work?

thank you