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

[EXTENSION] Output Info


Post New Thread Reply   
 
Thread Tools Display Modes
velocityplus
New Member
Join Date: Jan 2019
Old 02-07-2023 , 18:09   Re: [EXTENSION] Output Info
Reply With Quote #21

Anyone have the signature/updated gamedata for this extension? - it broke with the new csgo update.

Last edited by velocityplus; 02-07-2023 at 18:35.
velocityplus is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-08-2023 , 13:16   Re: [EXTENSION] Output Info
Reply With Quote #22

mention which OS ? Windows Linux ?

I quick look only signatures, and Windows seems to be same.
These are linux
Code:
"CBaseEntity_ConnectOutputToScript"
"server"
"Linux"
Signature for sub_5E25F0 (searching with aScriptFailedTo):
55 89 E5 57 56 53 83 EC 24 8B 5D 0C 8B 45 10 53 FF 75 08 89 45 E0 E8 ? ? ? ? 83 C4 10 85 C0 0F 84 ? ? ? ? 83 EC 08 89 C6 
\x55\x89\xE5\x57\x56\x53\x83\xEC\x24\x8B\x5D\x0C\x8B\x45\x10\x53\xFF\x75\x08\x89\x45\xE0\xE8\x2A\x2A\x2A\x2A\x83\xC4\x10\x85\xC0\x0F\x84\x2A\x2A\x2A\x2A\x83\xEC\x08\x89\xC6




"CUtlMemoryPool_Alloc"
"server"
"Linux"
Signature for CUtlMemoryPool_Alloc_sub_E79020 (aSetDirectGoal):
55 89 E5 53 83 EC 04 8B 5D 08 8B 45 0C 39 03 
\x55\x89\xE5\x53\x83\xEC\x04\x8B\x5D\x08\x8B\x45\x0C\x39\x03
But I have not tested or looked those address values. I don't know how to look.
__________________
Do not Private Message @me
Bacardi is offline
velocityplus
New Member
Join Date: Jan 2019
Old 02-08-2023 , 13:25   Re: [EXTENSION] Output Info
Reply With Quote #23

Yeah sorry. OS is linux. Its always linux Oh I think this extension has been previously updated and now is https://github.com/PerfectLaugh/sm-ext-outputinfo which have outdated gamedata.txt. The "rel_CEventAction_operator_new" seems to have an outdated signature. Sorry for the confusion.

Last edited by velocityplus; 02-08-2023 at 13:33.
velocityplus is offline
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 02-08-2023 , 16:52   Re: [EXTENSION] Output Info
Reply With Quote #24

I would recommend using Stripper Source or the triggers plugin. Those 2 should be able to provide the same result.
__________________
Spirit_12 is offline
velocityplus
New Member
Join Date: Jan 2019
Old 02-08-2023 , 17:55   Re: [EXTENSION] Output Info
Reply With Quote #25

I understand, but I have a plugin that depends on the extension. Can anyone find?

Last edited by velocityplus; 02-09-2023 at 04:35.
velocityplus is offline
ttasdasda
Member
Join Date: Apr 2014
Old 02-14-2023 , 01:26   Re: [EXTENSION] Output Info
Reply With Quote #26

Still not working.
ttasdasda is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-14-2023 , 12:28   Re: [EXTENSION] Output Info
Reply With Quote #27

This is what I have looked (not tested) for this github gamedata
https://github.com/PerfectLaugh/sm-e...info.games.txt

Note that Linux signatures, there is two option. I don't know which one so I posted both.

*edit
...these maybe wrong, because I looked server_i486.so libary.
I look later actual server.so
PHP Code:

//Windows server.dll
//Signature for g_EntityListPool_Alloc_sub_10226A90:
//83 3D ? ? ? ? 1C 73 ? 
"windows" "\x83\x3D\x2A\x2A\x2A\x2A\x1C\x73\x2A"




//Linux server_i486.so
// Can't get signatures, "Run out of bytes to greate signature"
"linux" "@_ZN12CEventActionnwEj"            // CEventAction::operator new(uint)
"linux" "@_ZN12CEventActionnwEjiPKci"        // CEventAction::operator new(uint,int,char const*,int)



//Linux server_i486.so
//Signature for _ZN11CMemoryPool5AllocEj:
//55 31 C0 89 E5 57 56 53 83 EC 0C 8B 75 08 8B 1E 
//\x55\x31\xC0\x89\xE5\x57\x56\x53\x83\xEC\x0C\x8B\x75\x08\x8B\x1E

//Signature for _ZN11CMemoryPool5AllocEv:
//55 89 E5 83 EC 18 89 75 F8 8B 75 08 89 5D F4 89 7D FC 8B 46 1C 
//\x55\x89\xE5\x83\xEC\x18\x89\x75\xF8\x8B\x75\x08\x89\x5D\xF4\x89\x7D\xFC\x8B\x46\x1C

"linux" "@_ZN11CMemoryPool5AllocEj"    // CMemoryPool::Alloc(uint)
"linux" "@_ZN11CMemoryPool5AllocEv"    // CMemoryPool::Alloc(void) 
I don't know that "Address" value.

But that is a SourceMod extension, so maybe extension itself not up to date.
__________________
Do not Private Message @me

Last edited by Bacardi; 02-14-2023 at 13:12.
Bacardi is offline
ttasdasda
Member
Join Date: Apr 2014
Old 02-15-2023 , 08:38   Re: [EXTENSION] Output Info
Reply With Quote #28

Quote:
But that is a SourceMod extension, so maybe extension itself not up to date.
Could be, although it was forking fine just before the update.

This signature
Quote:
"CBaseEntity_ConnectOutputToScript"
"server"
"Linux"
Signature for sub_5E25F0 (searching with aScriptFailedTo):
55 89 E5 57 56 53 83 EC 24 8B 5D 0C 8B 45 10 53 FF 75 08 89 45 E0 E8 ? ? ? ? 83 C4 10 85 C0 0F 84 ? ? ? ? 83 EC 08 89 C6
\x55\x89\xE5\x57\x56\x53\x83\xEC\x24\x8B\x5D\ x0C\x8B\x45\x10\x53\xFF\x75\x08\x89\x45\xE0\x E8\x2A\x2A\x2A\x2A\x83\xC4\x10\x85\xC0\x0F\x8 4\x2A\x2A\x2A\x2A\x83\xEC\x08\x89\xC6
crashes the server outright, anything else gives the "Unable to load extension "outputinfo.ext": Failed to obtain g_pEntityListPool from gamedata" error.

What if we try to fix the older version of the plugin? The one that only needed "CEventAction__operator delete" (author says it's in fact CUtlMemoryPool::Free).
https://github.com/srcdslab/sm-ext-o...info.games.txt

Last edited by ttasdasda; 02-15-2023 at 08:38.
ttasdasda is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-15-2023 , 09:57   Re: [EXTENSION] Output Info
Reply With Quote #29

Isn't this similiar as this extension ?
https://github.com/Ilusion9/entityIO-sm


[INC] Output Actions this is outdated

So what plugin is using this topic extension ?
I tough maybe edit plugin to use another extension.
__________________
Do not Private Message @me

Last edited by Bacardi; 02-15-2023 at 10:09.
Bacardi 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 10:34.


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