Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Removed Delimon and Switched over to AlphaFS
  • Loading branch information
prestoncooper authored Dec 18, 2023
1 parent e4c866c commit fb74dc0
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 206 deletions.
374 changes: 188 additions & 186 deletions RansomwareDetectionService/License.rtf

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BSD License:
Copyright (c) 2016, Preston Cooper – HESD Ransomware Detection Service
http://www.questiondriven.com
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Expand Down
14 changes: 1 addition & 13 deletions RansomwareDetectionService/RansomwareDetectionService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/*
BSD License:
Copyright (c) 2016, Preston Cooper – HESD Ransomware Detection Service
http://www.questiondriven.com
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Expand All @@ -22,19 +22,7 @@ 3. Neither the name of the copyright holder nor the names of its contributors ma
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/*
Delimon.Win32.IO Class License
Copyright © 2012, Johan Delimon
http://bit.ly/delimon
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

namespace RansomwareDetection
{
Expand Down
8 changes: 2 additions & 6 deletions RansomwareDetectionService/RansomwareDetectionService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Delimon.Win32.IO, Version=4.0.4764.1936, Culture=neutral, PublicKeyToken=6f601db60ebd9657, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>.\Delimon.Win32.IO.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
<Reference Include="AlphaFS">
<HintPath>.\AlphaFS.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
Expand Down Expand Up @@ -89,11 +87,9 @@
<ItemGroup>
<Content Include="AuditFilesConfig.xml" />
<Content Include="CompareConfig.xml" />
<Content Include="Delimon License.txt" />
<Content Include="FileFiltersConfig.xml" />
<Content Include="FindFilesConfig.xml" />
<Content Include="Ransomware Detection License.txt" />
<Content Include="Delimon.Win32.IO.dll" />
<Content Include="SignaturesConfig.xml" />
</ItemGroup>
<ItemGroup>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit fb74dc0

Please sign in to comment.