banjo icon indicating copy to clipboard operation
banjo copied to clipboard

numbers don't behave well in binja

Open austin-ralls-cs opened this issue 4 years ago • 1 comments

Trying to change them from one format to another breaks them completely. I suspect that this has something to do with IntegerToken, which used to be marked as internal-only in the docs but isn't any more.

TODO investigate changes to https://api.binary.ninja/binaryninja.function.InstructionTextToken.html#binaryninja.function.InstructionTextToken to figure out how to fix this.

austin-ralls-cs avatar May 28 '20 00:05 austin-ralls-cs

You need to populate the value field of integer tokens.

ElykDeer avatar Dec 22 '20 15:12 ElykDeer