DezerDezer Posted April 13, 2020 Posted April 13, 2020 When I refine a value to the last value it sometimes shows the dword and qword are connected to the same value
Moderators NoFear Posted April 13, 2020 Moderators Posted April 13, 2020 It's because you did "Auto". It's the same address. You need to determine was the final result Qword or Dword.
DezerDezer Posted April 13, 2020 Author Posted April 13, 2020 5 hours ago, NoFear said: It's because you did "Auto". It's the same address. You need to determine was the final result Qword or Dword. But when I try to find out by changing the points or coins both dword and qword change to the same value
Moderators NoFear Posted April 13, 2020 Moderators Posted April 13, 2020 You need to better understand value types than. Dword is 4byte Qword is 8byte If the 4 bytes after your dword are 0, then the dword is same value as qword until you exceed 2147483647. Then the 4bytes below top dword become 1. And the 4bytes above that start back at 0.
Question
DezerDezer
When I refine a value to the last value it sometimes shows the dword and qword are connected to the same value
3 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.