Open VolkerSchlegel opened 3 years ago
Use the version compiled by master, the same situation
Can you try with a newer version? Admittedly I haven't tried the AUR package, and I can only test my Steam version, not retail CD version, but the current builds for Ubuntu and MSVC complete decompilation.
PS D:\dev\retdec\bin> ./retdec-decompiler "D:\games\Steam\steamapps\common\Hitman 2 Silent Assassin\hitman2.exe"
Running phase: Unpacking ( 0.02s )
No matching plugins found for 'Microsoft Linker 6.0'
No matching plugins found for 'Microsoft'
No matching plugins found for 'PECompact'
No matching plugins found for 'StarForce 1.x - 5.x'
Running phase: Initialization ( 0.12s )
Running phase: Providers initialization ( 0.12s )
Running phase: Input binary to LLVM IR decoding ( 0.82s )
Running phase: LLVM ( 13.65s )
Running phase: x86 address spaces optimization ( 14.41s )
Running phase: x87 fpu register analysis ( 14.52s )
Running phase: Main function identification optimization ( 16.66s )
Running phase: Libgcc idioms optimization ( 16.67s )
Running phase: LLVM instruction optimization ( 16.67s )
Running phase: Conditional branch optimization ( 17.15s )
Running phase: Syscalls optimization ( 19.97s )
Running phase: Stack optimization ( 19.97s )
Running phase: Constants optimization ( 29.19s )
Running phase: Function parameters and returns optimization ( 38.12s )
Running phase: LLVM instruction optimization using RDA ( 41.24s )
Running phase: LLVM instruction optimization ( 45.19s )
Running phase: Simple types recovery optimization ( 45.33s )
Running phase: Disassembly generation ( 46.40s )
...
Running phase: emission of the target code [c] ( 193.59s )
Running phase: finalization ( 252.11s )
Running phase: cleanup ( 252.24s )
PS D:\dev\retdec\bin>
The new Hitman 2, not Hitman 2 Silent Assassin :D
I installed retdec with the AUR package retdec-git, a few days ago and tried decompiling Hitman 2 to patch out always-online-DRM. It just crashed, other executables work fine, though.
Retdec Output:
retdec-decompiler --version
: