1. 2d5dbf3 gitignore hfuzz_cc binary by Anestis Bechtsoudis · 7 years ago
  2. b59b0bf [hfuzz_cc] Fix linker issue from sym leading underscore by Anestis Bechtsoudis · 7 years ago
  3. b71b17e hfuzz_cc: logging by Robert Swiecki · 7 years ago
  4. c2ff239 hfuzz_cc: try various clangs by Robert Swiecki · 7 years ago
  5. 4289cb7 hfuzz_cc: use files.c and util.c by Robert Swiecki · 7 years ago
  6. cc26d34 examples/openssl: use -ldl only if Linux is used by Robert Swiecki · 7 years ago
  7. 7406e99 hfuzz_cc: add -Wl,-z,muldefs to ldmode by Robert Swiecki · 7 years ago
  8. 877665d hfuzz_cc: - errno.h by Robert Swiecki · 7 years ago
  9. 68fef5b hfuzz_cc: save libhfuzz to /tmp/libhfuzz.a by Robert Swiecki · 7 years ago
  10. cbfadb0 examples/openssl: make.sh by Robert Swiecki · 7 years ago
  11. 7dd7a77 mangle: increase byte manipulation ratio by Robert Swiecki · 7 years ago
  12. 23db6ea Makefile: hfuzz_cc by Robert Swiecki · 7 years ago
  13. 658588f hfuzz_cc: repeat -c options with linking as well by Robert Swiecki · 7 years ago
  14. 61e71db mangle: bring back mangle_Resize by Robert Swiecki · 7 years ago
  15. 46c21e3 fuzz: change ratio of changes by Robert Swiecki · 7 years ago
  16. d633fe0 implement hfuzz_cc_bin by Robert Swiecki · 7 years ago
  17. 0767d2c remove _config.yml by Robert Swiecki · 7 years ago
  18. 5b775b2 cmdline: exclude -s and -P by Robert Swiecki · 7 years ago
  19. 763439b Set theme jekyll-theme-tactile by robertswiecki · 7 years ago
  20. 5aff9c6 fuzz: set correct fuzzer->origFileName by Robert Swiecki · 7 years ago
  21. 87ca211 Allow to use -f with -c by Robert Swiecki · 7 years ago
  22. c1deec8 Allow mutating external files with -c by Robert Swiecki · 7 years ago
  23. bae0d8a Readme by Robert Swiecki · 7 years ago
  24. 50a146e Readme by Robert Swiecki · 7 years ago
  25. 53c90af Support '-c' with feedback-driven fuzzing by Robert Swiecki · 7 years ago
  26. c5d3eb6 Merge pull request #133 from anestisb/macos-build by robertswiecki · 7 years ago
  27. 9dcb66a Fix build issue for latest XC 8.3 / macOS 10.12.4 setup by Anestis Bechtsoudis · 7 years ago
  28. 68205fc examples/linux_ip: Remove data from tun before using it by Robert Swiecki · 7 years ago
  29. 26314da examples/linux_ip: send multiple packets from one input by Robert Swiecki · 7 years ago
  30. 38b4a45 examples/ip: udp_lite support by Robert Swiecki · 7 years ago
  31. 51142fa examples/ip: ip offload by Robert Swiecki · 8 years ago
  32. d26eccc examples/ip: +sctp by Robert Swiecki · 8 years ago
  33. 5995908 BTS: Save high PC addresses when kernelOnly is enabled by Robert Swiecki · 8 years ago
  34. 485abb4 ipt: ioctl reset after use by Robert Swiecki · 8 years ago
  35. 8500f97 Linux kernel IP fuzzing with Intel PT/BTS: single buffer by Robert Swiecki · 8 years ago
  36. e2588d4 Linux kernel IP fuzzing with Intel PT/BTS by Robert Swiecki · 8 years ago
  37. 37d27ca Allow to choose between user and kernel perf by Robert Swiecki · 8 years ago
  38. 47f5de1 fuzz: fix hfuzz.fileName setting #2 by Robert Swiecki · 8 years ago
  39. 34fe7ac fuzz: fix hfuzz.fileName setting by Robert Swiecki · 8 years ago
  40. e6e3372 Merge pull request #129 from n30m1nd/master by robertswiecki · 8 years ago
  41. 359bb34 FIX: Failing when dynamic file was accessed by multiple threads. Now each thread has its own dynamic file according to fuzzNo by n30m1nd · 8 years ago
  42. 514396a examples/openssl: use SSL_CTX_set_ecdh_auto by Robert Swiecki · 8 years ago
  43. 3c01a0c fuzz: a couple of smaller fixes by Robert Swiecki · 8 years ago
  44. afb1610 fuzz: *bsd doesn't support circleq by Robert Swiecki · 8 years ago
  45. a564637 examples/openssl: add SSL_shutdown by Robert Swiecki · 8 years ago
  46. 37498fd fuzz: use different mutexes for feedback and the dynamic file queue by Robert Swiecki · 8 years ago
  47. 59e6890 linux/arch: modify signal mask for sigtimedwait once only by Robert Swiecki · 8 years ago
  48. 9f5f943 Use CIRCLEQ to avoid iterating over TAILQ by Robert Swiecki · 8 years ago
  49. 1b39d37 examples/openssl: remove SSL_CTX_set_short_header_enabled for boringssl by Robert Swiecki · 8 years ago
  50. 65804ee linux/perf: use files_readFromFd() instead of read() by Robert Swiecki · 8 years ago
  51. e451d59 common: remove unused struct by Robert Swiecki · 8 years ago
  52. 613a80e linux: make const struct static by Robert Swiecki · 8 years ago
  53. 4581bec linux/perf: simplify + compile under android by Robert Swiecki · 8 years ago
  54. 26753f0 linux: map aux buffer as prot_read by Robert Swiecki · 8 years ago
  55. 1163b9b linux: speed-up perf feedback by resuing perf descriptors by Robert Swiecki · 8 years ago
  56. a438a52 mangle: detect no flipping inside mangle_mangle by Robert Swiecki · 8 years ago
  57. d982501 linux: typo by Robert Swiecki · 8 years ago
  58. e3bcadf mangle: add NegByte by Robert Swiecki · 8 years ago
  59. 17cfa93 Use SIGIO instead of SIGRTMIN+x for async io by Robert Swiecki · 8 years ago
  60. cf03fc1 linux: no need to rely the SIGSTOP signal by Robert Swiecki · 8 years ago
  61. 746eaf0 linux: speed-up non-persistent modes by Robert Swiecki · 8 years ago
  62. 605c536 linux/arch: cleaning 4KiB of stack mem is costly by Robert Swiecki · 8 years ago
  63. 78c9f72 make indent by Robert Swiecki · 8 years ago
  64. f16290f linux/posix: rework of waiting code by Robert Swiecki · 8 years ago
  65. 245b7e1 posix: get rid of timers by Robert Swiecki · 8 years ago
  66. dce80a4 linux: WNOHANG is technically specified for waitpid only by Robert Swiecki · 8 years ago
  67. 4971db2 linux: remove code after PLOG_F by Robert Swiecki · 8 years ago
  68. 86735f7 linux: use syscall for sigtimedwait, because it doesn't exist in android by Robert Swiecki · 8 years ago
  69. 2643f49 linux: missing subproc_checkTimeLimit and subproc_checkTermination by Robert Swiecki · 8 years ago
  70. 491d7bb Use sigtimedwait instead of wait, to avoid losing persistent round done indicators by Robert Swiecki · 8 years ago
  71. a57c6e8 examples/openssl: npn_callback and SSL_CTX_set_short_header_enabled in server.c - indent by Robert Swiecki · 8 years ago
  72. d516028 examples/openssl: npn_callback and SSL_CTX_set_short_header_enabled in server.c by Robert Swiecki · 8 years ago
  73. fc7a0b0 examples/openssl: add support for alpn in server by Robert Swiecki · 8 years ago
  74. 37c8087 examples/openssl: set srp grp to '1024' by Robert Swiecki · 8 years ago
  75. c473299 examples/openssl: add srp support to server.c by Robert Swiecki · 8 years ago
  76. 82faf38 persistent: don't print output status if the process is terminating by Robert Swiecki · 8 years ago
  77. 4f09ce0 kill the subprocess upon termination of threads by Robert Swiecki · 8 years ago
  78. 50370a5 examples/openssl: missing include by Robert Swiecki · 8 years ago
  79. 964d1ff examples/openssl: privkey.c from boringssl, plus initial corpus by Robert Swiecki · 8 years ago
  80. 6c46be1 files: include <linux/memfd.h> if needed (correction) by Robert Swiecki · 8 years ago
  81. b361a63 files: include <linux/memfd.h> if needed by Robert Swiecki · 8 years ago
  82. 696a3c3 files: Use memfd_create when possible by Robert Swiecki · 8 years ago
  83. 3915a81 fuzz: all threads must indicate willingness to switch to _HF_STATE_DYNAMIC_MAIN by Robert Swiecki · 8 years ago
  84. 003474d display: Dry Run -> Dynamic Dry Run by Robert Swiecki · 8 years ago
  85. f4d3610 files: clear errno before readdir by Robert Swiecki · 8 years ago
  86. 85a91ef make indent depend by Robert Swiecki · 8 years ago
  87. 83260f0 files: support EINTR for readdir by Robert Swiecki · 8 years ago
  88. 5231eab files: readdir_r -> readdir as readdir_r is deprecated by Robert Swiecki · 8 years ago
  89. a7841da fuzz: set state for verifier as well by Robert Swiecki · 8 years ago
  90. e6a4ff3 fuzz: keep local state copy in the fuzzer struct by Robert Swiecki · 8 years ago
  91. a0659f4 files: skip empty input files by Robert Swiecki · 8 years ago
  92. d75fa6f util_rnd: special case for max == UINT64_MAX by Robert Swiecki · 8 years ago
  93. 92a3136 fuzz: more light-weight method of changing fuzzing states by Robert Swiecki · 8 years ago
  94. f86e4d3 examples/openssl: new corpora by Robert Swiecki · 8 years ago
  95. fd02b69 Implement reversed CRC64 by Robert Swiecki · 8 years ago
  96. b05f00f examples/openssl: accepted ciphers by Robert Swiecki · 8 years ago
  97. f951fbd examples/openssl: add DSA certs by Robert Swiecki · 8 years ago
  98. 19d80f6 display: typo by Robert Swiecki · 8 years ago
  99. ca6ebcf display: typo by Robert Swiecki · 8 years ago
  100. cee5814 sancov: display by Robert Swiecki · 8 years ago