summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Use consistently named non-reserved CPP macros for header filesHans Ulrich Niedermann2021-10-051-3/+4
* report file infoMarcus Meissner2021-10-031-3/+11
* report only if flag setMarcus Meissner2021-10-021-3/+3
* report file info for debuggingMarcus Meissner2021-10-021-3/+10
* better commentsMarcus Meissner2021-10-021-4/+5
* use the proper wordHans Ulrich Niedermann2021-09-301-1/+1
* added comment how to build fuzzer, and current problemsMarcus Meissner2021-09-282-12/+30
* added sample-libfuzz ... semi-uable for libfuzzerMarcus Meissner2021-09-272-39/+50
* start a sample for libfuzzMarcus Meissner2021-09-261-0/+283
* remove memory leaksMarcus Meissner2021-08-101-1/+7
* Add _DARWIN_C_SOURCE to most files that use string.h (#615)RafaƂ Hirsz2021-01-291-0/+1
* Fix examples compilation warnings.Siim Meerits2020-08-034-7/+6
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-2711-17/+17
* Revert "also test for usbscsi, usbdiskdirect and serial"Marcus Meissner2020-05-261-98/+88
* Fix typos throughout the codebaseSijawusz Pur Rahnama2020-05-252-2/+2
* also test for usbscsi, usbdiskdirect and serialMarcus Meissner2020-03-291-88/+98
* examples: Remove unused TESTS= instanceHans Ulrich Niedermann2020-02-181-82/+0
* fix gp_file reference count usage, its a bit weirdMarcus Meissner2020-01-251-4/+4
* let the sample-afl do autodetection to allow fuzzing all USB camerasMarcus Meissner2019-04-231-6/+36
* added unistd.h include for older systemsMarcus Meissner2019-03-091-0/+1
* disable capture fuzzingMarcus Meissner2019-01-201-0/+3
* try more callsMarcus Meissner2019-01-201-2/+65
* unref the context in afl sampleMarcus Meissner2018-12-211-0/+1
* c++ protectMarcus Meissner2018-10-141-0/+8
* free various event dataMarcus Meissner2018-04-165-0/+88
* also log the domainMarcus Meissner2017-07-311-1/+1
* various fixes to free parameters and coverity issuesMarcus Meissner2017-06-051-23/+31
* recursively list directories until the first file is found,Marcus Meissner2017-04-291-14/+75
* list folders and files tooMarcus Meissner2017-04-291-0/+19
* add event handling to aflMarcus Meissner2016-12-231-0/+9
* wait_for_Event needs to be run multiple times to drainMarcus Meissner2016-12-201-30/+43
* adjusted code to handled errors and use buffer and file betterMarcus Meissner2016-12-201-9/+13
* trigger capture: do not use file_read, api does not handle sdram capture curr...Marcus Meissner2016-12-181-29/+17
* do not use the signals in win32peterbud2016-11-201-8/+13
* move gp_file_free upMarcus Meissner2016-11-191-2/+2
* add O_BINARY flag for open() calls to write images in binary mode on Windowspeterbud2016-11-198-9/+20
* check for open returnMarcus Meissner2016-11-191-0/+3
* fixed reading configurationMarcus Meissner2016-10-111-3/+18
* handle raw captures tooMarcus Meissner2016-10-111-3/+19
* clear read_cofnig after readingMarcus Meissner2016-10-111-0/+2
* added configuration reading to photobooth sampleMarcus Meissner2016-10-112-2/+27
* add event polling / tethering to sample photoboothMarcus Meissner2016-10-111-0/+61
* start a photobooth sample programMarcus Meissner2016-10-102-0/+127
* simplified using sample_open_cameraMarcus Meissner2016-09-252-58/+15
* add a sample program for using AFL without the gphoto2 commandline toolMarcus Meissner2016-09-242-0/+116
* use single config getter/setterMarcus Meissner2016-03-141-2/+2
* use the new single api in the exampleMarcus Meissner2016-02-201-21/+25
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-037-7/+0
* free contextMarcus Meissner2014-12-061-0/+1
* pass onoff argument to autofocusMarcus Meissner2014-10-094-5/+82