View Single Post
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 03-31-2014 , 11:48   Re: Virtual Offsets Automated Dumper
Reply With Quote #117

Hi DaftMink,

nope, still doesn't work, here is the output of the update watchdog:


As you can see yourself, dumping the offsets failed. I had to login with a real steam users, as updating with the anonymous user doesn't seem to work for synergy.

To verify the results, I analyzed the file with IDA and the linux "readelf" utility:

Code:
synergy/synergy/bin $ readelf -s server_srv.so | wc -l
555
For synergy it finds 555 symbols, however for hl2mp for example there are 44926 (how it should be):

Code:
hl2mp/hl2mp/bin $ readelf -s server_srv.so | wc -l
44926
__________________
Why reinvent the wheel ? Download smlib with over 350 useful functions.

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter than "Yes"
powered by Core i7 3770k | 32GB DDR3 1886Mhz | 2x Vertex4 SSD Raid0

Last edited by berni; 03-31-2014 at 11:52.
berni is offline