Jump to content
Nytro

Retargetable Decompiler

Recommended Posts

Posted

[h=1]Retargetable Decompiler[/h]

Our main goal is to create a retargetable decompiler that can be utilized for source code recovery, static malware analysis, etc. The decompiler is supposed to be not bounded to any particular target architecture, operating system, or executable file format.

[h=3]Features[/h]

  • Handles all the commonly used file formats (ELF, PE, COFF).
  • Currently supports the Intel x86, ARM, MIPS, PIC32, and PowerPC architectures.
  • Can decompile to two output high-level languages: C and a Python-like language.
  • Compiler and packer detection.
  • Extraction and utilization of debugging information (DWARF, PDB).
  • Signature-based removal of statically linked library code.
  • Reconstruction of functions, high-level constructs, types, etc.
  • Generation of call graphs, control-flow graphs, and various statistics.
  • It is actively developed.

You can try all of these features by using our online decompilation service.

Sursa: https://retdec.com/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...