IntrospectionAPIPlugin
uses default string representation in logging output
#2442
Labels
IntrospectionAPIPlugin
uses default string representation in logging output
#2442
Summary of the problem
Manticore version
Python version
OS / Environment
Dependencies
Step to reproduce the behavior
eth-security-toolbox
Docker containerdocker run -it trailofbits/eth-security-toolbox
yarn install
, etc.)solc
version appropriately (if needed)solc-select x.y.z
manticore --contract MyContract contracts/MyContract.sol
Expected behavior
That, when the currently registered plugins are logged, the
IntrospectionAPIPlugin
has a consistent string representation, i.e.IntrospectionAPIPlugin
.Actual behavior
When logged, the
IntrospectionAPIPlugin
uses the default string representation for Python objects, i.e.<class 'manticore.core.plugin.IntrospectionAPIPlugin'>
.Any relevant logs
Output from running Manticore:
The text was updated successfully, but these errors were encountered: