You are browsing as a guest. Sign up (or log in) to start making projects!

kanishkv99

@kanishkv99

Joined June 1st, 2026

  • 9Devlogs
  • 8Projects
  • 2Ships
  • 19Votes
Ship Pending review

basically a decompilation of super mario odyssey. you need to own the source to use it (duh) but is incredibly difficult to do and over the 13 hrs i was only able to add something like 0.3% to the overall project, which is solid but not a lot.

  • 4 devlogs
  • 13h
Try project → See source code →
Open comments for this post

6h 41m 13s logged

Now at 15.727%. Solid progress. Also wanted to clarify what the percents mean. Basically, you run the compiled binary (the game in this case) through something like Ghidra or IDA, and then translate the output into “regular code” (C++ usually), and then compile it to see if it matches the original compiled binary. You can physically see what percent of your code compiles to be the original code, so it is slow, but it works. Total for today is +721 funcs resolved

0
0
6
Open comments for this post

51m 8s logged

0.008% more functions resolved. Also started RE with ghidra. Also wanted to clarify, even small % improvements like this take hours and are incredibly difficult, with the community usually averaging +0.5-1% a month.

0
0
2
Open comments for this post

2h 58m 54s logged

Should have probably updated this earlier, but plans 5 thru 15 are now done. Notable changes include adding real obfuscation, support for metables (__index, __newindex, __call, arithmetic, bit32, buffer, and vector). I also used some AI for debugging and also this: I passed JUST the obfuscated code to the AI and had it try to deobfuscate it, and then tell me WHY it was able to, then I fixed it, and tried that again, which was pretty productive. It is MUCH harder to figure out now, and I would say presumably impossible to decode by the average person. (no constants left in code either!)

0
0
5
Open comments for this post

3h 14m 1s logged

Scaffolding the overall system in rust. Currently working on adding support for more forms of Luau. Added support for tables, methods, break, and also closures with upvalue. To be clear there is no actual obfuscation yet, I have just been building the custom VM, which outputs bytecode right now. Also made a simple platform (shown in the image) allowing you to try it out by obfuscating simple Luau code

0
0
4

Followers

Loading…