C++ Decompiler

Open-source C++ projects categorized as Decompiler

Top 9 C++ Decompiler Projects

  • pycdc

    C++ python bytecode disassembler and decompiler

  • rz-ghidra

    Deep ghidra decompiler and sleigh disassembler integration for rizin

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rellic

    Rellic produces goto-free C output from LLVM bitcode

  • Project mention: Understanding Objective-C by transpiling it to C++ | news.ycombinator.com | 2023-12-02
  • Yagi

    Yet Another Ghidra Integration for IDA

  • wasmdec

    WebAssembly to C decompiler

  • Project mention: Capturing the WebGPU Ecosystem | news.ycombinator.com | 2023-11-11

    I think you're missing a good amount of nuance here

    minified JS can be turned into reasonable JS, yes, but you're probably not going to get TypeScript code back, so the same sort of challenge exists there.

    Assembly -> high-level language is harder, but there are absolutely binary -> C decompilers that are very popular/used in the RE community to make changes to existing programs.

    But that doesn't even matter, WASM is much higher level than assembly, it's a stack machine, there is no arbitrary control flow / labels / `goto`, there are pre-defined data types, etc. all of this means it's easier to convert WASM -> high-level language than it is with a generic x86/arm binary.

    There are WASM decompilers[0][1] which can convert WASM binaries into C code and back.

    In both cases (minified JS and WASM), you're not going to get out exactly what you put in, but WASM doesn't really change the situation very much given the widespread adoption of 'compile to JS' languages like TypeScript these days.

    [0] https://chromium.googlesource.com/external/github.com/WebAss...

    [1] https://github.com/wwwg/wasmdec

  • boomerang

    Boomerang Decompiler - Fighting the code-rot :)

  • jsxer

    Jsxer is a fast and accurate decompiler for Adobe ExtendScript Binary (JSXBIN) files, featuring JsxBlind deobfuscation.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • luauDec

    Decompiler for luau (https://luau-lang.org/)

  • tube-game-dos

    My first reverse engineering game

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ Decompiler related posts

Index

What are some of the best open-source Decompiler projects in C++? This list will help you:

Project Stars
1 pycdc 2,841
2 rz-ghidra 788
3 rellic 511
4 Yagi 437
5 wasmdec 389
6 boomerang 364
7 jsxer 127
8 luauDec 57
9 tube-game-dos 20

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com