Fuzz Introspector datatypes --------------------------- Represents the main data types in Fuzz Introspector. These are relevant when developing analysis plugins as they expose the data from Fuzz Introspector. Project profile =============== .. automodule:: fuzz_introspector.datatypes.project_profile :members: :show-inheritance: Fuzzer profile ============== .. automodule:: fuzz_introspector.datatypes.fuzzer_profile :members: :show-inheritance: Function profile ================ .. automodule:: fuzz_introspector.datatypes.function_profile :members: :show-inheritance: Branch profile ============== .. automodule:: fuzz_introspector.datatypes.branch_profile :members: :show-inheritance: Bug === .. automodule:: fuzz_introspector.datatypes.bug :members: :show-inheritance: