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

Learning to search sigs


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Chrisber
AlliedModders Donor
Join Date: Jul 2007
Location: localhost
Old 07-22-2009 , 23:18   Learning to search sigs
Reply With Quote #1

Hi.
I currently want to learn how to search signatures.
For that I've read the text on http://wiki.alliedmods.net/Signature_Scanning more than once.
I made good process, but this text let me stuck (on "Finding the Signature of a Function -> Windows): "Try searching for part of this in the CS:S disassembly" (it's near the bottom).
What I have to search? The complete code, only opcodes, only commands? And how I can search them? Full text search? I don't think so.
All ways to find anything matching it fails for me.
I hope someone can more explain what exactly I have to search for ;)

Thanks!

~ Chris
Chrisber is offline
L. Duke
Veteran Member
Join Date: Apr 2005
Location: Walla Walla
Old 07-28-2009 , 02:07   Re: Learning to search sigs
Reply With Quote #2

It's difficult. There are others around here who are better to tell you how, but basically you have to disassemble the dll and so binary files with something like IDA PRO (I believe there is a free version).

Finding the linux functions is easy since the symbols are in the binary so they get properly labeled. To find the windows signatures, you need to compare to the linux binaries. For example, find a string that is used in the function on the linux version and find that same string on the windows assembly. Functions without strings can be very difficult to find, but the guys on #sourcemod were always very helpful back when I started that.
__________________
"Good grammar is essential, Robin."
- Batman
L. Duke is offline
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 07-28-2009 , 05:49   Re: Learning to search sigs
Reply With Quote #3

I'm pretty sure you have to search for the opcodes in that example, just go to Search > Sequence of bytes (or something like that).
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline
Chrisber
AlliedModders Donor
Join Date: Jul 2007
Location: localhost
Old 07-28-2009 , 09:28   Re: Learning to search sigs
Reply With Quote #4

Hey
Thanks for the help to you, I'll have a look into this

~ Chris
Chrisber 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 19:12.


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