This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Spirit_12
Forum: Snippets and Tutorials 03-08-2016, 22:55
Replies: 56
Views: 147,408
Posted By Spirit_12
Re: [IDA/DHooks]How to get vtable offsets

Can I know how did you get to that number?
Forum: Snippets and Tutorials 03-06-2016, 01:23
Replies: 56
Views: 147,408
Posted By Spirit_12
Re: [IDA/DHooks]How to get vtable offsets

This is what I found by searching.

align 10h
.text:004DC3A0
.text:004DC3A0 ; =============== S U B R O U T I N E =======================================
.text:004DC3A0...
Forum: Snippets and Tutorials 03-05-2016, 20:00
Replies: 56
Views: 147,408
Posted By Spirit_12
Re: [IDA/DHooks]How to get vtable offsets

How can one find the offsets in a certain function? I followed your tutorial and I can find the offsets from the vtables, but like you said the offsets are offsets into a certain function. Is there a...
Forum: Snippets and Tutorials 03-04-2016, 23:08
Replies: 56
Views: 147,408
Posted By Spirit_12
Re: [IDA/DHooks]How to get vtable offsets

He has been inactive, so chances of that are not ideal. I'm just looking for an overview and not the exacts. Like if I knew what I was finding that would have helped.
Forum: Snippets and Tutorials 03-01-2016, 22:31
Replies: 56
Views: 147,408
Posted By Spirit_12
Re: [IDA/DHooks]How to get vtable offsets

Like I said, I'm clueless to the whole offset idea. Can you give me more information on how to tackle this problem ?
Forum: Snippets and Tutorials 03-01-2016, 19:55
Replies: 56
Views: 147,408
Posted By Spirit_12
Re: [IDA/DHooks]How to get vtable offsets

int g_SurvivorCountsOffset = -1;

char* SurvCounts=((char*)this)+g_SurvivorCountsOffset;

g_pGameConf->GetOffset("SurvivorCounters",&g_SurvivorCountsOffset);

These are the 3 incidents where...
Forum: Snippets and Tutorials 02-27-2016, 19:45
Replies: 56
Views: 147,408
Posted By Spirit_12
Re: [IDA/DHooks]How to get vtable offsets

The extension that I'm looking at uses both. It uses offset + signatures. This is from L4D2 8+ player bug fixes extension. I've seen the same on Spummer's hardmod plugin. What could be the use of it...
Forum: Snippets and Tutorials 02-27-2016, 19:39
Replies: 56
Views: 147,408
Posted By Spirit_12
Re: [IDA/DHooks]How to get vtable offsets

I'm clueless when it comes to offsets. If the function is not virtual, then where would I find its offset?
Forum: Snippets and Tutorials 02-27-2016, 17:45
Replies: 56
Views: 147,408
Posted By Spirit_12
Re: [IDA/DHooks]How to get vtable offsets

I'm trying to find the offset value for CTerrorGameRules::CalculateSurvivalMultiplier in L4D2, but failed every time. This is what I was able to extract from the vtable. Can anyone help me here?
...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT -4. The time now is 22:31.


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