Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Miu
Forum: Snippets and Tutorials 03-05-2016, 20:58
Replies: 56
Views: 142,796
Posted By Miu
Re: [IDA/DHooks]How to get vtable offsets

it looks like a member variable of cterrorgamerules, so references to it would show up like ds:[ecx + offset] on windows and I think something like ds[ebp + offset] on linux since gcc puts this on...
Forum: Snippets and Tutorials 03-04-2016, 22:17
Replies: 56
Views: 142,796
Posted By Miu
Re: [IDA/DHooks]How to get vtable offsets

How to find the offset? You find some place it's referenced in the disassembly of the methods of the class. You should ask the person who created the extension, ideally.
Forum: Snippets and Tutorials 03-01-2016, 22:19
Replies: 56
Views: 142,796
Posted By Miu
Re: [IDA/DHooks]How to get vtable offsets

You were talking about "CTerrorGameRules::CalculateSurvivalMultiplier" before, not "SurvivorCounters", and it looks like it's not a virtual method, but the offset of a member of CTerrorGameRules
Forum: Snippets and Tutorials 02-28-2016, 20:47
Replies: 56
Views: 142,796
Posted By Miu
Re: [IDA/DHooks]How to get vtable offsets

CTerrorGameRules::CalculateSurvivalMultiplier is in the signatures list of the gamedata you posted, not the offsets
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 03:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode