├── .gitignore ├── Injector ├── App.config ├── Injector.Designer.cs ├── Injector.cs ├── Injector.csproj ├── Injector.resx ├── Program.cs ├── Project.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── injection.ico └── packages.config ├── ProjectFiles ├── Proof of concept.ijp ├── Stealth Patterns.ijp └── Wrecklamation.ijp ├── README.md ├── XMSerializer ├── ExtendedModule.cs ├── InjectorPlan.cs ├── Properties │ └── AssemblyInfo.cs ├── XMPixel.cs ├── XMReader.cs ├── XMTools.csproj ├── XMWriter.cs └── XmSerializer.cs ├── XMSerializerTest ├── App.config ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── XMSerializerTest.csproj └── test │ ├── 2 sample.xm │ ├── clap.wav │ ├── dupepatterns.ijp │ ├── patpack.xm │ ├── single sample.xm │ ├── test project.ijp │ ├── test-blank.xm │ └── test.xm └── XMTools.sln /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/.gitignore -------------------------------------------------------------------------------- /Injector/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/App.config -------------------------------------------------------------------------------- /Injector/Injector.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/Injector.Designer.cs -------------------------------------------------------------------------------- /Injector/Injector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/Injector.cs -------------------------------------------------------------------------------- /Injector/Injector.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/Injector.csproj -------------------------------------------------------------------------------- /Injector/Injector.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/Injector.resx -------------------------------------------------------------------------------- /Injector/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/Program.cs -------------------------------------------------------------------------------- /Injector/Project.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/Project.cs -------------------------------------------------------------------------------- /Injector/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Injector/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Injector/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/Properties/Resources.resx -------------------------------------------------------------------------------- /Injector/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Injector/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/Properties/Settings.settings -------------------------------------------------------------------------------- /Injector/injection.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/injection.ico -------------------------------------------------------------------------------- /Injector/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/Injector/packages.config -------------------------------------------------------------------------------- /ProjectFiles/Proof of concept.ijp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/ProjectFiles/Proof of concept.ijp -------------------------------------------------------------------------------- /ProjectFiles/Stealth Patterns.ijp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/ProjectFiles/Stealth Patterns.ijp -------------------------------------------------------------------------------- /ProjectFiles/Wrecklamation.ijp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/ProjectFiles/Wrecklamation.ijp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/README.md -------------------------------------------------------------------------------- /XMSerializer/ExtendedModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializer/ExtendedModule.cs -------------------------------------------------------------------------------- /XMSerializer/InjectorPlan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializer/InjectorPlan.cs -------------------------------------------------------------------------------- /XMSerializer/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializer/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /XMSerializer/XMPixel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializer/XMPixel.cs -------------------------------------------------------------------------------- /XMSerializer/XMReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializer/XMReader.cs -------------------------------------------------------------------------------- /XMSerializer/XMTools.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializer/XMTools.csproj -------------------------------------------------------------------------------- /XMSerializer/XMWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializer/XMWriter.cs -------------------------------------------------------------------------------- /XMSerializer/XmSerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializer/XmSerializer.cs -------------------------------------------------------------------------------- /XMSerializerTest/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/App.config -------------------------------------------------------------------------------- /XMSerializerTest/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/Program.cs -------------------------------------------------------------------------------- /XMSerializerTest/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /XMSerializerTest/XMSerializerTest.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/XMSerializerTest.csproj -------------------------------------------------------------------------------- /XMSerializerTest/test/2 sample.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/test/2 sample.xm -------------------------------------------------------------------------------- /XMSerializerTest/test/clap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/test/clap.wav -------------------------------------------------------------------------------- /XMSerializerTest/test/dupepatterns.ijp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/test/dupepatterns.ijp -------------------------------------------------------------------------------- /XMSerializerTest/test/patpack.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/test/patpack.xm -------------------------------------------------------------------------------- /XMSerializerTest/test/single sample.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/test/single sample.xm -------------------------------------------------------------------------------- /XMSerializerTest/test/test project.ijp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/test/test project.ijp -------------------------------------------------------------------------------- /XMSerializerTest/test/test-blank.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/test/test-blank.xm -------------------------------------------------------------------------------- /XMSerializerTest/test/test.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMSerializerTest/test/test.xm -------------------------------------------------------------------------------- /XMTools.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djh0ffman/XmTools/HEAD/XMTools.sln --------------------------------------------------------------------------------