summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-client/csgo-client.vcxproj.filters
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2019-01-09 20:51:16 +1300
committerboris <wzn@moneybot.cc>2019-01-09 20:51:16 +1300
commit4db29589a61f2e7cb663c5734f911c02206c7997 (patch)
tree38ec6f25fe1b807ba76e28720badf4a70a87601c /csgo-loader/csgo-client/csgo-client.vcxproj.filters
parent1fbe9543b16fc6edacfc1e1dca75f5938ebb08a3 (diff)
whole buncha shit
FIXME: loader currently corrupts heap on injection because i am retarded
Diffstat (limited to 'csgo-loader/csgo-client/csgo-client.vcxproj.filters')
-rw-r--r--csgo-loader/csgo-client/csgo-client.vcxproj.filters18
1 files changed, 6 insertions, 12 deletions
diff --git a/csgo-loader/csgo-client/csgo-client.vcxproj.filters b/csgo-loader/csgo-client/csgo-client.vcxproj.filters
index 0957ab9..e4b42c3 100644
--- a/csgo-loader/csgo-client/csgo-client.vcxproj.filters
+++ b/csgo-loader/csgo-client/csgo-client.vcxproj.filters
@@ -55,15 +55,12 @@
<ClCompile Include="RemoteCode\RemoteProcess.cpp">
<Filter>RemoteCode</Filter>
</ClCompile>
- <ClCompile Include="RemoteCode\RemoteCodeClient.cpp">
- <Filter>RemoteCode</Filter>
- </ClCompile>
- <ClCompile Include="RemoteCode\RemoteInjectionClient.cpp">
- <Filter>RemoteCode</Filter>
- </ClCompile>
<ClCompile Include="Security\RuntimeSecurity.cpp">
<Filter>Security</Filter>
</ClCompile>
+ <ClCompile Include="RemoteCode\RemoteMapper.cpp">
+ <Filter>RemoteCode</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Security\Encryption.hpp">
@@ -159,17 +156,14 @@
<ClInclude Include="RemoteCode\RemoteProcess.hpp">
<Filter>RemoteCode</Filter>
</ClInclude>
- <ClInclude Include="RemoteCode\RemoteCodeClient.hpp">
- <Filter>RemoteCode</Filter>
- </ClInclude>
- <ClInclude Include="RemoteCode\RemoteInjectionClient.hpp">
- <Filter>RemoteCode</Filter>
- </ClInclude>
<ClInclude Include="Client.hpp" />
<ClInclude Include="Security\RuntimeSecurity.hpp">
<Filter>Security</Filter>
</ClInclude>
<ClInclude Include="resource.h" />
+ <ClInclude Include="RemoteCode\RemoteMapper.hpp">
+ <Filter>RemoteCode</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="csgo-client.rc" />