mouse07410 / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
93 stars 70 forks source link

Using fuzzing with asn1c #180

Closed Brunty360 closed 5 months ago

Brunty360 commented 5 months ago

Is there any documentation on the use of fuzzing with the asn1c compiler? I can see issues have bene raised against fuzzing but I can't find any information on its usage

mouse07410 commented 5 months ago

It would make sense to fuzz the code generated by the asn1c compiler. It doesn't make a lot of sense to fuzz the compiler itself.

On the other hand, the documentation is in your fuzzer tool, whichever one you use.

Fuzz and report - if the findings turn out easy to fix, or (less likely) of importance - we'll do our best to take care of them.