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
Changed all Exception objects raised to more specific classes implemented in pyevmasm.
Additionally, disassemble_all now catches a ParseError exception that could be thrown
by Instruction.parse_operand, which would cause the generator to raise an exception
instead of returning None.
0 commit comments