Posted October 20, 20222 yr 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?
October 30, 20222 yr There is no way to do this without writing a plugin. What do you want to do with this information?
November 10, 20222 yr Author 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!
Create an account or sign in to comment