OxygenBasic Compiler

User projects written in or related to FreeBASIC.
John Spikowski
Posts: 453
Joined: Dec 24, 2005 2:32
Location: WA - USA
Contact:

OxygenBasic Compiler

Post by John Spikowski »

This is a new thread for OxygenBasic Alpha testing. I'm turning it over to Charles and will refrain from posting anything that isn't directly related to O2 or FB. The All Basic compiler board contains some info that might be helpful. I think Charles is soliciting feedback from the FreeBASIC community as that's what his new compiler is written in. (with a lot of inline ASM)

Let's hope we can keep this thread on topic. Curb your anger and leave the attitude at the door.
fsw
Posts: 260
Joined: May 27, 2005 6:02

Post by fsw »

As OxygenBasic is written in FreeBasic it surely deserves a spot in this forum, but imho its better suited in PROJECTS than COMMUNITY DISCUSSION.

:)
John Spikowski
Posts: 453
Joined: Dec 24, 2005 2:32
Location: WA - USA
Contact:

Post by John Spikowski »

My BAD. It should also be a STICKY as well. Can one of the mods move it?

(The FireFly project should have been tagged as a STICKY long ago)
Last edited by John Spikowski on Sep 27, 2010 19:06, edited 1 time in total.
cevpegge
Posts: 74
Joined: Feb 12, 2007 10:19
Location: Wales
Contact:

Post by cevpegge »

Thanks John and FSW,

I will start a thread in PROJECTS as soon as I have the next update posted.

Charles
Sebastian
Posts: 131
Joined: Jun 18, 2005 14:01
Location: Europe / Germany
Contact:

Post by Sebastian »

Hi,

I noticed Avira AntiVir and Kaspersky signaling a find of malware in the OxygenBASIC package (Alpha 009). You can give it a try on VirusTotal.
I guess these alerts are false positives, but it might frighten off some users. Maybe you could contact these anti-virus software manufacturers to ask them to fix their signatures.

Best regards
Sebastian
cevpegge
Posts: 74
Joined: Feb 12, 2007 10:19
Location: Wales
Contact:

Post by cevpegge »

I've tried to eliminate any coding patterns that look viral (like embedded data in the code section) but some antivirus software seems to be suspicious of any small executables by default.

Charles
SARG
Posts: 1888
Joined: May 27, 2005 7:15
Location: FRANCE

Post by SARG »

I've got the same with Avast. Can't download completly the file. :-(
cevpegge
Posts: 74
Joined: Feb 12, 2007 10:19
Location: Wales
Contact:

Post by cevpegge »

I had trouble with Avast on an earlier version, had to turn off the resident scanner for a while to continue working on the project. But to date Avast should be clear of false positives. The only one remaining was Avira but I see the that Kaspersky has started (again!). This must have happened in the last few days.

Charles

PS: using vista 64bit
John Spikowski
Posts: 453
Joined: Dec 24, 2005 2:32
Location: WA - USA
Contact:

Post by John Spikowski »

Image

A couple days ago Kaspersky gave OxygenBasic a clean bill of health.
cevpegge
Posts: 74
Joined: Feb 12, 2007 10:19
Location: Wales
Contact:

Post by cevpegge »

Yes that's the one.

Would it help If I created a compiler compiler in FreeBasic to generate these executables from source script? Then this program and the IDE would be the only 2 EXE files in the download, and hopefully large enough to escape the predations of the AntiVirus.

Charles
Sebastian
Posts: 131
Joined: Jun 18, 2005 14:01
Location: Europe / Germany
Contact:

Post by Sebastian »

Avira offers an upload form, which you can use to inform them on suspicious new files or false positives:

http://analysis.avira.com/samples/index.php
Would it help If I created a compiler compiler in FreeBasic to generate these executables from source script?
I guess it won't really help, as the AntiVir guard would notice the new compiled executables right after their creation. Then it would urge you to take action against the files.
But I think it will help users to download the ZIP package probably, as it would not contain seemingly dangerous, infected binaries.
John Spikowski
Posts: 453
Joined: Dec 24, 2005 2:32
Location: WA - USA
Contact:

Post by John Spikowski »

But I think it will help users to download the ZIP package probably, as it would not contain seemingly dangerous, infected binaries.
Kaspersky detects the worm in the ZIP and deletes them before I can reach for the mouse. This anti-virus thing is getting as difficult to fight as H1N1 was. :-(
cevpegge
Posts: 74
Joined: Feb 12, 2007 10:19
Location: Wales
Contact:

Post by cevpegge »

Okay,
I've made a compiling tool using FreeBasic. So far this passes all the antivirus scans at virustotal.com.

This can be used to compile the other compiling tools.

I'll include it in the next release :)

Charles
rolliebollocks
Posts: 2655
Joined: Aug 28, 2008 10:54
Location: new york

Post by rolliebollocks »

Extremely Impressive
John Spikowski
Posts: 453
Joined: Dec 24, 2005 2:32
Location: WA - USA
Contact:

Post by John Spikowski »

Charles,

Thanks for O2 Alpha 10 and the ScriptBasic embedding example. Kaspersky is still detecting one last file as a worm with this release.

Image
Post Reply