mirror of https://github.com/ConsenSys/mythril
some fixes (#1721)
* some fixes - add cli option --enable-mutation-pruner to control if to enable MutationPrunerBuilder - let cli option --enable-coverage-strategy to control if to load CoveragePluginBuilder - let cli option --enable-iprof to control if to load InstructionProfilerBuilder - remove the redundant print in MythrilDisassembler.hash_for_function_signature - fix the bug of non-hexadecimal numbers found when converting hex(func_hash)[2:] to bytes - other fixes * some fixes - add cli option --disable-mutation-pruner to disable MutationPrunerBuilder - let cli option --disable-coverage-strategy to disable CoveragePluginBuilder - let cli option --disable-iprof to disable InstructionProfilerBuilder - remove the redundant print in MythrilDisassembler.hash_for_function_signature - other fixes * Fix tests --------- Co-authored-by: norhh <nikhilparasaram@gmail.com>pull/1775/head
parent
e7790b2f2f
commit
499bce16f7
Loading…
Reference in new issue