Skip to content

Commit

Permalink
[Fuzzing] remove Makefile and update README.md for fuzzing instruction
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Singh <[email protected]>
  • Loading branch information
0x34d committed Jul 19, 2023
1 parent d9f13da commit 3b32708
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ packages.

See more example code at https://github.com/insomniacslk/exdhcp

# Fuzzing

[go-fuzz](https://go.dev/security/fuzz/) Native toolchain

```
go test -fuzz=FuzzDHCPv4 $(PWD)/dhcpv4/.
go test -fuzz=FuzzDHCPv6 $(PWD)/dhcpv6/.
go test -fuzz=FuzzLabel $(PWD)/rfc1035label/.
```

# Public projects that use it

Expand Down

0 comments on commit 3b32708

Please sign in to comment.