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

Sigscan help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Starbish
AlliedModders Donor
Join Date: Oct 2011
Location: South Korea
Old 01-22-2017 , 14:47   Sigscan help
Reply With Quote #1

I've tried quite many times for getting how to get signatures without unique strings near them.

And still i don't find anything. All i've found were about using unique string.

Is there any way i can find them?

I tried CKnife::SecondaryAttack. Don't say i can achieve something without that.

Thank you.
__________________
Starbish is offline
psychonic

BAFFLED
Join Date: May 2008
Old 01-22-2017 , 15:14   Re: Sigscan help
Reply With Quote #2

For that specific one, you'd be better off hooking or calling virtually, with the offset from the vtable.
psychonic is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-22-2017 , 15:21   Re: Sigscan help
Reply With Quote #3

CKnife::SecondaryAttack is virtual, and thus trivial (even if you don't want to just use a vtable hook at runtime).

Download the Class Informer plugin for IDA, use its RTTI inspection feature to list the classes, use the output of that to jump to the CKnife vtable, use Go To Offset to jump to [vtable index of SecondaryAttack * 4], double-click function at cursor to go to implementation of CKnife::SecondaryAttack, make signature from function bytes.
__________________

Last edited by asherkin; 01-22-2017 at 15:22.
asherkin is offline
Starbish
AlliedModders Donor
Join Date: Oct 2011
Location: South Korea
Old 01-23-2017 , 01:51   Re: Sigscan help
Reply With Quote #4

Umm.. thank you for your replies..

But i just want to get Signatures.

so.... is there any other suggestions? (if no near unique string, and not virtual function)
__________________
Starbish 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 08:20.


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