retdec icon indicating copy to clipboard operation
retdec copied to clipboard

RetDec is a retargetable machine-code decompiler based on LLVM.

Results 100 retdec issues
Sort by recently updated
recently updated
newest added

**Description:** RetDec doesn't recover correct final values. (Not sure if it's due to incorrect control flow recovery) In the original code, the arguments passed to `set_var` should be `2`, `321`,...

For platforms such as aarch64 with a non 80-bit "long double" type, the tests fail since they assume an 80-bit long double type. ``` retdec-tests-utils /build/source/tests/utils/byte_value_storage_tests.cpp:357: Failure Expected equality of...

I am trying to implement the mulx instruction, but it is completely broken. Whit this PR, the resulting c source from the file I am trying to decompile contains this...

I get a "program options: input file:" text box but then it closes.

Hello, I'm using RetDec and found several issues regarding the decompiled code. There are 9 programs with 10 issues, including integer recovery, operation values, operator recovery, assigning wrong values, and...

There is an error in lifting the x86 instruction "sbb" to IRs while calculating the AF flag. Since %32 and 15 perform unsigned greater than calculations, %33 will only become...

Many [PowerPC e200 series microcontrollers](https://en.wikipedia.org/wiki/PowerPC_e200) support variable-length instructions. Please add support!

enhancement
T-arch-powerpc

无法定位程序输入点ASN1 TIME to tm 于动态链接库D: Downloads RetDec-v5.0-Windows-Release bin retdec-decompiler.e xe 上

Whenever I try to run the latest master version of retdec, I get the following error message: ![error](https://user-images.githubusercontent.com/52803804/174400361-33ade44c-b725-47e3-977b-91ea1b124eec.png) Is there a way to fix this error?