Skip to content
/ grex Public
forked from pemistahl/grex

A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases

License

Notifications You must be signed in to change notification settings

nyw0102/grex

 
 

Repository files navigation

How to Reproduce the Crashes?

1st way (input via stdin):

  1. Compile the modified code(in this repository) with "cargo b" keyword in root directory

  2. Run the binary with given inputs in "fuzzer_input" directory (e.g. "./target/debug/grex < ./fuzzer_input/id:000011*")

2nd way <input via file(not modified code)>

  1. Compile the original code(not in this repository) with "cargo b" keyword in root directory

  2. Run the binary with given inputs in "fuzzer_input" directory (e.g. "./target/debug/grex --file ./fuzzer_input/id:000011*")

About

A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.3%
  • Python 3.7%