Posted: Sun Nov 26, 2023 2:05 am Post subject: can anyone helps about pointer
I am trying to use mutilevel pointer to search for a game,But I encountered a problem, when I used 'find write to this address', the address I found was very large. If I use this address with 4 bytes directly, I won't be able to search for anything. As shown in the figure below, when I directly search for the address 2361C078E50, I cannot find the pointer whether using 4byte or 8byte. How should I handle this situation (obviously 2361C078E50>2 ^ 31, so I don't think this should be 4 bytes)[/img]
"2361C078E50" is just a guess. It could be wrong- e.g. maybe that value is part of a composite structure inside a bigger structure, and that code is only accessing the composite structure.
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