decomp skills

5 tagged decomp, measured the same way as everything else here.

Browse within: decompilation 5matching-decompilation 5mwccarm 5nintendo-ds 5reverse-engineering 5

decomp-match-review

01

tangosdev/sm64ds-decomp

Skill Claude CodeCodex

Review a decompilation matching change the way a decomp maintainer would - first verifying the match is real (fakematch / NONMATCHING-banner / wrong-compiler checks), then whether the recovered source is admissible, then what it costs the host port. Use when reviewing or preparing a matching PR/branch/diff in a decomp…

138 2d ago A 146 tokens original MIT

decomp-tu-build

02

tangosdev/sm64ds-decomp

Skill Claude CodeCodex

Execute the sm64ds-decomp translation-unit rebuild/verify loop - reconstruct a merged TU in srctu/, compile it with the pinned mwccarm, byte-verify every member, run the relocation audits, and take it up the shadow -> text-verified -> link-verified ladder. Use when merging one-function files into a real .cpp, when…

138 2d ago A 142 tokens original MIT

decomp-tu-slicing

03

tangosdev/sm64ds-decomp

Skill Claude CodeCodex

Find which classes shared an original .cpp translation unit in sm64ds-decomp, so a C++ conversion PR ships the right set of classes together instead of splitting a file the ROM says is one. Use before slicing a per-class migration PR, when deciding whether two classes belong in one header, when eligible.py rejects a…

138 2d ago A 120 tokens original MIT