gcc-papermario VS decomp.me

Compare gcc-papermario vs decomp.me and see what are their differences.

gcc-papermario

GCC 2.8.1 with patches to support building Paper Mario (by pmret)

decomp.me

Collaborative decompilation and reverse engineering website (by decompme)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gcc-papermario decomp.me
1 6
2 336
- 3.3%
0.8 9.3
about 1 year ago 2 days ago
C TypeScript
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

gcc-papermario

Posts with mentions or reviews of gcc-papermario. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-12.
  • Decompilation of Paper Mario for N64
    8 projects | news.ycombinator.com | 12 Jan 2024
    SM64 uses SGI's IRIS Development Option (IDO) compiler. And yes, it's unoptimised.

    Paper Mario, however, /does/ use GCC, and it's optimised. Figuring out the compiler version was fairly easy as there's a limited number of options - we know when the game began development, so we looked for releases around that time. The harder parts were figuring out compiler flags (consider all the -f flags affecting code generation; papermario used -fforce-addr) and coming to the terrifying conclusion that the compiler was modified!

    The majority of papermario was built with a modified build of GCC 2.8.1 [1] at -O2. The SDK code (libultra, nusystem) was built with GCC 2.7.2 at -O3. The iQue Player version, i.e. the Chinese release, was built with EGCS.

    [1] https://github.com/pmret/gcc-papermario

decomp.me

Posts with mentions or reviews of decomp.me. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-07.

What are some alternatives?

When comparing gcc-papermario and decomp.me you can also consider the following projects:

ts-c-compiler - ⚙️ Multipass C Compiler, Assembler and X86 emulator written in TypeScript

CodemerxDecompile - The first standalone .NET decompiler for Mac, Linux and Windows

system-programming-roadmap - A roadmap to teach myself compiler dev, malware reverse engineering, exploitation and kernel dev fundamentals

dewolf - A research decompiler implemented as a Binary Ninja plugin.

js-ziju - Compile javascript to LLVM IR, x86 assembly and self interpreting

compiler-explorer - Run compilers interactively from your web browser and interact with the assembly

AutoIt-Obfuscator-Python - AutoIt Obfuscator (Python module) lets you protect AutoIt script source code against analysis, reverse engineering, and decompilation using advanced obfuscation techniques and polymorphic encryption.