开发者

ASM: Format unknown: 30790BF0H

I disassembled a dll and found a line:

push    30790BF0h

What's the 30790BF0h? How can I convert it to an integer, I just want to know the integer value of it. If it's 32 everything is fine. So is there an online calculator f开发者_JAVA技巧or this or?


It's in hexadecimal (i.e. base-16) representation. In other programming languages, you might see it written 0x30790BF0, $30790BF0 or 16#30790BF0#.

There are millions of online calculators that will do the transformation; even the Windows calculator can do it!

[Incidentally, the value of that particular number is 813239280 in decimal.]


You should provide more context. That could be pushing the address of the string "32", even. Seeing it in context, with system or C library calls near it, could help determine what that is representing.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜