PDA

View Full Version : "coded in base 10"


C0d3r-F4N
October 9th, 2015, 07:17
I 've read a tutorial in which is:
Quote:
you have:

EAX = 0x499602D2
EBP = 0x0026A8F9

try to convert EBP value into the equivalent number coded in base 10:

EBP = (2533625)10

My question is:
What means try to convert EBP value into the equivalent number coded in base 10?

Edit:
Ok, it's hex to decimal.