-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into native-arb-cf-redirect-detector
* master: Fix FileNotFoundError when loading existing state (#1480) Add undoc-members to api docs (#1478) Improve deprecation warnings (#1476) Fix sycall getdents (#1472) Dev apidocs refactor (#1469) Enforce black formatting (#1466) Moving issymbolic to smtlib (#1456) Revert Unicorn Dependency Update (#1459) Manticore 0.3.0 (#1448) Install native deps on rtd (#1457) Fix check for symbolic syscall argument (#1452) Use deque instead of list for FIFO queue in Linux Socket buffer (#1453)
- Loading branch information
Showing
46 changed files
with
581 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ManticoreBase | ||
============= | ||
|
||
.. autoclass:: manticore.core.manticore.ManticoreBase | ||
:members: | ||
:special-members: __init__ | ||
:exclude-members: all_states, ready_states, count_ready_states, count_busy_states, killed_states, count_killed_states, terminated_states, count_terminated_states |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
EVM | ||
--- | ||
|
||
ABI | ||
^^^ | ||
|
||
.. autoclass:: manticore.ethereum.ABI | ||
:members: | ||
:undoc-members: | ||
|
||
Manager | ||
^^^^^^^ | ||
|
||
.. autoclass:: manticore.ethereum.ManticoreEVM | ||
:members: | ||
:undoc-members: | ||
|
||
EVM | ||
^^^ | ||
|
||
.. automodule:: manticore.platforms.evm | ||
:exclude-members: ADD, ADDMOD, ADDRESS, AND, BALANCE, BLOCKHASH, BYTE, CALL, CALLCODE, CALLDATACOPY, CALLDATALOAD, CALLDATASIZE, CALLER, CALLVALUE, CODECOPY, CODESIZE, COINBASE, CREATE, DELEGATECALL, DIFFICULTY, DIV, DUP, EQ, EXP, EXP_gas, EXTCODECOPY, EXTCODESIZE, GAS, GASLIMIT, GASPRICE, GETPC, GT, INVALID, ISZERO, JUMP, JUMPDEST, JUMPI, LT, MLOAD, MOD, MSIZE, MSTORE, MSTORE8, MUL, MULMOD, NOT, NUMBER, OR, ORIGIN, POP, PUSH, RETURN, SDIV, SELFDESTRUCT, SGT, SHA3, SIGNEXTEND, SLOAD, SLT, SMOD, SSTORE, STATICCALL, STOP, SUB, SWAP, TIMESTAMP, XOR, BALANCE_gas, CALLCODE_gas, CALLDATACOPY_gas, CALL_gas, CODECOPY_gas, CREATE_gas, DELEGATECALL_gas, EXTCODECOPY_gas, LOG, LOG_gas, MLOAD_gas, MSTORE8_gas, MSTORE_gas, PC, RETURNDATACOPY, RETURNDATACOPY_gas, RETURNDATASIZE, RETURN_gas, REVERT, REVERT_gas, SHA3_gas, SSTORE_gas, STATICCALL_gas, THROW | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.