Fuzzing Examples# Hello World! Example# hello_world Possible vulnerabilities and bugs# unchecked-arithmetic-0 incorrect-ix-sequence-1 unauthorized-access-2 incorrect-integer-arithmetic-3 Example usage of Arbitrary Trait with Custom Data type as Instruction parameter# arbitrary-custom-types-4 Example usage of limiting the Instruction data structure with the Arbitrary trait# arbitrary-limit-inputs-5