Hi,
I'm currently attempting to use appimagetool to package a binary which is using qt. Redirection is working fairly well, except for the fact the app in question (Albert) is using QFileInfo, which seems to use the statx syscall rather than the normal stat, which seems not to be hooked by this library.
I've got some past experience in userland function hooking, just wondering if this feature would be possible / beneficial before I run headlong into attempting to support it.
Thanks!
Hi,
I'm currently attempting to use appimagetool to package a binary which is using qt. Redirection is working fairly well, except for the fact the app in question (Albert) is using QFileInfo, which seems to use the
statxsyscall rather than the normalstat, which seems not to be hooked by this library.I've got some past experience in userland function hooking, just wondering if this feature would be possible / beneficial before I run headlong into attempting to support it.
Thanks!