Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9afl
/ functions
Functions
28 in github.com/GJDuck/e9afl
⨍
Functions
28
◇
Types & classes
10
↓ 21 callers
Function
error
* Report an error and exit. */
e9afl.cpp:74
↓ 4 callers
Function
addPredecessor
* Add a predecessor block. */
e9AFLPlugin.cpp:293
↓ 4 callers
Function
addSuccessor
* Add a successor block. */
e9AFLPlugin.cpp:311
↓ 4 callers
Function
normalize
* Normalize a block address. */
e9AFLPlugin.cpp:280
↓ 2 callers
Function
getValue
* Value to string. */
e9afl.cpp:134
↓ 2 callers
Function
optimizeBlock
e9AFLPlugin.cpp:452
↓ 2 callers
Function
parseOption
e9AFLPlugin.cpp:62
↓ 2 callers
Function
parseValue
* Parse a value. */
e9afl.cpp:104
↓ 1 callers
Function
__afl_init_tls
afl-rt.c:112
↓ 1 callers
Function
__afl_map_shm
SHM setup. */
afl-rt.c:68
↓ 1 callers
Function
__afl_start_forkserver
Fork server logic. */
afl-rt.c:134
↓ 1 callers
Function
buildCFG
* Build the CFG from the set of jump targets. */
e9AFLPlugin.cpp:329
↓ 1 callers
Function
calcInstrumentPoints
* Calculate all instrumentation points. */
e9AFLPlugin.cpp:512
↓ 1 callers
Function
getCounter
* Counter to string. */
e9afl.cpp:151
↓ 1 callers
Function
getExePath
* Get the executable path. */
e9afl.cpp:90
↓ 1 callers
Function
optimizePaths
e9AFLPlugin.cpp:418
↓ 1 callers
Function
parseCounter
* Parse a counter. */
e9afl.cpp:119
↓ 1 callers
Function
parseCounter
e9AFLPlugin.cpp:74
↓ 1 callers
Function
verify
* Verify the optimization is correct (for debugging). */
e9AFLPlugin.cpp:468
Function
e9_plugin_code
* Patch template. */
e9AFLPlugin.cpp:689
Function
e9_plugin_event
* Events. */
e9AFLPlugin.cpp:661
Function
e9_plugin_init
* Initialization. */
e9AFLPlugin.cpp:132
Function
e9_plugin_match
* Matching. Return `true' iff we should instrument this instruction. */
e9AFLPlugin.cpp:681
Function
e9_plugin_patch
* Patching. */
e9AFLPlugin.cpp:697
Function
entry
* Entry. This is a (slower) alternative to the plugin instrumentation. * * USAGE: * E9AFL_NO_INSTRUMENT=1 ./e9tool -M 'plugin(e9afl).match()'
afl-rt.c:235
Function
init
* Init. */
afl-rt.c:203
Function
main
* Main. */
e9afl.cpp:168
Function
print_message
afl-rt.c:40