Posts by alvmed • 26 points
1 post
-
1
votes1
answer265
viewsA: Class functions hook (offset)
If your problem is getting the address of a method directly like &myClass::myFunc, well, by default language this is not possible, as it depends on the compiler’s implementation for virtual…