ethereum-dasm
ethereum-dasm copied to clipboard
abi reconstruction (--guess-abi) requires does not work when disabling static analysis: option -A conflicts with -S
If -A
is used with -S
(and with -a
), then the program fails to reconstruct the ABI:
reconstructed ABI:
[]
Expected behaviour: The program should give a warning/an error, if -A
is either used with -S
or is used without -a
(see other issue).
hi @gsalzer,
as mentioned in #16 this functionality is not yet fit for use and is currently based on information from the static analysis run. disabling it (-S
) makes it fail as the information is not present in this case.
cheers, tin