Jump to content
  • 0

How to identify the type of data used in a game


KimmBTimmy

Question

I want to modify values in a game but there are no guides out there for it. My main problem is identify the type of data used to store the value because auto finding is to slow and unreliable. Can someone explain how you would go about identifying the types of data and explain what each of them mean. For example Dword, Float, Double, word, byte, Qword, and Xor.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

17 hours ago, KimmBTimmy said:

I want to modify values in a game but there are no guides out there for it. My main problem is identify the type of data used to store the value because auto finding is to slow and unreliable. Can someone explain how you would go about identifying the types of data and explain what each of them mean. For example Dword, Float, Double, word, byte, Qword, and Xor.

you don't need any guide to identify data type it's the basic of the basic search the web for C data type , 

image.thumb.png.aafcc552c5d310c8e52c96fb79dcf197.png

short int => WORD
int => DWORD
long long int => QWORD
char => byte
float & double => are the numbers with fraction

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...