bigb4ng
bigb4ng
Fix vdso
Closes #6. In order to disable vDSOI replace the `AT_SYSINFO_EHDR` tag in tracee `auxv` with `AT_IGNORE` as suggested by [this gist](https://gist.github.com/machinaut/a08b581c921775263cf0e20ccc974cbd). To do that I first assume the rsp will...
Wrote some tests to use for my vDSO fix. Simple python wrapper that checks if a program will timeout without tardis and won't with. Some tests will fail (as they...
In `after_clock_nanosleep` you try to downscale `rmtp` (the time remaining). This doesn't make sense to me since you modify the value the next `clock_nanosleep` call and downscale it by the...