Show the default numeric base for numeric output.
show output-radix
None.
This command shows the default numeric base in which the debugger displays numeric output.
(idb) set output-radix 8 Output radix now set decimal 8, hex 8, octal 10. (idb) show output-radix Default output radix for printing of values is 8.
Copyright © 2001-2011, Intel Corporation. All rights reserved.