EazyDevirt icon indicating copy to clipboard operation
EazyDevirt copied to clipboard

Stind and Stobj

Open puff opened this issue 2 years ago • 0 comments

The stind (and stobj) opcode handlers all use the same method, however the method has no parameters, therefore having no way of differentiating them through pattern matching, unless we match each VMOperandType as well.

An alternative to pattern matching could be to iterate through the devirtualized instructions and determine the stind type from stack analysis. This can probably be done with Echo.

puff avatar Mar 12 '23 18:03 puff