Jump to content
  • 0

Dword and qword


DezerDezer

Question

3 answers to this question

Recommended Posts

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

Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.