[+] 16进制数据通配符查找

This commit is contained in:
huiyadanli
2019-12-24 00:16:06 +08:00
parent a363d32e72
commit fa4b15d7d2
2 changed files with 112 additions and 6 deletions

View File

@@ -69,6 +69,7 @@
</Compile>
<Compile Include="JsonData.cs" />
<Compile Include="Matcher\BoyerMooreMatcher.cs" />
<Compile Include="Matcher\FuzzyMatcher.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="FormAssisant.resx">
@@ -97,12 +98,6 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RevokeMsgPatcher\RevokeMsgPatcher.csproj">
<Project>{977bf781-ced8-4389-9404-0fa08fdf21df}</Project>
<Name>RevokeMsgPatcher</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
@@ -110,5 +105,11 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RevokeMsgPatcher\RevokeMsgPatcher.csproj">
<Project>{977bf781-ced8-4389-9404-0fa08fdf21df}</Project>
<Name>RevokeMsgPatcher</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>