You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ida-evm only support jump dst addr resolving when the Direct Previous Instruction of jump is PUSH2.
Chances are there might be other instructions right before JUMP(i), and analyzing it by hands & head can be quite annoying.
Currently ida-evm only support jump dst addr resolving when the Direct Previous Instruction of jump is PUSH2.
Chances are there might be other instructions right before JUMP(i), and analyzing it by hands & head can be quite annoying.
Especially in CTF puzzles :P
So I wrote an enhanced version (though the code is pretty ugly): https://github.com/xhyumiracle/ida-evm-enhanced
Basically, it acts like this:
Would love to know how you guys think about this, like, whether a pr is necessary or not.
The text was updated successfully, but these errors were encountered: