apuadofrancisco Posted May 27, 2020 Posted May 27, 2020 Hi guys, Can somebody teach me the basics of disassembling a client? even just finding the right offset, Thanks Quote
0 Ai4rei Posted May 31, 2020 Posted May 31, 2020 http://nn.ai4rei.net/dev/ref/strreloc/ ...to get a general idea. For starters learn some basic Intel Assembly instructions for x86 processors and a general PE EXE layout. 1 Quote
0 HD Scripts Posted June 1, 2020 Posted June 1, 2020 That way, can I add new strings? For example: I want to create a new in-game window. Would it be possible to do that? Thank you. Quote
0 Ai4rei Posted June 1, 2020 Posted June 1, 2020 You can add new strings this way, but to create a new window, it has to be integrated with the internal window manager, setup, drawn and user input handled, which is a lot of addional code (and beyond any basic skills). Quote
0 apuadofrancisco Posted June 1, 2020 Author Posted June 1, 2020 14 hours ago, Ai4rei said: http://nn.ai4rei.net/dev/ref/strreloc/ ...to get a general idea. For starters learn some basic Intel Assembly instructions for x86 processors and a general PE EXE layout. Thanks for the info @Ai4rei Quote
Question
apuadofrancisco
Hi guys,
Can somebody teach me the basics of disassembling a client? even just finding the right offset,
Thanks
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.