diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-03-18 10:51:44 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-03-18 10:51:44 +0100 |
commit | 74cea5526f697635a3b7a702c733c27a6258eb8e (patch) | |
tree | 19e1a6deda4d1f70c2dd8fc6ac96ad2070e55392 /open_issues/code_analysis.mdwn | |
parent | f4ebd8729a7bd62cda48798cd19f47d2805c5f1d (diff) | |
parent | 895751fb07e382499b4afb8339a5bdd0ee9a2c2b (diff) | |
download | web-74cea5526f697635a3b7a702c733c27a6258eb8e.tar.gz web-74cea5526f697635a3b7a702c733c27a6258eb8e.tar.bz2 web-74cea5526f697635a3b7a702c733c27a6258eb8e.zip |
Merge commit '895751fb07e382499b4afb8339a5bdd0ee9a2c2b'
Diffstat (limited to 'open_issues/code_analysis.mdwn')
-rw-r--r-- | open_issues/code_analysis.mdwn | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/open_issues/code_analysis.mdwn b/open_issues/code_analysis.mdwn index df434b76..71a6bcff 100644 --- a/open_issues/code_analysis.mdwn +++ b/open_issues/code_analysis.mdwn @@ -258,10 +258,23 @@ There is a [[!FF_project 276]][[!tag bounty]] on some of these tasks. * [Jones: system call abuse](http://lwn.net/Articles/414273/), Dave Jones, 2010. - * [Trinity: A Linux kernel fuzz tester (and then + * [Trinity: A Linux system call + fuzzer]http://codemonkey.org.uk/projects/trinity/(). + [Trinity: A Linux kernel fuzz tester (and then some)](http://www.socallinuxexpo.org/scale11x/presentations/trinity-linux-kernel-fuzz-tester-and-then-some), Dave Jones, The Eleventh Annual Southern California Linux Expo, 2013. + * [American fuzzy lop](https://code.google.com/p/american-fuzzy-lop/), *a + practical, instrumentation-driven fuzzer for binary formats*. + + * [Melkor - An ELF File Format + Fuzzer](https://www.blackhat.com/us-14/arsenal.html#Hernandez), + Alejandro Hernández. + + * Can use this to find bugs in our [[hurd/translator/exec]] server, + for example? See also the discussion in [[!message-id + "5452389B.502@samsung.com"]]. + * Mayhem, *an automatic bug finding system* IRC, freenode, #hurd, 2013-06-29: |