Initial commit: Add project structure, build configuration, and core functionality
- Added .gitignore to exclude build directory - Added utils submodule for shared utilities - Configured CMake build system with dependencies - Added main executable and DLL injection logic - Included necessary headers and manifest files - Added README with build and usage instructions
This commit is contained in:
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"xstring": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user