mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-23 06:34:03 +00:00
* Add index to all content checks * Get mostly onto byte arrays * Migrate as much as possible to byte array * Minor cleanup * Cleanup comments, fix search * Safer CABs and auto-log on test * Comments and better SecuROM * Cleanup, Wise Detection, archives * Minor fixes * Add externals, cleanup README * Add WiseUnpacker * Add Wise extraction * Better separation of special file format handling * Consistent licencing * Add to README * Fix StartsWith * Fix Valve scanning * Fix build * Remove old TODO * Fix BFPK extraction * More free decompression formats * Fix EVORE * Fix LibCrypt detection * Fix EVORE deletion
30 lines
1.5 KiB
XML
30 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<metadata>
|
|
<id>BurnOutSharp</id>
|
|
<version>1.03.9.1</version>
|
|
<title>BurnOutSharp</title>
|
|
<authors>Matt Nadareski, Gernot Knippen</authors>
|
|
<owners>Matt Nadareski, Gernot Knippen</owners>
|
|
<licenseUrl>https://www.gnu.org/licenses/gpl-3.0.txt</licenseUrl>
|
|
<projectUrl>https://github.com/mnadareski/BurnOutSharp</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Port of BurnOut to C#, with additions</description>
|
|
<copyright>Copyright (c)2005-2010 Gernot Knippen, Copyright (c)2018-2020 Matt Nadareski</copyright>
|
|
<tags>protection scan burnout</tags>
|
|
<dependencies>
|
|
<dependency id="LessIO" version="0.5.0" />
|
|
<dependency id="libmspack4n" version="0.8.0" />
|
|
<dependency id="UnshieldSharp" version="1.4.2.3" />
|
|
<dependency id="WiseUnpacker" version="1.0.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="bin\Debug\net462\BurnOutSharp.dll" target="lib\net462\BurnOutSharp.dll" />
|
|
<file src="bin\Debug\net462\BurnOutSharp.pdb" target="lib\net462\BurnOutSharp.pdb" />
|
|
<file src="bin\Debug\net472\BurnOutSharp.dll" target="lib\net472\BurnOutSharp.dll" />
|
|
<file src="bin\Debug\net472\BurnOutSharp.pdb" target="lib\net472\BurnOutSharp.pdb" />
|
|
<file src="bin\Debug\netcoreapp3.0\BurnOutSharp.dll" target="lib\netcoreapp3.0\BurnOutSharp.dll" />
|
|
<file src="bin\Debug\netcoreapp3.0\BurnOutSharp.pdb" target="lib\netcoreapp3.0\BurnOutSharp.pdb" />
|
|
</files>
|
|
</package> |