Invalid numbers allowed
Opened this issue · 0 comments
MiranDMC commented
SB compiles following code without errors:
int frameCount = read_memory {address} 00B7CB4C {size} 4 {vp} false
Problem is there is no 0x
in front of, what is supposed to be hex number. Resulting script tries to read address 0x0
instead.