The dumper works well, but i have two questions,
Using the dumper on pserver shows most modules and functions, but under the module dbg there are few modules with no functions. It looks like this
Code:
SetTextBarClipRect - 60E110
---------------------------------------
--- module : dbg ----
LogBox - 67EA60
Trace - 67EB30
Tracen - 67EBB0
TraceError - 67EB70
RegisterExceptionString - 67EAD0
---------------------------------------
--- module : uistonegivemission ----
---------------------------------------
--- module : uiShop ----
---------------------------------------
--- module : uiHelp ----
---------------------------------------
--- module : uiacce ----
---------------------------------------
Is there a way to get functions of these modules using your dumper?
And my second question - There is no SendOnClickPacket function in the net module, or in any other module. Was it renamed or moved in to one of the modules that doesnt display functions? If it was renamed - how can i figure out the name of renamed function? Thanks