mirror of
https://github.com/angr/pyvex
synced 2026-06-21 13:47:01 +00:00
d1220ef05e
* Add in-tree docs * Fix git depedency installation * Make install step name not include project name * Fix issues with doc builds * Tell RTD to clone pyvex recursively * Try cloning submodules a different way * Use pipe for multiline string * Replace copyright with project_copyright * Add links to plugin documentation * Attribute copyright to contributors
52 lines
1.0 KiB
ReStructuredText
52 lines
1.0 KiB
ReStructuredText
:mod:`pyvex` --- Binary Translator
|
|
==================================
|
|
|
|
.. automodule:: pyvex
|
|
.. automodule:: pyvex.native
|
|
|
|
|
|
Translation Interface
|
|
---------------------
|
|
|
|
.. automodule:: pyvex.block
|
|
|
|
|
|
IR Components
|
|
-------------
|
|
|
|
.. automodule:: pyvex.stmt
|
|
.. automodule:: pyvex.expr
|
|
.. automodule:: pyvex.const
|
|
.. automodule:: pyvex.enums
|
|
|
|
Lifting System
|
|
--------------
|
|
|
|
.. automodule:: pyvex.data_ref
|
|
.. automodule:: pyvex.lifting
|
|
.. automodule:: pyvex.lifting.lift_function
|
|
.. automodule:: pyvex.lifting.libvex
|
|
.. automodule:: pyvex.lifting.lifter
|
|
.. automodule:: pyvex.lifting.post_processor
|
|
.. automodule:: pyvex.lifting.util.irsb_postprocess
|
|
.. automodule:: pyvex.lifting.util
|
|
.. automodule:: pyvex.lifting.util.syntax_wrapper
|
|
.. automodule:: pyvex.lifting.util.vex_helper
|
|
.. automodule:: pyvex.lifting.util.lifter_helper
|
|
.. automodule:: pyvex.lifting.util.instr_helper
|
|
|
|
Builtin IR Processors
|
|
---------------------
|
|
|
|
.. automodule:: pyvex.lifting.zerodivision
|
|
|
|
Errors
|
|
------
|
|
|
|
.. automodule:: pyvex.errors
|
|
|
|
Utilities
|
|
---------
|
|
|
|
.. automodule:: pyvex.utils
|