Additional Info
|
Hello everyone, Im in doubt with some values of CE, it may sound a retarded question but, what are 4b*1 and 4b-1 values?ik 4b is 4 bytes but idk the mean of *1 and -1 on these values.Apreciate any help |
Additional Info
|
4b*1 is redundant way to say plain 4b values. It got popular during the years of flash numbers. To find a value that was shown as 10 in game you would need to scan for the value times eight and it was referred as 4b*8. In short it's a way to both say the data type and if there are numeric modifications to do to the value to scan for. |
Additional Info
|
to put it simply: |
Additional Info
|
Thanks for the fast response guys |