Aobo Wang
Aobo Wang
- I maintain this repo to store some CTF-pwnable-challenges I have solved, so please don't give me any pull requests lol. - but feel free to contact me if you...
copied from [open-to-all:tips](https://github.com/OpenToAllCTF/Tips#redressing-a-stripped-libc)
This pull request made the following changes: port all API to IDA 7.4+, fixed #1 fixed some bugs, including #2 move WDFStruct.h to the plugin directory so we don't have...
Many API has [changed](https://www.hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml) since IDA 7.4 so I modified this `kmdf_re.py` to support IDA pro 7.4+. I paste the script here. It works for me for IDA 7.5 w/...
When the peer closes the connection, socket.recv() returns b''. The previous loop made no progress and could spin forever. Break on empty chunk to avoid the infinite loop.