minh Posted October 20, 2022 Posted October 20, 2022 There is a comamnds to get mnemonic of instructions (dis.mnemonic(addr)). Now,I wanna get operands of instructions, such as: "ebp" in "push ebp". How to get them?
mrexodia Posted October 30, 2022 Posted October 30, 2022 There is no way to do this without writing a plugin. What do you want to do with this information?
minh Posted November 10, 2022 Author Posted November 10, 2022 On 10/31/2022 at 1:28 AM, mrexodia said: There is no way to do this without writing a plugin. What do you want to do with this information? I will try to write a plugin for this, thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now