Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disassembly special "pop" instruction has a small problem #2

Closed
dv0 opened this issue Jul 22, 2015 · 2 comments
Closed

Disassembly special "pop" instruction has a small problem #2

dv0 opened this issue Jul 22, 2015 · 2 comments

Comments

@dv0
Copy link

dv0 commented Jul 22, 2015

For example:pop dword ptr [esp+4].
In this instruction execution is divided into three steps:
temp <= [esp]
esp <= esp + 4
[esp + 4] <= temp
so,in fact the destination address is “[esp+8]”.

@BeaEngine
Copy link
Owner

ok ok, that's right. let's see how can we solve this specific case.

@dv0 dv0 closed this as completed Jan 8, 2017
@dv0 dv0 reopened this Jan 8, 2017
@slovene
Copy link

slovene commented Dec 29, 2018

Has this been fixed yet?

BeaEngine added a commit that referenced this issue Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants