So i've been trying to improve my function reversing skill and i was following this tutorial and trying to apply it to nostale:
According to the tutorial you can find game functions by tracing back the winsock send function but when i was trying it with nostale it seems like the functions that call the send function is something like a tick counter and it's being called everytime so it's impossible for me to trace it back. Is it because nostale works different or maybe the game function is called after the winsock send function? To find functions i usually use CE, look for some value on the structure that i think is being used by a function and try to trace it back.






