Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to display hexadecimal representation instead of decimal in IDA pseudocode view?

Is there a way to display hexadecimal representation instead of decimal in IDA pseudocode view? It's more practical for me to use hexadecimal since my structs are all mapped in hex. Thanks!

like image 465
J. Doe Avatar asked Oct 21 '25 05:10

J. Doe


1 Answers

In IDA Pro 7.7, there is an option to enable displaying hex as default:

  1. Click menu Edit -> Plugins -> Hex Rays Decompiler to open a dialog
  2. In the dialog above, click Options in the right-bottom corner
  3. Change the Default radix to 16

That's all.

By the way, you could press H key to switch between hex and decimal.

like image 98
tianjianchn Avatar answered Oct 26 '25 20:10

tianjianchn



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!