Jump to content
  • 0

How to identify the type of data used in a game


KimmBTimmy
 Share

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

  • 0
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.