-
Notifications
You must be signed in to change notification settings - Fork 0
.NET Disassembly Guide
William Volin edited this page Oct 8, 2023
·
1 revision
- Use Cpp2IL to decompile the GameAssembly.dll
- (https://github.com/SamboyCoding/Cpp2IL#command-line-options)
- Cpp2IL-2022.0.7-Windows.exe --game-path "C:\Program Files (x86)\Steam\steamapps\common\Sea of Stars"
-
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
-
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