UndockedRegFreeWinRT does no error checking on Detours calls
Scottj1s opened this issue · 2 comments
Scottj1s commented
Nearly all the Detours functions return an error code. But InstallHooks does not check for errors. It should do so and return FALSE from DllMain if necessary, and both native and managed client apps should fail on such errors.
DrusTheAxe commented
Windows App SDK's fork does this. That currently has an issue it's disabled for packaged apps (i.e. if process has package identity). I'm working on a fix.
Is xlang/URFW under active development and a peer to WinAppSDK/URFW? Or is xlang, er, sleepy, and new development focused on WinAppSDK?
github-actions commented
This issue is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days.