paliar

Results 3 issues of paliar

The 64-bit version of the compiled plugin binaries [(2017-10-24)](https://github.com/codecat/ClawSearch/releases/tag/2017-10-24) fails to load, while the 32-bit version works fine. After building the project with Visual Studio 2013 (with `static`-ly linked versions...

If the `search dialog` of the plugin is initiated (opened at least once), the debugger will always crash when exiting it. Steps to reproduce: 1. Open `x32dbg.exe`. 2. Select `Plugins`...

Windows 10 has a separate implementation for [OutputDebugStringW](https://docs.microsoft.com/en-us/windows/desktop/api/debugapi/nf-debugapi-outputdebugstringw) rather than passing the string to **OutputDebugStringA**, quoting their note: > **Important** In the past, the operating system did not output Unicode...