Michael Maltsev
Michael Maltsev
UI bugs
Hi, I'm playing with the Snowman plugin, and for now I stumbled upon the following UI bugs: 1. While dragging the Snowman tab, the following error message appears: > NOT...
Hi, I'm the author of [Windhawk](https://windhawk.net/), a customization platform for Windows. Your little tool looks very interesting, and it caught the attention of one of the Windhawk users who told...
Otherwise, if the Visual C++ Redistributable isn't installed, the following error message pops up:  This causes the binary size to increase by around 250 KB, e.g. for DebugViewConsole.exe it...
I didn't do extensive testing, and not sure about any possible regressions caused by switching from Option 2 to Option 1, but from a quick test, adding explicit permissions for...
I wrote here in detail about a nasty problem I encountered with `msvcrt`: https://github.com/llvm/llvm-project/issues/110954 The short version is that if allocation fails while calling `setlocale`, which [may happen](https://devblogs.microsoft.com/oldnewthing/20120106-00/?p=8663) in Windows...
It incorrectly returned FALSE for `br ` instructions. The bug caused Detours to override follow-up instructions after a function end, instead of failing, for example: ``` 00007ffc`29e4b910 c9e6dab0 adrp x9,...