EVM assembler/disassembler doc and cleanup (#563)
* Fixes symbolic reentrancy example * Fix coverage Issue# 527 * Remove debug unused code * New solidity biased API and reporting * Updated examples to new api WIP * simple_mapping FIXED. new api * Simple transaction example added. msg.value can be symbolic now * Reentrancy symbolic now updated to new API + bugfixes * Doc and cleanups in evm assembler * EVMInstruction -> Instruction * cleanups * typo * deepcopy in Constant * Better EVM-asm api and doc * some docs * More evm asm docs * Fix import * * typo * newline between text and param * similar phrasing to all the other flags * typo * typo * fix function name in comment * sphinx newline * documentation fixes * documentation fixes * EVMAssembler to EVMAsm * Fix evm @hook signature * EVMAsm * EVMasm refactor
This commit is contained in:
@@ -36,3 +36,12 @@ Models
|
||||
.. function:: strlen
|
||||
|
||||
.. function:: strcmp
|
||||
|
||||
EVM
|
||||
---
|
||||
.. automodule:: manticore.platforms.evm
|
||||
.. autoclass:: manticore.platforms.evm::EVMAsm.Instruction
|
||||
:members:
|
||||
.. autoclass:: manticore.platforms.evm.EVMAsm
|
||||
:members:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user