eazdevirt
eazdevirt copied to clipboard
Fix Stind_* instructions
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