Unless it means something else in this context, decompilation is reversing compilation process.
Basically taking the game and turning it back to source code. With source code it would be easy to fix some issues (if there are any), see how developers implemented certain things, and also be able to run the game on hardware that it never was running on before.
You can pirate something without decompiling it. Decompiles makes it so you can make proper improvements to it and port to other platforms without an emulator.
also be able to run the game on hardware that it never was running on before.
Via native code, not emulation, in case this wasn’t clear. This means that you can port the game to modern consoles and take advantage of individual gimmicks, like the wiiu tablet, or even create new games!
Unless it means something else in this context, decompilation is reversing compilation process.
Basically taking the game and turning it back to source code. With source code it would be easy to fix some issues (if there are any), see how developers implemented certain things, and also be able to run the game on hardware that it never was running on before.
Or patch the game to be run without drm…why? cough i don’t know
deleted by creator
You can pirate something without decompiling it. Decompiles makes it so you can make proper improvements to it and port to other platforms without an emulator.
i was referring to running it without drm for… reasons
Via native code, not emulation, in case this wasn’t clear. This means that you can port the game to modern consoles and take advantage of individual gimmicks, like the wiiu tablet, or even create new games!