Supermole
Supermole
I implement simprocedure of gets
there is a little bug in exploration_techniques/tracer.py, if we are in crash mode,there is not supposed to return. Instead, there should do nothing and then go on execution
add 7 common glibc function wrappers, including `strcmp`, `strncmp`, `strlen`, `atoi`, `atol`, `strcpy` and `strncpy` Every wrapper was provided with a `test_xxx.c` to verity its correctness.
`mmap()` should do symbolization stuff, because sometimes it also works like a `read` function, if the program use `mmap()` to map part of input into memory, we need to make...