LavaGang / MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
https://discord.gg/2Wn3N2P
Apache License 2.0
2.48k stars 479 forks source link

[Enhancement]: Safeness Of MelonLoader? #761

Closed CoolPuppyKid closed 1 month ago

CoolPuppyKid commented 1 month ago

Describe the new feature or enhancement

Im not trying to put a bad image on melonloader i love the software

ok so i was gonna install melon loader then i check it for virus`s before i run it just like i do with anything else and this is what it gave me

Screenshot 2024-10-02 214038

beanscat1 commented 1 month ago

its safe its not malware and it makes connections to unpack it VIA the installer Its no issue I use ML everyday

CoolPuppyKid commented 1 month ago

its save its not malware and it makes connections to unpack it VIA the installer Its no issue I use ML everyday

i meant the read specifically the ones under Pe resource parents

Atmudia commented 1 month ago

I hope you know that the MelonLoader and MelonInstaller code is public, so you can simply check it out

KibblesTheKitten commented 1 month ago

its save its not malware and it makes connections to unpack it VIA the installer Its no issue I use ML everyday

i meant the read specifically the ones under Pe resource parents

The only reason many things flag melon loader and the installer as a virus is that it does a few things:

CoolPuppyKid commented 1 month ago

I hope you know that the MelonLoader and MelonInstaller code is public, so you can simply check it out

im aware just seeing if anyone else has already looked at it

CoolPuppyKid commented 1 month ago

its save its not malware and it makes connections to unpack it VIA the installer Its no issue I use ML everyday

i meant the read specifically the ones under Pe resource parents

The only reason many things flag melon loader and the installer as a virus is that it does a few things:

  • connect to the internet
  • download it's own packages (Cpp2il, unity dependencies, game dependencies)
  • create files
  • re create files if needed.

thank you