How To Call __thiscall Functions C++ x64dbg Tutorial #3

Subscribers:
139,000
Published on ● Video Link: https://www.youtube.com/watch?v=-hwUPT5Gyvc



Category:
Tutorial
Duration: 37:13
22,981 views
243


Learn how to Call __thiscall member functions by address by typedeffing the function prototypes and casting pointers to addresses. Sooner or later you will have to do this and it's not as straight forward as calling with other calling conventions and here is one of the only video tutorials that covers this topic.

We will reverse engineer the functions using x64dbg and IDA Pro and writing our cheat in C++.

Register & Download source code:
https://guidedhacking.com/threads/how-to-call-game-functions-c-x64dbg-hacking-tutorial-2.9003/

Video made by:
https://guidedhacking.com/members/traxin.49982/

Download x64DBG
http://x64dbg.com

Download the GuidedHacking Injector made by Broihon
https://guidedhacking.com/ghinjector

Donate to GH if you like our videos:
https://guidedhacking.com/donate

Follow GuidedHacking!
https://facebook.com/guidedhacking
https://twitter.com/guidedhacking
http://guidedhacking.com/patreon
https://guidedhacking.com







Tags:
C++ function pointer
__thiscall
x64dbg
ida pro
disassembler
decompiler
reverse engineering
how to reverse engineer
x64dbg tutorial
ida pro tutorial
member functions
reverse engineer