Skip to content

Commit

Permalink
Add files from MemorySearch directory to project
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed Oct 4, 2023
1 parent 7b2b47b commit a0fb3c2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Source/Osiris.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@
<ClInclude Include="MemoryPatterns\Windows\PanoramaUiPanelPatternsWindows.h" />
<ClInclude Include="MemoryPatterns\Windows\PlantedC4PatternsWindows.h" />
<ClInclude Include="MemoryPatterns\Windows\WindowsPatterns.h" />
<ClInclude Include="MemorySearch\BytePattern.h" />
<ClInclude Include="MemorySearch\BytePatternConverter.h" />
<ClInclude Include="MemorySearch\BytePatternLiteral.h" />
<ClInclude Include="MemorySearch\BytePatternStorage.h" />
<ClInclude Include="MemorySearch\HybridPatternFinder.h" />
<ClInclude Include="MemorySearch\PatternFinder.h" />
<ClInclude Include="MemorySearch\PatternFinderScalar.h" />
<ClInclude Include="MemorySearch\PatternFinderSIMD.h" />
<ClInclude Include="Platform\DynamicLibrary.h" />
<ClInclude Include="Platform\Linux\LinuxDynamicLibrary.h" />
<ClInclude Include="Platform\Linux\LinuxMessageBox.h" />
Expand Down
27 changes: 27 additions & 0 deletions Source/Osiris.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
<Filter Include="Vmt">
<UniqueIdentifier>{55a59ab3-797b-4ca6-b4aa-307861d4ae1a}</UniqueIdentifier>
</Filter>
<Filter Include="MemorySearch">
<UniqueIdentifier>{28ecac3b-05f9-44d1-86cb-50d8fe91ff36}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="CS2\Classes\C_CSGameRules.h">
Expand Down Expand Up @@ -473,6 +476,30 @@
<ClInclude Include="Platform\Macros\FunctionAttributes.h">
<Filter>Platform\Macros</Filter>
</ClInclude>
<ClInclude Include="MemorySearch\BytePattern.h">
<Filter>MemorySearch</Filter>
</ClInclude>
<ClInclude Include="MemorySearch\BytePatternConverter.h">
<Filter>MemorySearch</Filter>
</ClInclude>
<ClInclude Include="MemorySearch\BytePatternLiteral.h">
<Filter>MemorySearch</Filter>
</ClInclude>
<ClInclude Include="MemorySearch\BytePatternStorage.h">
<Filter>MemorySearch</Filter>
</ClInclude>
<ClInclude Include="MemorySearch\HybridPatternFinder.h">
<Filter>MemorySearch</Filter>
</ClInclude>
<ClInclude Include="MemorySearch\PatternFinder.h">
<Filter>MemorySearch</Filter>
</ClInclude>
<ClInclude Include="MemorySearch\PatternFinderScalar.h">
<Filter>MemorySearch</Filter>
</ClInclude>
<ClInclude Include="MemorySearch\PatternFinderSIMD.h">
<Filter>MemorySearch</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="UI\Panorama\CreateGUI.js">
Expand Down

0 comments on commit a0fb3c2

Please sign in to comment.