Anders
Anders
You should not be comparing the machine type with IMAGE_FILE_MACHINE_I386 to find out if it is 32 or 64 bit, you should check the Magic member of IMAGE_OPTIONAL_HEADER. The current...
It would be nice if the BytesToStr function had a selection length parameter. This way the plug-in could choose to display only exact matches in the inspector. ```C ... BytesToStr(...
The console code tries to determine if it has a real console by calling `AllocConsole` but this will briefly show a console window in the non-debugger version. `GetConsoleMode` does not...
**Squirrel version(s)** Unknown **Description** I tried to install the GitHub Desktop application on 32-bit Windows even though the application turns out to be a 64-bit application. At some point during...
**Steps To Reproduce** 1. Set Url of a shortcut to `http://[fe80:12:34::1]:8080/whatever` 2. Execute shortcut **Expected behavior** Request sent to fe80:12:34::1 on port 8080 **Actual behavior** Unable to parse RFC2732 Url...
A bit strange but the first time I run it from Explorer it works fine but after that it always crashes on startup. It works one time if I move...
Even with just a single server with not that many files it uses a fair amount of CPU and never seems to stop. Stopping all servers does not help, the...