eazdevirt icon indicating copy to clipboard operation
eazdevirt copied to clipboard

Fix Stind_* instructions

Open saneki opened this issue 10 years ago • 0 comments

Currently eazdevirt detects all Stind instructions as Stind_I. Add a post-devirtualize fixer for updating the opcodes of Stind instructions depending on the state of the stack at the time the instruction is reached.

Additional info: https://github.com/saneki/eazdevirt/blob/f9875817875209b4f4bbb8ad3fd22b1c77f1030e/src/eazdevirt/Detection/V1/Detection.Ind.cs#L103

saneki avatar Sep 29 '15 17:09 saneki