You are viewing a potentially older version of this package. View all versions.
ifBars-MLVScan-1.6.3 icon

MLVScan

MLVScan is a security-focused MelonLoader plugin designed to detect and disable potentially malicious mods before they can harm your system.

Date uploaded 5 months ago
Version 1.6.3
Download link ifBars-MLVScan-1.6.3.zip
Downloads 995
Dependency string ifBars-MLVScan-1.6.3

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.0 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.0

README

MLVScan

MLVScan Icon

MLVScan is a security-focused mod loader plugin that protects your game by scanning mods for malicious patterns before they execute.

Supports MelonLoader and BepInEx 5.x.

MLVScan Example

⚡ Quick Start

For MelonLoader

  1. Download the latest MLVScan.MelonLoader.dll from Releases.
  2. Install by dropping it into your game's Plugins folder.
  3. Play! MLVScan automatically scans mods on startup.

For BepInEx 5.x

  1. Download the latest MLVScan.BepInEx.dll from Releases.
  2. Install by dropping it into your game's BepInEx/patchers folder.
  3. Play! MLVScan automatically scans plugins before they load.

📚 Documentation

Detailed documentation is available in the MLVScan Wiki:

Key Differences

MelonLoader:

  • Runs as a plugin during the mod loading phase
  • Configuration stored in MelonPreferences.cfg
  • Reports saved to UserData/MLVScan/Reports/

BepInEx:

  • Runs as a preloader patcher (scans before chainloader)
  • Configuration stored in BepInEx/config/MLVScan.json
  • Reports saved to BepInEx/MLVScan/Reports/

🛡️ Powered by MLVScan.Core

MLVScan is built on MLVScan.Core, a cross-platform malware detection engine. The same protection is also available for web browsers via MLVScan.Web.

🤝 Contributing

We welcome contributions! Please see the Contributing Guidelines in the Core repository for adding new detection rules.


Licensed under GPL-3.0