This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
bart
/
cfuzz
mirror de
https://github.com/bartpleiter/cfuzz
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ramo:
master
Ramos
Etiquetas
master
cfuzz
/
assFuzzer
/
fuzzer.h
fuzzer.h
89 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
7
8
#ifndef FUZZER_H_
#define FUZZER_H_
void increaseFuzzer();
int getNotifyDone();
#endif