franck44 / evm-dis

An EVM bytecode disassembler/assembler
Apache License 2.0
29 stars 6 forks source link

[Bug]: a node has a wrong jump target (0x0) #35

Closed franck44 closed 8 months ago

franck44 commented 8 months ago

In the current wrappedEth example, Segment 74 ends up with a target jump of 0x0. This is a bug, and should be 0x187.

To do

Investigate bug and find root cause. Fix it :-)