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:
Mark Mossberg
2017-03-27 15:03:42 -04:00
committed by GitHub
parent 6b1c69cb28
commit 1047fa42e3
5 changed files with 122 additions and 78 deletions
+21 -2
View File
@@ -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