Skip to content

stfnw/arithmetic-expressions-calc-fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning fuzzing by finding bugs in my own C code; in this case the code in this repo https://github.com/stfnw/arithmetic-expressions-calc: A simple calculator evaluating expressions by different ways (interpreting the AST, evaluating the expression in a VM, JITting the AST, and compiling the AST to a standalone ELF64 executable file).

About

Learning fuzzing by finding bugs in my own C code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published