Ian Brun
Ian Brun
A bitwise operator (`|`) is used instead of a logical one (`||`). This means that the right operand will be evaluated regardless of the result of the left operand.
The original solution was for VS 4.1/6.0, so support for VS 2017+ is a must.
Defines and typedefs such as `BOOL`, `CONST`, `UINT` and `DWORD` are used pretty much everywhere in the codebase. Most of these defines where introduced a long time ago (`BOOL` was...
Trying to decompile a prebuilt **.obj** file on Windows 10 with IDA Pro 7.7 gives me the following error message: ``` Failed to run decompiliation command. Check your configuration. {...