snowman icon indicating copy to clipboard operation
snowman copied to clipboard

[IDA Plugin]Represent Decimal offsets to Hex ?

Open Tetragromaton opened this issue 4 years ago • 1 comments

So as you know after decompilation of some code you have offsets in decimal value, so how to make decompiler convert all the decimal offsets to hex ?

Like:

ECX->f500 | In decimal should
ECX->0x1F4

Tetragromaton avatar May 05 '20 11:05 Tetragromaton