reven2 - The Reven Python API.address - Defines memory address classesarch - Contains classes and instances related to the description of the machine architecture.AArch32 - Registers in this module are generated at runtime, so they are not documented. To find them, use autocompletion in your python shell (e.g. in ipython), or use `dir(arch.AArch32)`AArch64 - Registers in this module are generated at runtime, so they are not documented. To find them, use autocompletion in your python shell (e.g. in ipython), or use `dir(arch.AArch64)`helpers - Contains useful functions about registers.msr - Registers in this module are generated at runtime, so they are not documented. To find them, use autocompletion in your python shell (e.g. in ipython), or use `dir(arch.msr)`register - Defines the Register class and related classes.sse2 - Registers in this module are generated at runtime, so they are not documented. To find them, use autocompletion in your python shell (e.g. in ipython), or use `dir(arch.sse2)`x64 - Registers in this module are generated at runtime, so they are not documented. To find them, use autocompletion in your python shell (e.g. in ipython), or use `dir(arch.x64)`x87 - Registers in this module are generated at runtime, so they are not documented. To find them, use autocompletion in your python shell (e.g. in ipython), or use `dir(arch.x87)`bookmark - No module docstring; 2/3 classes documentedfilter - Module related to trace filter. See the Trace object.framebuffer - This module contains the Framebuffer type used to acces the framebuffer and take screenshots from the trace.memhist - No module docstring; 0/1 variable, 0/10 function, 3/3 classes documentedmemory_range - This module contains the MemoryRange type that model a range of memory addresses, and related types.ossi - Package related to OSSI information. See the OssiContext object.os - This module contains classes and functions related to the operating system (OS) detection feature of Reven:ossi - Module related to the public OSSI objects.process - No module docstring; 1/1 class documentedthread - No module docstring; 1/1 class documented_data_source - Undocumentedprelude - This is the prelude module of the Reven python APIpreview - Contains subpackages and modules whose API is not considered stable yet.project_manager - Package related to Reven project manager. This is a low-level REST API binding, which is incomplete and unstableproject_manager - Wrapper to communicate with the Reven project manager This is a work in progress This is a low-level REST API binding, which is incomplete and unstable_chunked_upload - Generic client for django-chunked-upload_connect - No module docstring; 0/7 variable, 0/6 function, 1/3 class documentedprototypes - Package related to function prototypes parsing.callconv_helper - Implementation details of a helper to use calling convention implementations.calling_conventions - Implementation details for each calling convention.cdecl - Implementation of the cdecl calling convention used by 32bit systemschunks - Types returned by calling conventions to define argument chunks.fastcall - Implementation of the fastcall calling convention used by Windows 32bitms64 - Implementation of the Microsoft x64 calling convention used by Windows 64bitsysv64 - Implementation of the System V ABI AMD64 calling convention used by Linux 64bitparsing_types - Binding of the reven low level parsing API typesprototype - Prototype: a function and a calling convention Get arguments and return values at given points in the trace.reven_prototypes - C and C++ prototypes parsing.taint - Package related to data tainting.helpers - Undocumentedwindows - Package related to Windows utilities.context - A wrapper above reven2.trace.Context to add more utilities method to it for Windows 10.handle - Parsing of Windows 10 handles from handle tablesobject - Parsing of Windows 10 objects with header and optional headersutils - Some general utilities for Windowsregister_slice - This module contains the RegisterSlice type that models a bitwise-slice of a register.search - Module related to trace search. See the Search object.search_in_memory - No module docstring; 7/8 classes documentedsession - Module related to sessions, that allow to publish information to various other connected clients (e.g., Axion).stack - Module related to stack. See the Stack object.string - Module related to strings in trace. See the String object.trace - Module related to the execution trace. See the Trace object._data_source - Undocumented_find_inverse - No module docstring; 11/18 functions documentedtypes - Contains classes and instances related to the description of data types._array - This module provides the Array type._declaration - This module provides several types that represent unresolved types, such as type forward declarations in C._enum - This module provides the Enumeration type and associated types._error - This module provides the ErrorType type and associated types._instance - This module provides the various instance types that represents the result of reading certain types, such as a Struct._integer - Provides the Integer types and type constructors operating on integers such as BigEndian as well as the Endianness and Signedness enums._pointer - This modules contains the Pointer type._primitive - This module defines the primitive types manipulated by the API._string - The module defining the CString type and the Encoding enum describing the available encodings._struct - The module defining the Struct type and related types._type - Module defining the Type class._typeinfo - Undocumented_void - The module containing the void type and its associated error type.util - Module that provide util functions