riboseinc / retrace

retrace is a versatile security vulnerability / bug discovery tool through monitoring and modifying the behavior of compiled binaries on Linux, OpenBSD/FreeBSD/NetBSD (shared object) and macOS (dynamic library).
Other
60 stars 19 forks source link

Finish adding all functions that where in v1 to v2 #409

Open pablo-mendoza opened 5 years ago

pablo-mendoza commented 5 years ago

All of the mktemp family of functions, syslog, readdir, mmap, ptrace, etc.

ronaldtse commented 5 years ago

@riataman what's the status of v2 right now?

  1. What are the remaining functions in V2 that need to be done?
  2. What other things do we need to release V2?

Thanks!

pablo-mendoza commented 5 years ago

Hey @ronaldtse, I don't have the full list, but there still are a bit more that were in v1 and are not in v2, I don't think any of those are that critical tought.

  1. v2 is already a better development platform than v1, but a few of the features like string fuzzing have not been ported to v2, but to be honest we could release v2 without them.