Pelles C forum

Pelles C => Projects developed with Pelles C => IDE for Assembler and C => Topic started by: Manos on April 11, 2014, 07:31:36 PM

Title: CoderStudio (under development).
Post by: Manos on April 11, 2014, 07:31:36 PM
A new IDE for Assembly and C programming, like Visual Studio style.

I have rewriten this in plain C, ( PelleC ), in order to add new features.
The IDE support MASM compatible Assemblers and PelleC only.
That is, it supports MASM, JWASM , POASM and Pelle's C compiler, linker e.t.c.
The IDE does not affect the Registry.

Note:
For now, the IDE is not working yet.
The most source code is writen already, but I disabled this for now.
The attacment has a subfolder that includes a project, named Project1.
Run the IDE and open this to see.

Any suggestion will be welcomed.

P.S.
Many thanks to Vortex, which is a contributor.

Note:
Replace the old Splash.dll that is included in the CoderStudio folder
with the new one.

(http://manoscoder.gr/phpBB3/images/CoderStudio.png)

Athens, 11 April 2014.
Manos.
Title: Re: CoderStudio (under development).
Post by: Christian on April 11, 2014, 10:49:55 PM
Hi Manos,

my antivirus solution tells me, there is a trojan named "TR/Crypt.ZPACK.Gen" within the download. Cold please someone else doublecheck this?

Besid my scanner (Avira), it is also clasified as a trojan by Symantec.

Christian
Title: Re: CoderStudio (under development).
Post by: Manos on April 11, 2014, 11:00:28 PM
Hi Manos,

my antivirus solution tells me, there is a trojan named "TR/Crypt.ZPACK.Gen" within the download. Cold please someone else doublecheck this?

Besid my scanner (Avira), it is also clasified as a trojan by Symantec.

Christian

The first person that downloaded this has no problem.
When you uploaded this, I saw that the total downloads were 2 and suddently
the number of downloads became 6 without other persons in the forum
except you and me.
I don't know what happen.

Manos.
Title: Re: CoderStudio (under development).
Post by: Bitbeisser on April 11, 2014, 11:48:24 PM
Hi Manos,

my antivirus solution tells me, there is a trojan named "TR/Crypt.ZPACK.Gen" within the download. Cold please someone else doublecheck this?

Besid my scanner (Avira), it is also clasified as a trojan by Symantec.

Christian
That is the same old game that also Avast! is playing as well. They identify code written in Pelle's C as malicious as they use some common code of the RTL or the debugger info (it seems to enhance/increase the likelyhood of a false positive) instead of any actual malicious code...

Ralf
Title: Re: CoderStudio (under development).
Post by: Manos on April 11, 2014, 11:59:09 PM
My Norton AntiVirus tell me that the virus is in splash.dll.
But this DLL shows a bitmap only and has no any other function.

Manos.
Title: Re: CoderStudio (under development).
Post by: CLR on April 12, 2014, 04:10:54 AM
It looks very nice.
Title: Re: CoderStudio (under development).
Post by: Manos on April 12, 2014, 08:35:08 AM
Thank you CLR.

Manos.
Title: Re: CoderStudio (under development).
Post by: frankie on April 12, 2014, 03:47:46 PM
Nice  :)
Title: Re: CoderStudio (under development).
Post by: Manos on April 12, 2014, 05:39:56 PM
Thank you frankie.

Manos.
Title: Re: CoderStudio (under development).
Post by: Christian on April 12, 2014, 05:41:56 PM
Hi Manos,

yes, it is splash.dll. So it is false alert. :-)

BTW: I like it too.

Christian
Title: Re: CoderStudio (under development).
Post by: Manos on April 12, 2014, 05:48:12 PM
Thank you Christian.

I 'll make a splash screen DLL with another name
and I 'll replace the old in the next upload.

Manos.
Title: Re: CoderStudio (under development).
Post by: Vortex on April 12, 2014, 07:10:12 PM
Hi Manos,

Keep up the nice work.
Title: Re: CoderStudio (under development).
Post by: Manos on April 12, 2014, 08:28:34 PM
Finally the problem with Splash.dll was solved.
The problem was caused by the fact that the previous Splash.dll did not have an exported function.
I rebuilt this DLL by exporting a dummy function and Norton Antivirus does not find anything.
I uploaded the new DLL at the top of my post.
Download this and replace the old Splash.dll with the new one.

Manos.
Title: Re: CoderStudio (under development).
Post by: Manos on April 12, 2014, 10:51:58 PM
Hi Manos,

Keep up the nice work.

Thank you,
Manos.
Title: Re: CoderStudio (under development).
Post by: Vortex on April 12, 2014, 10:53:54 PM
Hi Manos,

The AV engines can mark DLLs as malware if they don't export any function. Thanks for the updated DLL.
Title: Re: CoderStudio (under development).
Post by: pkedpker on April 24, 2014, 01:35:51 PM
Great may replace the Pelles IDE! keep it up i'd surely use it.. I loved how Visual C++ 6.0 IDE was
Title: Re: CoderStudio (under development).
Post by: Manos on April 24, 2014, 04:06:04 PM
Thank you pkedpker.

I choosed the Visual Studio style, because I use Visual Studio 6.0 since 1998 and I like its style.
In a few time, I hope, I 'll do the first active upload.

Manos.
Title: Re: CoderStudio (under development).
Post by: czerny on July 10, 2014, 10:59:07 AM
The following virus alert is found by Norton in splash.dll: Suspicious.Vundo.2
Title: Re: CoderStudio (under development).
Post by: Vortex on July 10, 2014, 11:25:40 AM
Hi czerny,

It's a false positive.
Title: Re: CoderStudio (under development).
Post by: Manos on July 10, 2014, 01:20:38 PM
Hi czerny.

The following virus alert is found by Norton in splash.dll: Suspicious.Vundo.2

The problem was caused by the fact that the previous Splash.dll did not have an exported function.
I rebuilt this DLL by exporting a dummy function and Norton Antivirus does not find anything.
I uploaded the new DLL at the top of my post.
Download this and replace the old Splash.dll with the new one.

Manos.