ahi[?] 10 define numeric base for immediates (1, 8, 10, 16, s)
ahi [base]set numeric base (1, 2, 8, 10, 16)-
ahican be used to change how a value looks or is represented
-
ahi bset base to binary (2)ahi dset base to decimal (10)ahi hset base to hexadecimal (16)ahi oset base to octal (8)ahi pset base to htons(port) (3)ahi iset base to IP address (32)ahi Sset base to syscall (80)ahi sset base to string (1)-
Example: Convert to string
ahi s @@=0x080485a3 0x080485ad 0x080485b7(@@=helps specify multiple offsets).
-
ahiForcefully convert value to string
-
ahi