We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On ChronosFileOpenDialog, a filename output to audit log is replaced to uppercase.
https://github.com/ThinBridge/Chronos/blob/master/APIHook.cpp#L342 https://github.com/ThinBridge/Chronos/blob/master/APIHook.cpp#L365
It should be an original filename, Hook_GetOpenFileNameW and OnDragEnter output original filenames.
Hook_GetOpenFileNameW
OnDragEnter
https://github.com/ThinBridge/Chronos/blob/master/APIHook.cpp#L996 https://github.com/ThinBridge/Chronos/blob/master/client_handler.cpp#L2152
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On ChronosFileOpenDialog, a filename output to audit log is replaced to uppercase.
https://github.com/ThinBridge/Chronos/blob/master/APIHook.cpp#L342
https://github.com/ThinBridge/Chronos/blob/master/APIHook.cpp#L365
It should be an original filename,
Hook_GetOpenFileNameW
andOnDragEnter
output original filenames.https://github.com/ThinBridge/Chronos/blob/master/APIHook.cpp#L996
https://github.com/ThinBridge/Chronos/blob/master/client_handler.cpp#L2152
The text was updated successfully, but these errors were encountered: