Oliver Schneider via llvm-dev
2018-Mar-07 08:52 UTC
[llvm-dev] Entry for RetDec in http://llvm.org/ProjectsWithLLVM/
Hi, I wanted to propose another project that is based on LLVM for inclusion on the http://llvm.org/ProjectsWithLLVM/ page. Hope it qualifies and can be included. Below description is copied verbatim from their website. I formatted it to follow the format of entries on aforementioned page:> RetDec > > by Avast > > RetDec is an open-source machine-code decompiler based on LLVM. > > The decompiler is not limited to any particular target architecture, > operating system, or executable file format: > > Supported file formats: ELF, PE, Mach-O, COFF, AR (archive), Intel HEX, > and raw machine code. > Supported architectures (32b only): Intel x86, ARM, MIPS, PIC32, and > PowerPC. > > https://retdec.com/ and https://github.com/avast-tl/retdecIt's licensed under the very liberal MIT license and there are (as of this writing) a number of related projects to be found at https://github.com/avast-tl ... such as an IDA plugin. The LLVM version used by them, however, is a patched 3.9.1. With best regards, Oliver
Possibly Parallel Threads
- [LLVMdev] Concerning http://llvm.org/ProjectsWithLLVM
- [LLVMdev] Concerning http://llvm.org/ProjectsWithLLVM
- Entry for llvm.org/ProjectsWithLLVM - Terra programming language
- [LLVMdev] GSoC Proposal: Table-Driven Decompilation
- [LLVMdev] [OT] Control Flow Graph(CFG) into Abstract Syntax Tree(AST)