如何更改ollydbg中EIP的值?

发布于 2024-09-25 05:00:25 字数 145 浏览 10 评论 0原文

我在注册窗口中双击了 EIP,但似乎无法编辑。

为什么EIP很特殊?如何更改它?

替代文本

I double clicked on EIP in register window,but seems un-editable.

Why is EIP special?How can I change it?

alt text

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

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

发布评论

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

评论(2

贪恋 2024-10-02 05:00:25

找到您想要设置 EIP 的位置,右键单击并选择“New Origin Here”。这会将 EIP 重置为新地址。您可以通过检查右上角的寄存器来确认这一点。

除了上面的回复之外,EIP 基本上就是指向当前执行行所在位置的指针。它用于记录程序正在内存中执行的指令。

Find the location you want to set your EIP to, right click and select "New Origin Here". This will reset the EIP to the new address. You can confirm this by inspecting the registers at the top right.

In addition to the reply above, the EIP is basically the pointer to where the current line of execution is. It's used to keep a record of which instruction the program is executing in memory.

甜中书 2024-10-02 05:00:25

Ctrl+g 并输入 EIP 的值,然后按 Enter。

Ctrl + *设置EIP

EIP 寄存器始终包含下一条要执行的指令的地址。

press Ctrl+g and type the value of EIP and press enter.

press Ctrl + * to set EIP.

The EIP register always contains the address of the next instruction to be executed.

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