Skip to main content
decomp

decomp

9.8
A short word for source code recovered from a program
  • noun
  • /ˈdiːkɒmp/
  • Jargon
translation icon : decompilación
  • Many modders rely on a decomp to understand how the original program works.

Examples

  • He shared the decomp online so others could study the code and create new features.

  • After hours of work, the team finally released the decomp for the old video game.

  • The decomp revealed the original code structure.

  • Can you send me the decomp for review?

  • After hours of work, the team finally released the decomp for the old video game.

  • Many modders rely on a decomp to understand how the original program works.

  • He shared the decomp online so others could study the code and create new features.

Surface Forms

decomp singular
decomps plural

Etymology

Decomp is short for decompilation or the decompiled code, made from de- meaning 'reverse' and compile meaning 'to put together'. So a decomp is the file you get when you 'undo' a program's compile and turn it back into readable code.