- Mar 30, 2018
- 896
- 24,908
- 118
still more and more games and software are coded in object-oriented cpp (that means more inheriting and virt funcs) and reversing cpp has few hidden tweaks that if you know you make your life easier. This two part guide interested me (really good info, simple cpp code explained):
https://alschwalm.com/blog/static/2016/12/17/reversing-c-virtual-functions/
https://alschwalm.com/blog/static/2017/01/24/reversing-c-virtual-functions-part-2-2/
for those who like more books:
https://www.blackhat.com/presentations/bh-dc-07/Sabanal_Yason/Paper/bh-dc-07-Sabanal_Yason-WP.pdf
https://alschwalm.com/blog/static/2016/12/17/reversing-c-virtual-functions/
https://alschwalm.com/blog/static/2017/01/24/reversing-c-virtual-functions-part-2-2/
for those who like more books:
https://www.blackhat.com/presentations/bh-dc-07/Sabanal_Yason/Paper/bh-dc-07-Sabanal_Yason-WP.pdf