Raised This Month: $ Target: $400
 0% 

Signature Request Thread


Post New Thread Reply   
 
Thread Tools Display Modes
V952
Member
Join Date: Jan 2012
Location: Odessa, Ukraine
Old 05-26-2013 , 05:24   Re: Signature Request Thread
Reply With Quote #141

Quote:
Originally Posted by testtest View Post
V952:
Code:
\x55\x8B\xEC\x83\xEC\x1C\x56\x8B\xF1\x8B\x06\x8B\x50\x5C\x57\xFF\xD2\x8B\x06\x8B\x50\x60\x68\x00\x00\x00\x00\x8B\xCE\xFF\xD2\x8B\x86\x00\x00\x00\x00\x8B\x50\x38 xxxxxxxxxxxxxxxxxxxxxxx????xxxxxx????xxx
Thank you very much for your help, you saved my day
__________________
HL2DM Real-Life Server: 195.138.78.198:27015
V952 is offline
Send a message via Skype™ to V952
V952
Member
Join Date: Jan 2012
Location: Odessa, Ukraine
Old 05-26-2013 , 05:52   Re: Signature Request Thread
Reply With Quote #142

Hmm... the detour works, but when it's fired, npc_satchel is not spawned O_o
Code:
DETOUR_DECL_STATIC0(CSatchelCharge_CreateEffects, void)
{
	printf("DETOUR_DECL_STATIC0->CSatchelCharge_CreateEffects()\n");
	return;
}
__________________
HL2DM Real-Life Server: 195.138.78.198:27015
V952 is offline
Send a message via Skype™ to V952
V952
Member
Join Date: Jan 2012
Location: Odessa, Ukraine
Old 05-26-2013 , 10:52   Re: Signature Request Thread
Reply With Quote #143

I've opened IDA and found this sequence... it's:
Code:
void CSatchelCharge::Spawn( void )
not
Code:
void CSatchelCharge::CreateEffects( void )
Not sure if i can fix this by myself... i have no experience in ASM... i have no function names either... could you please share a server.pdb if you have one?
__________________
HL2DM Real-Life Server: 195.138.78.198:27015
V952 is offline
Send a message via Skype™ to V952
V952
Member
Join Date: Jan 2012
Location: Odessa, Ukraine
Old 05-26-2013 , 12:00   Re: Signature Request Thread
Reply With Quote #144

I found it!
Code:
"CSatchelCharge_CreateEffects"
{
 "library" "server"
 "windows" "\x56\x8B\xF1\x8B\x86\xA4\x04\x00\x00\x83\xF8\xFF\x74\x25\x8B\x15\x2A\x2A\x2A\x2A\x8B\xC8\x81\xE1\xFF\x0F\x00\x00\x03\xC9\x8D\x4C\xCA\x04\xC1\xE8\x0C\x39\x41\x04\x75\x09\x83\x39\x00\x0F\x85\x2A\x2A\x2A\x2A"
}
__________________
HL2DM Real-Life Server: 195.138.78.198:27015
V952 is offline
Send a message via Skype™ to V952
Skyy
AlliedModders Donor
Join Date: Jan 2010
Location: Toronto, Canada
Old 08-01-2013 , 18:26   Re: Signature Request Thread
Reply With Quote #145

Can anyone find the windows signature for the following?

"RoundRespawn"
"linux" "@_ZN13CTerrorPlayer12RoundRespawnEv"
Skyy is offline
Electr000999
Senior Member
Join Date: Aug 2011
Old 08-02-2013 , 11:20   Re: Signature Request Thread
Reply With Quote #146

Skyy, grab from https://forums.alliedmods.net/showthread.php?p=862618 if you about L4D2, this updated i tested

Last edited by Electr000999; 08-02-2013 at 11:21.
Electr000999 is offline
Send a message via Skype™ to Electr000999
Skyy
AlliedModders Donor
Join Date: Jan 2010
Location: Toronto, Canada
Old 08-02-2013 , 13:52   Re: Signature Request Thread
Reply With Quote #147

Strange, that's the signature I was already using.
Skyy is offline
Malak
Junior Member
Join Date: Nov 2011
Old 08-14-2013 , 21:24   Re: Signature Request Thread
Reply With Quote #148

Code:
"GetFileWeaponInfoFromHandle"
{
	"linux_symbol"	"_Z27GetFileWeaponInfoFromHandlet"
	"sigscan"		"55 8B EC ? 8B ? ? ? 3B ? ? ? ? ? 72 ? B8 ? ? ? ? 5D C3"
	"win_type"		"Direct"		
}
CSGO's most recent update broke the "GetFileWeaponInfoFromHandle" signature for Windows. Could someone please provide an updated sigscan?

-Malak
Malak is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 08-15-2013 , 07:53   Re: Signature Request Thread
Reply With Quote #149

Quote:
Originally Posted by malak View Post
Code:
"getfileweaponinfofromhandle"
{
    "linux_symbol"    "_z27getfileweaponinfofromhandlet"
    "sigscan"        "55 8b ec ? 8b ? ? ? 3b ? ? ? ? ? 72 ? B8 ? ? ? ? 5d c3"
    "win_type"        "direct"        
}
csgo's most recent update broke the "getfileweaponinfofromhandle" signature for windows. Could someone please provide an updated sigscan?

-malak
Code:
55 8b ec 66 8b 45 08 66 3b 05 ? ? ? ? 72 ? B8 01 00 00 00 84
__________________
Peace-Maker is offline
daggersarge
Member
Join Date: Sep 2010
Old 08-17-2013 , 12:57   Re: Signature Request Thread
Reply With Quote #150

Peace-Maker, I still get a sig failed when using your code above. Shouldn't there be one more number at the end?
daggersarge 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:50.


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