issues
search
eellak
/
build-recorder
GNU Lesser General Public License v2.1
25
stars
8
forks
source link
Update hashing code
#173
Closed
zvr
closed
1 year ago
zvr
commented
1 year ago
openat(2) now handled properly
autoconf now links with libcrypto
requested changes
indent
added autoconf checks
headers now in a single lexicographical ordered list
removed open_files, now each file with a file descriptor "fd" is placed at finfo[fd] array index
indent
fixed bug where ARM autoconf wouldn't accept multiline checks without m4_normalize
Add first pass of description of output format
Fix missing include for uint8_t type
Add another missing header (for ptrace_syscall_info)
Add prototypes of recording functions
we shouldn't rely on include order, that's a recipe for disaster
Instead of having 3 parameters, take a convenient FILE_INFO structure. More readable, better performance(we don't need to copy)
now includes sys/types.h instead of types.h
shouldn't use FILE_INFO, it's a separate module
creat is now handled properly
no longer throws an error if more than 1024 files are open concurrently
Uses newer OpenSSL hash functions
Closes #32
No hash string for unmappable files
Fixes #167