Back to Browse

ASM Tricks Bonus Vid: C++ Calling Member Methods

8.6K views
Mar 25, 2020
9:44

In this video we look at how we can call C++ member methods from our Assembly code. The main tricks involved here are getting the actual name of the function (the name will usually be mangled by the compiler), and then being careful to ensure the first parameter is a pointer to the object, the *this pointer. Support What's a Creel? on Patreon: https://www.patreon.com/whatsacreel FaceBook: https://www.facebook.com/whatsacreel/ Music Channel: https://www.youtube.com/channel/UC2nWRGqPL6O-Lm8mexWhISQ Another channel with random things: https://www.youtube.com/channel/UCK7bPumWNzWRnb3N8LCzKsA Software used to make this vid: Visual Studio 2019 Community: https://www.visualstudio.com/downloads/ Audacity: https://www.audacityteam.org/ OBS: https://obsproject.com/ Davinci Resolve 16: https://www.blackmagicdesign.com/products/davinciresolve/ OpenOffice: https://www.openoffice.org/ Gimp: https://www.gimp.org/

Download

0 formats

No download links available.

ASM Tricks Bonus Vid: C++ Calling Member Methods | NatokHD