![]() |
Antivirus is blocking files. - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Standard Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=2) +--- Thread: Antivirus is blocking files. (/showthread.php?tid=305) Pages:
1
2
|
RE: Antivirus is blocking files. - litdev - 04-21-2025 Hi, I have seen the source code for all the extensions that I include in Extension Manager - none of them have any malicious code in them (they do what they say they do - no hidden functionality). That doesn't mean that they couldn't be compiled into something that does harm in a Small Basic program. The obvious ones are File commands that could for example delete critical files on your computer. I don't know exactly how AV work, but I assume they are looking for code segments that call certain OS commands. I expect it is not the RadioButtons.sb as such that is the issue, rather that it references LitDev.dll. I can see why AV would not like LitDev.dll. For example there are methods that detect keys being pressed at a low level - hence could be coded in a SB program to create a key logger - so if I see LDTextwindow.KeyDown in SB code I check it out. RE: Antivirus is blocking files. - AbsoluteBeginner - 04-23-2025 Hoora-a-ay! ![]() Antivirus stopped swearing at Small BASIC files! This happened on both of my computers at once, on which I use Small Basic. I hope that I can now create my program normally. ![]() But I will do this myself, without any AI. |