Helpers 🔗
Portable system abstractions and framework interfaces.
Timing Functions 🔗
Monotonic time in milliseconds.
Suspends the execution of the current thread until the time-out interval elapses.
I/O Functions 🔗
Retrieve captured standard stream output.
Send standard input to the sandbox.
Send EOF to the sandbox.
File System Functions 🔗
Create a new directory.
Delete an empty directory.
Check if a path is a directory.
Check if a path is a file.
Iterates over the files and folders in a directory.
Framework Functions 🔗
Audition entry point.
Check if running in the sandbox.
Types 🔗
- typedef unsigned long long audit_time
Elapsed time (in milliseconds).
- typedef void(*audit_listdir_cb)(void *cb_data, const char *filename, bool directory)
The type signature of the function invoked by the audit_listdir function.