CoderStudio (under development).

Started by Manos, April 11, 2014, 07:31:36 PM

Previous topic - Next topic

Manos

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.



Athens, 11 April 2014.
Manos.

Christian

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
www.pellesc.de - German PellesC mirror (now available in german and english)

Manos

Quote from: 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

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.

Bitbeisser

Quote from: 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
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

Manos

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.

CLR


Manos


frankie

"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide

Manos


Christian

Hi Manos,

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

BTW: I like it too.

Christian
www.pellesc.de - German PellesC mirror (now available in german and english)

Manos

Thank you Christian.

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

Manos.

Vortex

Code it... That's all...

Manos

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.


Vortex

Hi Manos,

The AV engines can mark DLLs as malware if they don't export any function. Thanks for the updated DLL.
Code it... That's all...