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

How would i find team fortress 2 signature?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
iamf2p
Member
Join Date: Nov 2018
Old 03-07-2019 , 05:09   How would i find team fortress 2 signature?
Reply With Quote #1

(i am using IDA)

before ask it, i was convert server.dll to assembly for every times.
before ask it, i was thinking, why search system can not find CTFPlayer::BlaBla,CBaseEntity::BlaBla...
before ask it, i was think about server.dll to had bugs, errors.

SO

Problem is :

how to find team fortress 2 signature.
iamf2p is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 03-07-2019 , 07:51   Re: How would i find team fortress 2 signature?
Reply With Quote #2

Believe there are some tutorials already out there. You can get linux functions pretty easily, the windows signatures i believe is just guess work from what you can see in the linux output. I personnally havent gotten too far with IDA just enough to figure out how to get around needing a signature.
Mitchell is offline
quasemago
Senior Member
Join Date: Dec 2018
Location: Brazil
Old 03-07-2019 , 08:51   Re: How would i find team fortress 2 signature?
Reply With Quote #3

Could you tell which function you are trying to get the signature on?
quasemago is offline
nosoop
Veteran Member
Join Date: Aug 2014
Old 03-07-2019 , 11:05   Re: How would i find team fortress 2 signature?
Reply With Quote #4

Yeah, you're not going to get far with Windows DLLs alone.

Linux server binaries (except CS:GO, which has symbols stripped) have mangled function names which are easily unmangled, so you can easily find functions in those; you can refer to such functions by that name for gamedata purposes.

On Windows server binaries, you get no such convenience; all the subroutines are unnamed. You'll have to locate your functions some other way. In a few cases, you can get functions by finding a unique xref to a string used in the function (after finding the named function on Linux first), otherwise you might have to navigate a few calls to / from where you want to find a function with a string as before.
__________________
I do TF2, TF2 servers, and TF2 plugins.
I don't do DMs over Discord -- PM me on the forums regarding inquiries.
AlliedModders Releases / Github / TF2 Server / Donate (BTC / BCH / coffee)
nosoop 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 21:57.


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