t7-compiler
A GSC Compiler/Injector toolchain for BO3/BO4
File Explorer
Download Latest Version (.zip)- AssemblyInfo.cs
- App.config
- ConditionalBlocks.cs
- DebugCompiler.csproj
- hotload.dat.bak
- packages.config
- Root.cs
- version
- xdevkit.dll
- xdrpc.dll
- tasks.json
- headers.gsc
- main.gsc
- gsc.conf
- project.code-workspace
- tasks.json
- headers.gsc
- main.gsc
- gsc.conf
- project.code-workspace
- DInvoke.cs
- EnvPatch.cs
- ModuleMapper.cs
- ThreadContext32Ex.cs
- ThreadContext64Ex.cs
- ThreadContextEx.cs
- TypeLib.cs
- PEActivationContext.cs
- PEDataDirectory.cs
- PEExportDirectory.cs
- PEImage.cs
- PEImportDirectory.cs
- PELoadConfigDirectory.cs
- PERelocationDirectory.cs
- PEResourceDirectory.cs
- PETlsDirectory.cs
- PETypes.cs
- AssemblyInfo.cs
- QInstruction.cs
- QAsmCompiler.cs
- QAsmGrammar.cs
- QCodeBlock.cs
- QObj.cs
- QVariable.cs
- x64hijackasm.txt
- EnvironmentEx.cs
- ExAssembler.cs
- External.csproj
- Features todo.txt
- MemorySearcher.cs
- Native.cs
- packages.config
- PointerEx.cs
- PointerExtensions.cs
- ProcessEx.cs
- ProcessEx_ManualMap.cs
- ProcessModuleEx.cs
- RPCStackFrame.cs
- UtilExtensions.cs
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- ImportDialog.cs
- ImportDialog.Designer.cs
- ImportDialog.resx
- MainForm.cs
- MainForm.Designer.cs
- MainForm.resx
- CBorderedForm.cs
- CBorderedForm.Designer.cs
- CBorderedForm.resx
- CComboBox.cs
- CComboDialog.cs
- CComboDialog.Designer.cs
- CComboDialog.resx
- CErrorDialog.cs
- CErrorDialog.Designer.cs
- CErrorDialog.resx
- CThemedTextbox.cs
- CThemedTextbox.Designer.cs
- CTitleBar.cs
- CTitleBar.Designer.cs
- CTitleBar.resx
- IResizableForm.cs
- IThemeableControl.cs
- UIThemeManager.cs
- App.config
- app.manifest
- Program.cs
- t7cInstaller.csproj
- builtins.cpp
- builtins.h
- detours.cpp
- detours.h
- dllmain.cpp
- framework.cpp
- framework.h
- offsets.h
- Opcodes.cpp
- Opcodes.h
- t7cinternal.vcxproj
- t7cinternal.vcxproj.filters
- T7Op_AbstractCall.cs
- T7OP_Call.cs
- T7OP_CallPtr.cs
- T7OP_EvalFieldVariable.cs
- T7OP_GetFuncPtr.cs
- T7OP_GetHash.cs
- T7OP_GetLocal.cs
- T7OP_GetLocalFunction.cs
- T7OP_GetNumericValue.cs
- T7OP_GetString.cs
- T7OP_Jump.cs
- T7OP_LazyGetFunction.cs
- T7OP_Marker.cs
- T7OP_Return.cs
- T7OP_SafeCreateLocalVariables.cs
- T7OpCode.cs
- AssemblyInfo.cs
- T7DebugTableSection.cs
- T7ExportsSection.cs
- T7ImportSection.cs
- T7IncludesSection.cs
- T7NameSection.cs
- T7ScriptHeader.cs
- T7ScriptSection.cs
- T7StringFixupsSection.cs
- T7StringTableSection.cs
- App.config
- CRC32.cs
- EndianIO.cs
- packages.config
- T7CompilerLib.csproj
- T7PCV2.db
- T7ScriptObject.cs
- Utility.cs
- builtins.cpp
- builtins.h
- detours.cpp
- detours.h
- dllmain.cpp
- framework.h
- LazyLink.cpp
- LazyLink.h
- offsets.h
- t8cinternal.filters
- t8cinternal.vcxproj
- T89OP_AbstractCall.cs
- T89OP_Call.cs
- T89OP_CallPtr.cs
- T89OP_EvalFieldVariable.cs
- T89OP_GetFuncPtr.cs
- T89OP_GetGlobal.cs
- T89OP_GetHash.cs
- T89OP_GetLocal.cs
- T89OP_GetNumericValue.cs
- T89OP_GetString.cs
- T89OP_Jump.cs
- T89OP_Notification.cs
- T89OP_Return.cs
- T89OP_SafeCreateLocalVariables.cs
- T89OP_SafeSetVFC.cs
- T89OP_SetLocal.cs
- T89OP_SetVariableFieldRef.cs
- T89OpCode.cs
- AssemblyInfo.cs
- T89ExportsSection.cs
- T89GlobalObjectsSection.cs
- T89ImportSection.cs
- T89IncludesSection.cs
- T89ScriptHeader.cs
- T89ScriptSection.cs
- T89StringTableSection.cs
- App.config
- CRC32.cs
- T89CompilerLib.csproj
- T89ScriptObject.cs
- Utility.cs
- vm_codes.db2
- Games.cs
- Masks.cs
- Modes.cs
- Platforms.cs
- BO2Syntax.cs
- BO3Syntax.cs
- BLOPSCompiler.cs
- GSCCompiler.cs
- T6StringFixups.cs
- T8Compiler.cs
- ICompiler.cs
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- CompiledCode.cs
- DecData.cs
- Extensions.cs
- FunctionDefinitions.cs
- Keys.cs
- Utilities.cs
- WarningsData.cs
- BaseSyntax.cs
- Compiler.cs
- FodyWeavers.xml
- Ionic.Zip.dll
- Irony.dll
- NewSyntax.cs
- packages.config
- TreyarchCompiler.csproj
- .gitattributes
- .gitignore
- ConditionalBlocks.cs
- Default Menu.zip
- README.md
- TreyarchCompiler.sln
- vscode-txgsc-1.0.8.vsix
# Installation Guide
1. Get the code
git clone https://github.com/shiversoftdev/t7-compiler
Downloads the entire project code from GitHub to your computer.
cd t7-compiler
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd DebugCompiler
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
