Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some fixes #1721

Merged
merged 4 commits into from
Jun 5, 2023
Merged

some fixes #1721

merged 4 commits into from
Jun 5, 2023

Commits on Jan 5, 2023

  1. 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
    A-23187 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    fc13783 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    14bdbae View commit details
    Browse the repository at this point in the history
  2. 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
    A-23187 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    865417b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Fix tests

    norhh committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1f36020 View commit details
    Browse the repository at this point in the history