Kantai Collection/Vita/Decompilation

From Bibliotheca Anonoma
Revision as of 19:52, 11 October 2016 by Antonizoon (talk | contribs) (Created page with "The Kancolle Vita game provides the entire engine and logic of Kantai Collection in full, but in Unity. This makes decompilation and even a possible port to PC easy. == Decom...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Kancolle Vita game provides the entire engine and logic of Kantai Collection in full, but in Unity. This makes decompilation and even a possible port to PC easy.

Decompiling Unity DLLs

Unity uses one of two languages, all of which have easily decompiled bytecode:

  • C#
  • UnityScript (JavaScript basically)

http://www.alanzucconi.com/2015/09/02/a-practical-tutorial-to-hack-and-protect-unity-games

Decompiling Unity Assets

We do this all the time with the translation project, it's easy.