ethereum-dasm icon indicating copy to clipboard operation
ethereum-dasm copied to clipboard

abi reconstruction (--guess-abi) requires does not work when disabling static analysis: option -A conflicts with -S

Open gsalzer opened this issue 6 years ago • 1 comments

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).

gsalzer avatar Oct 16 '18 19:10 gsalzer

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

tintinweb avatar Oct 16 '18 22:10 tintinweb