a

abnffuzzer

Fuzz tester for Augmented Backus-Naur Form (ABNF) rules as defined in IETF RFC 5234. This library can directly parse a variety of input sources and extract the ABNF rules, then generate random output matching those rules. That output can be fed in a test framework such as JUnit to search for defects in an application which implements the rules. The most common use case would be testing implementations of other IETF RFCs.
https://github.com/nradov/${project.artifactId}
GNU Lesser General Public License, version 2.1
Nick Radov
Files download
File Operation
abnffuzzer-0.2.2.jar download
abnffuzzer-0.2.2.pom download
abnffuzzer-0.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nradov</groupId>
  <artifactId>abnffuzzer</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.nradov:abnffuzzer:0.2.2'
Gradle Kotlin
implementation("com.github.nradov:abnffuzzer:0.2.2")
Scala SBT
libraryDependencies += "com.github.nradov" % "abnffuzzer" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nradov', module='abnffuzzer', version='0.2.2')
)
Apache Ivy
<dependency org="com.github.nradov" name="abnffuzzer" rev="0.2.2" />
Leiningen
[com.github.nradov/abnffuzzer "0.2.2"]
Apache Buildr
'com.github.nradov:abnffuzzer:jar:0.2.2'