Document state, cpu, issymbolic (#101)
* Add unstable warning * verbosity docs * Add State and Cpu to docs * Add State docs * Add cpu docs * Add select cpu docs * Add issymbolic helper doc * Rm double docstring * Update write_bytes docstring * Update Cpu docstr * Document cpu reg interfaces * Fix rebase mistakes
This commit is contained in:
+21
-2
@@ -1,10 +1,29 @@
|
||||
API
|
||||
===
|
||||
|
||||
.. module:: manticore
|
||||
|
||||
This API is under active development, and should be considered unstable.
|
||||
|
||||
Helpers
|
||||
-------
|
||||
|
||||
.. autofunction:: manticore.issymbolic
|
||||
|
||||
Manticore
|
||||
---------
|
||||
|
||||
.. autoclass:: Manticore
|
||||
.. autoclass:: manticore.Manticore
|
||||
:members:
|
||||
|
||||
State
|
||||
-----
|
||||
|
||||
.. autoclass:: manticore.core.state.State
|
||||
:members:
|
||||
|
||||
Cpu
|
||||
---
|
||||
|
||||
.. autoclass:: manticore.core.cpu.abstractcpu.Cpu
|
||||
:members: read_int, read_bytes, write_int, write_bytes, write_register, read_register, all_registers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user