Skip to content

.NET Disassembly Guide

William Volin edited this page Oct 8, 2023 · 1 revision
  1. Use Cpp2IL to decompile the GameAssembly.dll
  1. The above command will export to a folder wherever the Cpp2IL executable is called "cpp2il_out", all of the dlls for the game will be stored there

  2. use dnSpy (or ILSpy, or whatever .NET disassembler you want) to open Assembly-CSharp.dll in the output

    • note it may be worth importing ALL of the files so you have all the types for the Sabotage.X.dll files which are commonly used
Clone this wiki locally