tealer
tealer copied to clipboard
Recover method // push 4 bytes
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
PR #121 adds support to identify method instruction. We have to add support to calculate function id from the method signature.