class InstrumentedProcess
Defined at line 19 of file ../../src/sys/fuzzing/realmfuzzer/target/instrumented-process.h
This class extends |Process| by automatically connecting in a public default constructor. The
class is instantiated as a singleton below, and lives as long as the process. All other
fuzzing-related code executed in the target runs as result of the singleton's constructor.
Public Methods
void InstrumentedProcess ()
Defined at line 21 of file ../../src/sys/fuzzing/realmfuzzer/target/instrumented-process.cc
void ~InstrumentedProcess ()
Defined at line 22 of file ../../src/sys/fuzzing/realmfuzzer/target/instrumented-process.h