MCPcopy Create free account

hub / github.com/GJDuck/e9afl / functions

Functions28 in github.com/GJDuck/e9afl

↓ 21 callersFunctionerror
* Report an error and exit. */
e9afl.cpp:74
↓ 4 callersFunctionaddPredecessor
* Add a predecessor block. */
e9AFLPlugin.cpp:293
↓ 4 callersFunctionaddSuccessor
* Add a successor block. */
e9AFLPlugin.cpp:311
↓ 4 callersFunctionnormalize
* Normalize a block address. */
e9AFLPlugin.cpp:280
↓ 2 callersFunctiongetValue
* Value to string. */
e9afl.cpp:134
↓ 2 callersFunctionoptimizeBlock
e9AFLPlugin.cpp:452
↓ 2 callersFunctionparseOption
e9AFLPlugin.cpp:62
↓ 2 callersFunctionparseValue
* Parse a value. */
e9afl.cpp:104
↓ 1 callersFunction__afl_init_tls
afl-rt.c:112
↓ 1 callersFunction__afl_map_shm
SHM setup. */
afl-rt.c:68
↓ 1 callersFunction__afl_start_forkserver
Fork server logic. */
afl-rt.c:134
↓ 1 callersFunctionbuildCFG
* Build the CFG from the set of jump targets. */
e9AFLPlugin.cpp:329
↓ 1 callersFunctioncalcInstrumentPoints
* Calculate all instrumentation points. */
e9AFLPlugin.cpp:512
↓ 1 callersFunctiongetCounter
* Counter to string. */
e9afl.cpp:151
↓ 1 callersFunctiongetExePath
* Get the executable path. */
e9afl.cpp:90
↓ 1 callersFunctionoptimizePaths
e9AFLPlugin.cpp:418
↓ 1 callersFunctionparseCounter
* Parse a counter. */
e9afl.cpp:119
↓ 1 callersFunctionparseCounter
e9AFLPlugin.cpp:74
↓ 1 callersFunctionverify
* Verify the optimization is correct (for debugging). */
e9AFLPlugin.cpp:468
Functione9_plugin_code
* Patch template. */
e9AFLPlugin.cpp:689
Functione9_plugin_event
* Events. */
e9AFLPlugin.cpp:661
Functione9_plugin_init
* Initialization. */
e9AFLPlugin.cpp:132
Functione9_plugin_match
* Matching. Return `true' iff we should instrument this instruction. */
e9AFLPlugin.cpp:681
Functione9_plugin_patch
* Patching. */
e9AFLPlugin.cpp:697
Functionentry
* Entry. This is a (slower) alternative to the plugin instrumentation. * * USAGE: * E9AFL_NO_INSTRUMENT=1 ./e9tool -M 'plugin(e9afl).match()'
afl-rt.c:235
Functioninit
* Init. */
afl-rt.c:203
Functionmain
* Main. */
e9afl.cpp:168
Functionprint_message
afl-rt.c:40