Remix.run Logo
whywhywhywhy 3 hours ago

It’s the real code there is code for known removed content (tanker escape scene and the 9/11 removed cutscene). Also AI can’t do what you’re theorizing yet.

>and ask them to decompile the game and structure and format as if it was the original source code. Asking them to ensure it compiles works fine

lot of people claiming this the end result is the AI downloading an emulator and rom

AnotherGoodName 3 hours ago | parent | next [-]

>Also AI can’t do what you’re theorizing yet.

Did you try the above links? I haven’t shared the full source but all game mechanics listed in the ja3 guide including code snippets where helpful.

echelon 3 hours ago | parent | prev [-]

> It’s the real code there is code for known removed content (tanker escape scene and the 9/11 removed cutscene). Also AI can’t do what you’re theorizing yet.

There are lots of decompilation community efforts for N64 games, etc.

Someone should train a model on this. Giving the decompiled symbols good names, etc.

De-minification and de-obfuscation while we're at it.

It should be easy to generate a ton of "synthetic" (actually real) training data for this by simply compiling sources and using that as (input, output) pairs.