Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Sharedobject Decompiling/Disassembling Request

Skilled Illusionist
Joined
Feb 4, 2012
Messages
353
Reaction score
202
Hi guys,
I'm kind of new here so I'll try and explain best I can.

I'm currently looking at a library file called in a server of mine that defines skills usable and recognizable by the game.

It has a .so extension, and so far I've only pulled up that it is a Shared Object file, meaning it may have various coding languages.

Is there any way to even get a basic view of what's inside?




Thanks in advance for all answers.
 
Libre Software Dev
Developer
Joined
Sep 25, 2012
Messages
675
Reaction score
427
It is no different than a dll. Most .so files are actually .elf files which if you have IDA/Hex-rays you can disassemble. Just check with a hex editor what file signature it has at the beginning of the file and you will know what it is.
 
Skilled Illusionist
Joined
Feb 4, 2012
Messages
353
Reaction score
202
Thanks for the swift response. Love it!
 
Back
Top