RSS feed
1e9290ef
– Anthony House <tuffant21@aim.com>
authored
on 2018/11/24 09:37
fixing a mistake
8f219f9a
– Anthony House <tuffant21@aim.com>
authored
on 2018/11/24 09:30
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.
7c235154
– Steven Sleder <ssleder@iastate.edu>
authored
on 2018/11/23 19:27
minor formatting changes
10d17ce3
– Steven Sleder <ssleder@iastate.edu>
authored
on 2018/11/21 01:04
primitive type mutates are complete, need to fix printing issue and do complex types
2e3f01ae
– seh <seh@localhost>
authored
on 2018/11/20 19:54
Make logging thread safe ;; use dolog() now instead of fprint(logfd, ...)
fafcd2be
– seh <seh@localhost>
authored
on 2018/11/20 08:40
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
1789e9f1
– seh <seh@localhost>
authored
on 2018/11/19 16:40
merge anthony changes
b5b783c1
– Anthony House <tuffant21@aim.com>
authored
on 2018/11/19 10:16
Changed a few things to see if I can get it to build
2c3f807b
– Anthony House <tuffant21@aim.com>
authored
on 2018/11/19 09:43
Did all of the update things to inlist.c
315ec123
– Steven Sleder <ssleder@iastate.edu>
authored
on 2018/11/19 01:07
Simplified some code, started on mutating but pointers are hard
dfbd3147
– rjpals <rjpals@localhost>
authored
on 2018/11/18 04:03
Fix pointers that I messed up
6a462972
– rjpals <rjpals@localhost>
authored
on 2018/11/18 03:39
Dereference pointers (rather than printing memory addresses in dec format)
2651f905
– rjpals <rjpals@localhost>
authored
on 2018/11/18 03:35
implement syscalling boilerplate
84038b0c
– rjpals <rjpals@localhost>
authored
on 2018/11/18 03:34
fix inconsistencies in mutate
27bad13b
– Steven Sleder <ssleder@iastate.edu>
authored
on 2018/11/16 21:46
Fixed a few issues with casting since Steve is dumb and did some boilerplate
72b43426
– seh <seh@localhost>
authored
on 2018/11/14 14:24
add example manual page
4b0b0a23
– seh <seh@localhost>
authored
on 2018/11/14 14:09
merge
52bd05c2
– Steven Sleder <ssleder@iastate.edu>
authored
on 2018/11/14 01:04
More printing changes
32dfab62
– seh <seh@localhost>
authored
on 2018/11/14 14:02
stop that switch
7e9d6679
– seh <seh@localhost>
authored
on 2018/11/14 14:02
boilerplate for mkinlist
48b89cda
– seh <seh@localhost>
authored
on 2018/11/14 13:50
fix build
b75561cd
– ? <tuffant21@aim.com>
authored
on 2018/11/11 15:38
<Added breaks to try working with h>
7adc2401
– Steven Sleder <ssleder@iastate.edu>
authored
on 2018/11/10 01:12
worked on logging loop
c9c14da9
– seh <seh@localhost>
authored
on 2018/11/10 13:05
fix build issues
52657060
– Steven Sleder <ssleder@iastate.edu>
authored
on 2018/11/09 23:47
Merge hell
0dacfe5d
– seh <seh@localhost>
authored
on 2018/11/10 12:24
add in type bookkeeping
450caa3a
– seh <seh@localhost>
authored
on 2018/11/10 11:44
add initialisation for input List and other refactors
6a7f8345
– seh <seh@localhost>
authored
on 2018/11/10 10:16
fix hjsync ;; move proto
6426bdf8
– seh <seh@localhost>
authored
on 2018/11/10 09:50
make working build ;; add lget ;; convert mkinput to fuzz
7c68bebb
– Steven Sleder <ssleder@iastate.edu>
authored
on 2018/11/10 09:02
Synced disk like one time
1d644139
– seh <seh@localhost>
authored
on 2018/11/06 13:33
fix list, now is pointer to syscalls table entry
08f8933b
– seh <seh@localhost>
authored
on 2018/11/06 10:46
create and populate list of syscalls to fuzz; initialize table of all syscalls; some reformat for tabstop=4
6036b648
– seh <seh@localhost>
authored
on 2018/11/06 09:29
Rework boilerplate for calls and populate table of syscall names
3e1ae062
– Steven Sleder <ssleder@iastate.edu>
authored
on 2018/11/05 17:12
Basic outline for input and mutation
0ffcce55
– glenda <glenda@cpre431>
authored
on 2018/10/28 14:44
add syscall table to global namespace
ea1df591
– glenda <glenda@cpre431>
authored
on 2018/10/27 16:46
Add further handling of commandline arguments and refinement of list
bafb7ede
– glenda <glenda@cpre431>
authored
on 2018/10/27 16:14
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.
4cd7e015
– seh <seh@localhost>
authored
on 2018/10/26 17:32
Add infrastructure for fuzzing, totally volatile
da9afc10
– glenda <glenda@cpre431>
authored
on 2018/10/18 09:55
test3
59d7ba3e
– glenda <glenda@cpre431>
authored
on 2018/10/18 09:54
test2
83374cac
– glenda <glenda@cpre431>
authored
on 2018/10/18 09:40
test
2a5f7463
– glenda <glenda@cirno.student.iastate.edu>
authored
on 2018/10/18 09:32
readme changes
82f5f094
– glenda <glenda@cpre431>
authored
on 2018/10/17 16:39
fix
25b2e96a
– glenda <glenda@cpre431>
authored
on 2018/10/17 16:38
fix
a664c838
– glenda <glenda@cpre431>
authored
on 2018/10/17 16:36
merge
d445a188
– glenda <glenda@cpre431>
authored
on 2018/10/17 16:35
merge
01bede2d
– Sean Hinchee <henesy.dev@gmail.com>
authored
on 2018/10/17 16:33
test
1d0402b9
– glenda <glenda@cpre431>
authored
on 2018/10/17 16:29
update
ce5aef89
– henesy <henesy@localhost>
authored
on 2018/10/17 16:24
readme update
426a0846
– henesy <henesy@localhost>
authored
on 2018/09/20 09:28
init framework for further dev