diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2016-07-30 16:22:43 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2016-07-30 16:22:43 -0400 |
| commit | deb657e0f5088ab2711d27d7b40235d6917ad238 (patch) | |
| tree | d5b7737d195f795aa7d10db9b42f69eff1695b7d /api-docs/source/python.rst | |
| parent | e6fb10f4505a29785197510b6c10aedadb1bc6dc (diff) | |
manually add classes
Diffstat (limited to 'api-docs/source/python.rst')
| -rw-r--r-- | api-docs/source/python.rst | 73 |
1 files changed, 70 insertions, 3 deletions
diff --git a/api-docs/source/python.rst b/api-docs/source/python.rst index 27bcfbd3..dfc0585b 100644 --- a/api-docs/source/python.rst +++ b/api-docs/source/python.rst @@ -1,7 +1,74 @@ Binary Ninja Python API Documentation ===================================== +.. currentmodule:: binaryninja +.. autosummary:: + :toctree: + + AnalysisCompletionEvent + AnalysisProgress + Architecture + BasicBlock + BasicBlockEdge + BinaryDataNotification + BinaryDataNotificationCallbacks + BinaryReader + BinaryView + BinaryViewType + BinaryWriter + CallingConvention + CoreFileAccessor + DataBuffer + DataVariable + DisassemblySettings + DisassemblyTextLine + Enumeration + EnumerationMember + FileAccessor + Function + FunctionGraph + FunctionGraphBlock + FunctionGraphEdge + FunctionRecognizer + IndirectBranchInfo + InstructionBranch + InstructionInfo + InstructionTextToken + LinearDisassemblyLine + LinearDisassemblyPosition + LookupTableEntry + LowLevelILBasicBlock + LowLevelILExpr + LowLevelILFunction + LowLevelILInstruction + LowLevelILLabel + NavigationHandler + Platform + PluginCommand + PluginCommandContext + ReferenceSource + RegisterInfo + RegisterValue + StackVariable + StackVariableReference + StringReference + Structure + StructureMember + Symbol + Transform + TransformParameter + Type + TypeParserResult + UndoAction + UpdateChannel + UpdateProgressCallback + UpdateVersion + +.. toctree:: + :maxdepth: 2 + .. automodule:: binaryninja - :members: - :undoc-members: - :show-inheritance: + :members: + :undoc-members: + :show-inheritance: + :private-members: |
