Additional Info
|
I searched for a money value (21044) and narrowed down my results and came back with 3 values: byte-52, 2bytes-21044, and 4bytes-21044. When I change the values to lets say 500000 the values change to: byte-32, 2bytes-41248, 4bytes-500000. Is there a way that I can get the 2bytes to be the same as the 4bytes? Thanks in advance.
|
Additional Info
|
I don't quiet get it, when you have got a single value, you can just directly change it to change the amount of money you got dude....2bytes and 4bytes are different things, when you actually find a single value, just change the value you desire to and you're done...+1 karma if this helped (broken image removed)
|
Additional Info
|
Moving to help
|
Additional Info
|
Quote from: "Lindsey" Is there a way that I can get the 2bytes to be the same as the 4bytes? Double click on 2bytes and change it to 4 bytes. They're probably the same address, so we normally change the 4 bytes value because bytes and 2 bytes usually have a lot more to narrow down and also because 4 byte values can be much bigger. Quote Byte (values between 0 and 255 or -128 to 127 if signed) Flash .sol locations |