crytic / ethersplay

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

Branch colors #20

Closed withzombies closed 6 years ago

withzombies commented 6 years ago

Ethersplay adds branches in an odd way: https://github.com/trailofbits/ethersplay/blob/master/ethersplay/stack_value_analysis.py#L280-L282

Sadly, this means the true and false branches at a conditional jump are not properly colored:

screen shot 2018-03-22 at 11 25 30 am
withzombies commented 6 years ago

Fixed in cfd6a7a