RodrigoDornelles / 3bc-lang

Low-level language, tiny virtual machine, minimal runtime, intermediate representation, embeddable, easy for beginners. (Friendly Punched cards)
https://3bc-lang.org
GNU General Public License v3.0
242 stars 27 forks source link

Windows defender detects 3BC as malware (Error: 0x800700E1) #22

Open marcusmmmz opened 3 years ago

marcusmmmz commented 3 years ago

Error: 0x800700E1: "Cant finish operation succesfully because the file contains a virus or possibly unwanted software." image

RodrigoDornelles commented 3 years ago

this problem happens because it is a software compiled by third parties without a valid signature, it has to be thought to authenticate the language.

for now it would be interesting to compile by yourself, or disable windows defender before running a downloaded realese.