crytic / tealer

Static Analyzer for Teal
GNU Affero General Public License v3.0
61 stars 14 forks source link

Recover method // push 4 bytes #133

Open montyly opened 1 year ago

montyly commented 1 year ago

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
S3v3ru5 commented 1 year ago

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