Skip to content

Commit c577c2f

Browse files
committed
Inlined memory.dll to reduce AV false positives.
1 parent b36a5a0 commit c577c2f

9 files changed

Lines changed: 2756 additions & 7 deletions

File tree

src/CoreKeeperInventoryEditor/CoreKeeperInventoryEditor.csproj

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<Deterministic>true</Deterministic>
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>
17+
<IsWebBootstrapper>false</IsWebBootstrapper>
1718
<PublishUrl>publish\</PublishUrl>
1819
<Install>true</Install>
1920
<InstallFrom>Disk</InstallFrom>
@@ -26,7 +27,6 @@
2627
<MapFileExtensions>true</MapFileExtensions>
2728
<ApplicationRevision>0</ApplicationRevision>
2829
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29-
<IsWebBootstrapper>false</IsWebBootstrapper>
3030
<UseApplicationTrust>false</UseApplicationTrust>
3131
<BootstrapperEnabled>true</BootstrapperEnabled>
3232
</PropertyGroup>
@@ -50,6 +50,7 @@
5050
<LangVersion>Default</LangVersion>
5151
<ErrorReport>prompt</ErrorReport>
5252
<Prefer32Bit>true</Prefer32Bit>
53+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5354
</PropertyGroup>
5455
<PropertyGroup>
5556
<ApplicationIcon>Images\logo.ico</ApplicationIcon>
@@ -58,11 +59,6 @@
5859
<ApplicationManifest>Startup\app.manifest</ApplicationManifest>
5960
</PropertyGroup>
6061
<ItemGroup>
61-
<Reference Include="Memory, Version=1.2.28.0, Culture=neutral, processorArchitecture=AMD64">
62-
<SpecificVersion>False</SpecificVersion>
63-
<HintPath>..\packages\Memory.dll.x64.1.2.28\lib\netstandard2.0\Memory.dll</HintPath>
64-
<Private>False</Private>
65-
</Reference>
6662
<Reference Include="netstandard" />
6763
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
6864
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
@@ -130,6 +126,13 @@
130126
<DependentUpon>ItemSelectionMenu.cs</DependentUpon>
131127
</Compile>
132128
<Compile Include="Helpers\RichTextBoxExtensions.cs" />
129+
<Compile Include="Memory\Memory.cs" />
130+
<Compile Include="Memory\Methods\AoB.cs" />
131+
<Compile Include="Memory\Methods\Read.cs" />
132+
<Compile Include="Memory\Methods\Write.cs" />
133+
<Compile Include="Memory\Structures\Imports.cs" />
134+
<Compile Include="Memory\Structures\MemoryRegionResult.cs" />
135+
<Compile Include="Memory\Structures\Process.cs" />
133136
<Compile Include="Startup\Program.cs" />
134137
<Compile Include="Properties\AssemblyInfo.cs" />
135138
<Compile Include="Helpers\OverlayHelper.cs" />
@@ -226,7 +229,6 @@
226229
<None Include="Images\skills\Skill12.png" />
227230
<None Include="Images\MissingTexture.png" />
228231
<Content Include="Controls\Siticone.UI.dll" />
229-
<EmbeddedResource Include="Embedded\Memory.dll" />
230232
<EmbeddedResource Include="Embedded\Newtonsoft.Json.dll" />
231233
<EmbeddedResource Include="Embedded\Siticone.UI.dll" />
232234
<Content Include="Images\TeleportAddressGuide.gif" />
-39.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)