AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Coding MM:S Plugins & SM Extensions (https://forums.alliedmods.net/forumdisplay.php?f=75)
-   -   Finding signatures using xref (https://forums.alliedmods.net/showthread.php?t=320623)

Agent Wesker 12-31-2019 14:07

Finding signatures using xref
 
I'm trying to find CS:GO signature using xref in IDA, but how come the string does not show without symbols?

https://i.gyazo.com/7860270dba116255...4ecf8fefc7.png

I'm using this tutorial:
https://forums.alliedmods.net/showthread.php?t=309074

Tenchuu1987 12-31-2019 14:11

Re: Finding signatures using xref
 
https://github.com/ajkhoury/SigMaker-x64

asherkin 12-31-2019 16:10

Re: Finding signatures using xref
 
The Linux binary you're using there probably has the function that string is used in inlined.

Tenchuu1987 02-20-2020 02:20

Re: Finding signatures using xref
 
Offset always sub_12345 +BaseAdress(0x00B0000) = ...

So you need the BaseAdress + SubFunction = Offset


All times are GMT -4. The time now is 04:47.

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