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

how to find offsets?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Cn.Panda
New Member
Join Date: Jun 2011
Old 06-28-2015 , 19:59   how to find offsets?
Reply With Quote #1

I've seen this guide
https://wiki.alliedmods.net/Finding_virtual_offsets

Now i can search virtual offsets,but there other type offsets i still do not know how to find it. like

HTML Code:
		"Offsets"
		{
			/* Virtual Table Offsets */
			"CBaseEntity::GetBaseEntity"
			{
				"windows" 	"5"
				"linux"		"6"
			}

			"CTerrorPlayer::DoAnimationEvent"
			{
				"windows"	"509"
				"linux"		"510"
			}

			/* Offsets into CDirector of other CDirector class pointers */

			"CDirectorTacticalServices"
			{
				"windows"	"1424"
				"linux"		"1444"
			}

			"CDirectorItemManager"
			{
				"windows"	"1428"
				"linux"		"1448"
			}

			"CDirectorMusicBanks"
			{
				"windows"	"1432"
				"linux"		"1452"
			}

			"CDirectorSessionManager"
			{
				"windows"	"1436"
				"linux"		"1456"
			}
help!!!
Cn.Panda is offline
Darkness_
Veteran Member
Join Date: Nov 2014
Old 06-28-2015 , 20:59   Re: how to find offsets?
Reply With Quote #2

I just use Berni's website for this.

https://www.sourcemodplugins.org/vtableoffsets/csgo
Darkness_ is offline
Cn.Panda
New Member
Join Date: Jun 2011
Old 06-30-2015 , 07:49   Re: how to find offsets?
Reply With Quote #3

Quote:
Originally Posted by Darkness_ View Post
thank you.
eh. I know this website, but some offsets are not complete.

like some offsets in this file
left4downtown.l4d2.txt

I just want to learn how to find the offset.
Cn.Panda is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 06-30-2015 , 09:42   Re: how to find offsets?
Reply With Quote #4

uh... whatf is that file


edit: you can find the answers in this file: howtoidavtableoffsets.doc
__________________
Chdata is offline
psychonic

BAFFLED
Join Date: May 2008
Old 06-30-2015 , 09:54   Re: how to find offsets?
Reply With Quote #5

What seems to be getting completely ignored is that the majority of the offsets listed in the first post are not virtual function offsets, but rather the offsets of member class pointers from the start of a class. The comments tell that.

I don't have the time to go into detailed how-to, but you need to find functions that use those pointers from the director, and see what offset it's adding to the direction pointer to get them.

Last edited by psychonic; 06-30-2015 at 09:54.
psychonic is offline
Cn.Panda
New Member
Join Date: Jun 2011
Old 07-02-2015 , 09:09   Re: how to find offsets?
Reply With Quote #6

Quote:
Originally Posted by psychonic View Post
What seems to be getting completely ignored is that the majority of the offsets listed in the first post are not virtual function offsets, but rather the offsets of member class pointers from the start of a class. The comments tell that.

I don't have the time to go into detailed how-to, but you need to find functions that use those pointers from the director, and see what offset it's adding to the direction pointer to get them.
I probably know what the problem is, I'm very grateful!
Cn.Panda is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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