retdec icon indicating copy to clipboard operation
retdec copied to clipboard

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

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

I mean in a simplified fashion like in `llvm2c`, where one only has to provide a bitcode file and path to an output file (but I guess it can be...

Hey! This function does not decompile correctly: modby10: movabsq $-3689348814741910323, %rdx mov %rdi, %rax mul %rdx mov %rdx, %rax shr $3, %rax lea (%rax,%rax,4), %rdx mov %rdi, %rax add %rdx,...

Hi, apologies if the title of this issue is incorrect, but the short of it is that I followed a tutorial to create a java native interface [here](https://www.baeldung.com/jni) in order...

when running a retdec-decompiler.py --no-memory-limit --backend-no-opts on a ELF binary built for AARCH64/FreeBSD, I get several @__decompiler_undefined_function_0 being injected at the beginning of class functions ``` File format : ELF...

I am using Version 4.0 from release page , it producing same error on every binary I ran following command on fresh 7zip dll py -3 retdec/bin/retdec-decompiler.py C:\Users\Dibya\Desktop\7-zip.dll C:\>py -3...

Example Code: `#include int64_t sub(int *x) { if(*x) { return 0 ; } int32_t a1 = 1 ; int64_t a2 = 2 ; a2 = a1 ; return a2 ;...

bug
P-output

I have a program with a list of named function pointers that are searched for execution. The functions that I place in this list do not appear in the decompiled...

Hi, I am trying to lift a bunch of asm codes which stored in text files into llvmir using capstone2llvmir, but I have no idea how to let capstone2llvmir to...

I got the wrong number of parameters for the llvm ir function, is there a solution? When i run `retdec-decomplier.py filename` I get the following instructions ``` %356 = call...

I am impressed with this projects capabilities and would love a new release. I see some issues have been fixed since the last release and there have been a variety...