tealer icon indicating copy to clipboard operation
tealer copied to clipboard

Recover method // push 4 bytes

Open montyly opened this issue 3 years ago • 1 comments

We should start adding support to recover the function id, like in

method "some_func()void"     // pushes 4-byte method selector on to the stack

montyly avatar Jan 18 '23 09:01 montyly

PR #121 adds support to identify method instruction. We have to add support to calculate function id from the method signature.

S3v3ru5 avatar Jan 18 '23 11:01 S3v3ru5