apuadofrancisco Posted May 27, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 18 Reputation: 3 Joined: 11/01/12 Last Seen: January 25, 2023 Share Posted May 27, 2020 Hi guys, Can somebody teach me the basics of disassembling a client? even just finding the right offset, Thanks Quote Link to comment Share on other sites More sharing options...
0 Ai4rei Posted May 31, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 425 Reputation: 359 Joined: 11/11/11 Last Seen: February 28 Share 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 Link to comment Share on other sites More sharing options...
0 HD Scripts Posted June 1, 2020 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 184 Reputation: 15 Joined: 06/10/12 Last Seen: Monday at 11:48 PM Share 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 Link to comment Share on other sites More sharing options...
0 Ai4rei Posted June 1, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 425 Reputation: 359 Joined: 11/11/11 Last Seen: February 28 Share 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 Link to comment Share on other sites More sharing options...
0 apuadofrancisco Posted June 1, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 18 Reputation: 3 Joined: 11/01/12 Last Seen: January 25, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
Question
apuadofrancisco
Hi guys,
Can somebody teach me the basics of disassembling a client? even just finding the right offset,
Thanks
Link to comment
Share on other sites
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.