ThinBridge / Chronos

Chromiumベースの業務ブラウザ
Other
5 stars 3 forks source link

[Chronos 13.0.112.1+][Audit log] File name is replaced to uppercase #216

Open HashidaTKS opened 3 months ago

HashidaTKS commented 3 months ago

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.

https://github.com/ThinBridge/Chronos/blob/master/APIHook.cpp#L996 https://github.com/ThinBridge/Chronos/blob/master/client_handler.cpp#L2152