FuzzFuzz
Pre-release
Pre-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)
- Make the seed you want to generate
- The extension of the seed file must match the binary to be analyzed.
- The created file must have the path in the
sample folder
area when running the tool.