avast / retdec

RetDec is a retargetable machine-code decompiler based on LLVM.
https://retdec.com/
MIT License
8.04k stars 951 forks source link

Statically linked code is not removed #504

Open leftmostcat opened 5 years ago

leftmostcat commented 5 years ago

A number of statically-linked functions are detected in the LEGO Star Wars demo (https://www.gamepressure.com/download.asp?ID=7338) but are not removed from the final decompiled code, e.g. __pow_pentium4(). This goes both for apparently standard functions and functions from user-specified sigfiles.

s3rvac commented 5 years ago

@PeterMatula Can you please take a look at this?