crytic / ethersplay

EVM dissassembler
GNU Affero General Public License v3.0
834 stars 116 forks source link

Edited _transfer_func_ins() #38

Closed tlatkdgus1 closed 6 years ago

tlatkdgus1 commented 6 years ago

if ins[0] is SWAP10 ~ 16 or DUP10~16, nth_elem parsing just 1. So Added ":" in array. (op[4:], op[3:])

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

withzombies commented 6 years ago

Thanks! It seems our stack analysis was broken without this.