Changeset 115 for binary-improvements/assembly-patcher/Main.cs
- Timestamp:
- Aug 13, 2014, 4:52:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/assembly-patcher/Main.cs
r107 r115 26 26 playerDataPatch (module); 27 27 28 module.Write ("Assembly-CSharp. dll");28 module.Write ("Assembly-CSharp.patched.dll"); 29 29 Console.WriteLine ("Done"); 30 30 … … 37 37 addHook (type, "Run", true, 0, true, typeof(ConsoleOutputSeparator).GetMethod ("C_Run")); 38 38 replaceMethod (type, "SendResult", true, 1, typeof(ConsoleOutputSeparator).GetMethod ("C_SendResult")); 39 40 39 } 41 40
Note:
See TracChangeset
for help on using the changeset viewer.