Fixed a prototype issue for string array mutation
adding rand in for setting in_val
hg said to merge
This is a new commit to test
got mutate char star donish. testing it quick
got mutate char star donish. testing it quick
got mutate char star donish. testing it quick
got mutate char star donish. testing it quick
got mutate char star donish. testing it quick
pushing the pointer bug steve was trying to solve
pushing the pointer bug steve was trying to solve
pushing the pointer bug steve was trying to solve
pushing the pointer bug steve was trying to solve
Did changes requested by Steve. Added a new paramenter in mutate.c and mutate.h for int *round. Passed those values in from input.c.
Fixed merge issues with Anthony
Added in mutations for long* and int*
primitive type mutates are complete, need to fix printing issue and do complex types
Make logging thread safe ;; use dolog() now instead of fprint(logfd, ...)
fix runtime segfault due to operator precedence ;; clean up logging ;; move fuzz() call to child process ;; TODO -- someone is calling exits or something and we dont need a child, but have to use one atm
merge anthony changes
Changed a few things to see if I can get it to build
Did all of the update things to inlist.c
Simplified some code, started on mutating but pointers are hard
Fix pointers that I messed up
Dereference pointers (rather than printing memory addresses in dec format)
implement syscalling boilerplate
fix inconsistencies in mutate
Fixed a few issues with casting since Steve is dumb and did some boilerplate
add example manual page
merge
stop that switch
boilerplate for mkinlist
fix build
fix build issues
add in type bookkeeping
add initialisation for input List and other refactors
fix hjsync ;; move proto
make working build ;; add lget ;; convert mkinput to fuzz
fix list, now is pointer to syscalls table entry
create and populate list of syscalls to fuzz; initialize table of all syscalls; some reformat for tabstop=4
Rework boilerplate for calls and populate table of syscall names
Basic outline for input and mutation
add syscall table to global namespace
Add further handling of commandline arguments and refinement of list
add list implementation to track input types (in order) of a given function (and as a utility). also refactor list of enums representing syscalls available from user space.
Add infrastructure for fuzzing, totally volatile
test3
test2
test
fix
fix
merge
merge
update
readme update
init framework for further dev