Skip to content

FuzzFuzz

Pre-release
Pre-release
Compare
Choose a tag to compare
@dnsdudrla97 dnsdudrla97 released this 06 Dec 13:07
· 7 commits to master since this release

Explanation

  • Binary analysis automation using fuzzing technology
  • The tool used the dump fuzz technique.
  • After creating the test case file desired by the user, it undergoes mutation.
  • When a crash is found, it signals a notification box.
  • The only information that can be found based on the conflict is the assembly code and register of the component that caused the conflict.
  • The result of the collision is hashed and stored to avoid duplicate collisions.

Required creation file

Follow me if you want to add a seed (you have to)

  1. Make the seed you want to generate
  2. The extension of the seed file must match the binary to be analyzed.
  3. The created file must have the path in the sample folder area when running the tool.