Leveraging Ada Run-Time Checks with Fuzz Testing in AFL
http://blog.adacore.com/running-american-fuzzy-lop-on-your-ada-code [blog.adacore.com]
2017-12-22 02:59
Ada is pretty interesting for fuzzing, since all the runtime checks (the ones your compiler couldn’t enforce statically) and all the defensive code you’ve added (through pre-/post-conditions, asserts, ...) can be leveraged as fuzzing targets. Here’s a recipe to use American Fuzzy Lop on your Ada code.
source: grugq