ifBars-MLVScan icon

MLVScan

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

Last updated 6 days ago
Total downloads 12260
Total rating 8 
Categories Tools Mono IL2CPP
Dependency string ifBars-MLVScan-1.6.6
Dependants 0 other packages depend on this package

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.

⚡ 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.

📚 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