EdouardBERGE / rasm

RASM powerful Z80 assembler
129 stars 16 forks source link

Any new release soon? #29

Closed anrikun closed 1 year ago

anrikun commented 1 year ago

Hello Edouard, Are you planning on making a new release soon? I can't get the files necessary to compile RASM without installing Visual Studio entirely and I'm low on disk space.

EdouardBERGE commented 1 year ago

i publish a windows release with latest sources https://github.com/EdouardBERGE/rasm/releases/tag/build25092022

anrikun commented 1 year ago

:clap:

anrikun commented 1 year ago

Windows Defender (Win7) detects this trojan when I download the new RASM.exe: https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Trojan%3aWin32%2fWacatac.B!ml&threatid=2147735505&enterprise=0

EdouardBERGE commented 1 year ago

you can send the exec to virustotal to scan it with +100 different antivirus and maybe add rasm directory to defender exception list to avoid this ;)

anrikun commented 1 year ago

What's even strange is that it triggers this false positive only on 1 of my two computers, both (old) Win7s. Too bad the computer that wipes out RASM.exe is precisely the one I use to write and compile my code! :laughing:

EdouardBERGE commented 1 year ago

Not only false positive but same executable changing from version to another will trigger Defender alert, you need to configure a directory exception to keep quiet Defender. "New" policy is so strict that a few years ago Defender was deleting downloaded App from Microsoft store ^_^