Posted: Fri Feb 19, 2021 10:16 am Post subject: Two different register addresses on the same register???
Hey guys I am new to reverse engineering and I got a problem understanding how the registers "display" work on CE. My situation is that I'm trying to find the internal send function of an online game. I found the buffer pointer and looked what accesses to it. It was obviously an instruction, which used the buffer pointer, but if I breakpoint on that instruction it doesn't contain the buffer ptr.
CE has to guess the previous instruction when data breakpoints trigger. In this case CE guessed wrong.
Open up the disassembler yourself and figure it out. IIRC left/right arrows scroll one byte at a time.
Make sure you're using an up-to-date version of CE. Older versions don't know about some vector extensions more commonly used now. _________________
I don't know where I'm going, but I'll figure it out when I get there.
I am using the latest version. So the breakpoint is showing me false information? Then I can assume that the address in EDX from picture 1 is the correct one right?
I don't know. Again, look at the instruction that's actually accessing the value. Click on "show disassembler" and scroll up a bit. It might be some rep string instruction if I had to guess.
Reading through this again, it seems like you've made some misconceptions about assembly that are giving you a false sense of proficiency. Try searching for "x64 assembly tutorial" or something and come back to this later. _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum