Skip to content

Commit

Permalink
Add an import to ensure that we override Manticore's logger (#48 #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Feb 8, 2019
1 parent ee1a4d5 commit c3f9179
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etheno/manticoreutils.py
Expand Up @@ -2,6 +2,11 @@
import itertools
import pkg_resources

# Import manticoreclient before we load any actual Manticore classes.
# We don't need it here, but we do rely on it to hook in the Manticore loggers:
from . import manticoreclient
del manticoreclient

from manticore.core.smtlib.operators import AND
from manticore.ethereum import ManticoreEVM, Detector
import manticore.ethereum.detectors
Expand Down

0 comments on commit c3f9179

Please sign in to comment.