Jump to content

False positive on self-written .NET 4.5 WinApp with C# and Visual Studio


Recommended Posts

Hello,

I'm writing an application for my personal use (and, possibly, sharing it via github when it's complete) that analyzes the filesystem searching for duplicate files, reorganize files with presets, know which files are using more space, merge folders without dupes, etc.

Among the features it has, it performs heavy file-related tasks as

  • File listing and enumeration (via https://github.com/VladPVS/FastSearchLibrary)
  • File checksumming (via custom MD5 algo)
  • File copy / move / delete (via native System.IO.* calls)
  • Persistent file enumeration storage into SQlite DB for performance reasons

Problem is, as soon as I've implemented the automated functionality that "removes duplicates" from a folder/drive, MBAM immediately treated the compiled application as a Ransomware.

The application is giving feedback to the User, via a LogWindow and a MessageBox asking if he really wants to delete these duplicates.

I'm sharing the application .exe, and all log files.

Kind regards,
Maurizio

rfeo.zip

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.