十六进制偏移,有人可以帮忙吗?

发布于 2024-08-03 19:00:00 字数 74 浏览 0 评论 0原文

我对偏移量感到困惑。 如果有人告诉我在偏移量“0x0805F4B0”处编辑某些内容, 我会在十六进制编辑器的“跳转到”功能中输入什么?

I'm confused about offsets.
If someone tells me to edit something at the offset "0x0805F4B0",
what would I type in my hex editor's "Jump To" function?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一抹苦笑 2024-08-10 19:00:00

我希望编辑能够明确其期望的输入形式。理想情况下,0x0805F4B0 可以工作。如果失败,我会尝试 0805F4B0805F4B0。作为最后的手段,我会尝试 134608048 (即 0x0805F4B010)。

I would hope the editor would make clear what form of input it expects there. Ideally, 0x0805F4B0 would work. Failing that, I would try 0805F4B0 and 805F4B0. As a last resort, I'd try 134608048 (i.e. 0x0805F4B010).

爱你不解释 2024-08-10 19:00:00

嗯...哪个问题这样的答案...可能是您必须在“跳转到”中输入 0805F4B0?或者您可以输入转换为十进制值的数字?任何现代计算器都可以在十六进制和十进制之间转换数字

Hmm... which question such answer... may be you must enter 0805F4B0 in 'jump to'? Or you can enter this number converted to decimal value? Any modern calculator can convert numbers between hex and dec

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文