Where i can read about HookCalls is there some documentation about sfall source code? I mean when i can and cannot use them? For example tried to replace _credits func, wrote a func with __asm and hook it like this - HookCalls(myHookFunc, {addrOfCreditsFunc}). It is always a crash on the certain...
I didnt know about that. Interesting. So if im not changing anything in the source and if its succesfully compiles, i will have an equal file to released version of sfall from github, right?
Hi to everyone. Can someone clear to me one thing? When i compile sfall from source via Visual Studio 2022 the hash sum of compiled dll not equal to hash sum of latest released version on github. Why? Any suggestions?