Default package

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Heartbeat

heartbeat.proto:26

Service for receiving hearbeats.

service UntrustedRunner

untrusted_runner.proto:324

UntrusterRunner service.

message CodeModule

process_state.proto:195

Carries information about code modules that are loaded into a process. See src/google_breakpad/processor/code_module.h

Next value: 8

Used in: ProcessStateProto, StackFrame

message CorpusCrash

untrusted_runner.proto:185

Used in: PruneCorpusResponse

message CoverageInfo

untrusted_runner.proto:194

Used in: PruneCorpusResponse

message CrossPollinateFuzzer

untrusted_runner.proto:206

Used in: PruneCorpusRequest

message CrossPollinationStats

untrusted_runner.proto:232

Used in: PruneCorpusResponse

message EngineCrash

untrusted_runner.proto:298

Used in: EngineFuzzResponse

message EngineReproduceResult

untrusted_runner.proto:284

Used as response type in: UntrustedRunner.EngineReproduce, UntrustedRunner.ProcessTestcase

message FileChunk

untrusted_runner.proto:134

Used for file transfers.

Used as request type in: UntrustedRunner.CopyFileTo

Used as response type in: UntrustedRunner.CopyFileFrom

message FindBuildFileRequest

untrusted_runner.proto:106

message FindBuildFileResponse

untrusted_runner.proto:110

message FuzzTarget

untrusted_runner.proto:264

Used in: CrossPollinateFuzzer, PruneCorpusRequest

message PopenArgs

untrusted_runner.proto:79

Supported popen args.

Used in: RunAndWaitRequest

message ProcessResult

untrusted_runner.proto:31

new_process.ProcessResult

Used in: RunAndWaitResponse

message ProcessStateProto

process_state.proto:49

A proto representation of a process, in a fully-digested state. See src/google_breakpad/processor/process_state.h

Next value: 14

message ProcessStateProto.Crash

process_state.proto:58

Used in: ProcessStateProto

message ProcessStateProto.Thread

process_state.proto:85

Used in: ProcessStateProto

enum ProcessTestcaseRequest.Operation

untrusted_runner.proto:271

Used in: ProcessTestcaseRequest

message StackFrame

process_state.proto:140

Represents a single frame in a stack See src/google_breakpad/processor/stack_frame.h

Next value: 9

Used in: ProcessStateProto.Thread

enum StackFrame.FrameTrust

process_state.proto:147

Indicates how well the instruction pointer derived during stack walking is trusted. Since the stack walker can resort to stack scanning, it can wind up with dubious frames. In rough order of "trust metric".

Used in: StackFrame