Run the TurboTax installer until the error dialog pops up. Click the close button since you can't go any further. Now press WinKey-R and type %TEMP% to go to the temporary folder. Copy the ckz_xxxx folder to the desktop. Select the setup.exe file and press CTRL-C then CTRL-V to make a copy.
Now use radare as follows:
| Command | Description |
|---|---|
| r2 -A -w "setup - copy.exe" | analyze and allow writing |
| axt str.Detected_OS_is_WIN_8_or_above | look for references to this string |
