Raised This Month: $32 Target: $400
 8% 

ReGameDLL PM_Duck & PM_Move Signature


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 04-24-2020 , 14:44   ReGameDLL PM_Duck & PM_Move Signature
Reply With Quote #1

I am trying to get PM_Move and PM_Move for ReGameDLL to use with Orpheu but PM_Move doesn't have any string to search from and I don't know how to check if my PM_Duck even correct.
Is anyone already have those signature, can I have it? or any tips for hint how to do it.

PHP Code:
{
    
"name" "PM_Duck",
    
"library" "mod",
    
"identifiers" :
    [
        {
            
"os" "windows",
            
"mod" "cstrike",
            
"value" : [0x8B,0x0D,0xFC,0xAC,0x18,0x10,0x53,0x56,0x0F,0xB7,0xB1,"*","*","*","*",0x8B]
        },
        {
            
"os" "linux",
            
"mod" "cstrike",
            
"value" "PM_Duck"
        
}
    ]

__________________
My plugin:
Celena Luna is offline
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 04-24-2020 , 15:55   Re: ReGameDLL PM_Duck & PM_Move Signature
Reply With Quote #2

PM_Duck

Code:
0025f940 <_Z7PM_Duckv@@Base>:
  25f940:	57                   	push   %edi
  25f941:	53                   	push   %ebx
  25f942:	55                   	push   %ebp
  25f943:	83 ec 20             	sub    $0x20,%esp
  25f946:	a1 00 00 00 00       	mov    0x0,%eax
  25f94b:	0f b7 b8 76 54 04 00 	movzwl 0x45476(%eax),%edi
Code:
{     "os" : "linux",     "mod" : "cstrike",     "value" : [0x57, 0x53, 0x55, 0x83, 0xEC, 0x20, 0xA1, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xB7, 0xB8, 0x76, 0x54, 0x04, 0x00] }

PM_Move

Code:
001fc740 <_Z7PM_MoveP12playermove_si@@Base>:
  1fc740:	83 ec 1c             	sub    $0x1c,%esp
  1fc743:	8b 15 08 2f 00 00    	mov    0x2f08,%edx
  1fc749:	85 d2                	test   %edx,%edx
  1fc74b:	75 16                	jne    1fc763 <_Z7PM_MoveP12playermove_si@@Base+0x23>
  1fc74d:	83 c4 08             	add    $0x8,%esp
  1fc750:	8b 44 24 1c          	mov    0x1c(%esp),%eax
Code:
{     "os" : "linux",     "mod" : "cstrike",     "value" : [0x83, 0xEC, 0x1C, 0x8B, 0x15, 0x08, 0x2F, 0x00, 0x00, 0x85, 0xD2, 0x75, 0x16, 0x83, 0xC4, 0x08, 0x8B, 0x44, 0x24, 0x1C] }

Binary taken from the latest release as the date I'm writing this message.

Untested, sorry if I make a mistake, I'm fairly new in using Orpheu and signature searching.
__________________
gabuch2 is offline
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 04-24-2020 , 18:25   Re: ReGameDLL PM_Duck & PM_Move Signature
Reply With Quote #3

I think the binary is needed for Windows only (I think?)
The Windows mp.dll function name isn't there so it is harder to search than Linux
__________________
My plugin:

Last edited by Celena Luna; 04-24-2020 at 23:08.
Celena Luna is offline
Reply


Thread Tools
Display Modes

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 03:13.


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