NO

Author Topic: CoderStudio (under development).  (Read 17185 times)

Manos

  • Guest
CoderStudio (under development).
« 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.



Athens, 11 April 2014.
Manos.
« Last Edit: April 12, 2014, 08:31:46 PM by Manos »

Offline Christian

  • Administrator
  • Member
  • *****
  • Posts: 142
    • http://www.pellesc.de
Re: CoderStudio (under development).
« Reply #1 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
www.pellesc.de - German PellesC mirror (now available in german and english)

Manos

  • Guest
Re: CoderStudio (under development).
« Reply #2 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.

Offline Bitbeisser

  • Global Moderator
  • Member
  • *****
  • Posts: 772
Re: CoderStudio (under development).
« Reply #3 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

Manos

  • Guest
Re: CoderStudio (under development).
« Reply #4 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.

CLR

  • Guest
Re: CoderStudio (under development).
« Reply #5 on: April 12, 2014, 04:10:54 AM »
It looks very nice.

Manos

  • Guest
Re: CoderStudio (under development).
« Reply #6 on: April 12, 2014, 08:35:08 AM »
Thank you CLR.

Manos.

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: CoderStudio (under development).
« Reply #7 on: April 12, 2014, 03:47:46 PM »
Nice  :)
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Manos

  • Guest
Re: CoderStudio (under development).
« Reply #8 on: April 12, 2014, 05:39:56 PM »
Thank you frankie.

Manos.

Offline Christian

  • Administrator
  • Member
  • *****
  • Posts: 142
    • http://www.pellesc.de
Re: CoderStudio (under development).
« Reply #9 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
www.pellesc.de - German PellesC mirror (now available in german and english)

Manos

  • Guest
Re: CoderStudio (under development).
« Reply #10 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.

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: CoderStudio (under development).
« Reply #11 on: April 12, 2014, 07:10:12 PM »
Hi Manos,

Keep up the nice work.
Code it... That's all...

Manos

  • Guest
Re: CoderStudio (under development).
« Reply #12 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.

Manos

  • Guest
Re: CoderStudio (under development).
« Reply #13 on: April 12, 2014, 10:51:58 PM »
Hi Manos,

Keep up the nice work.

Thank you,
Manos.

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: CoderStudio (under development).
« Reply #14 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.
Code it... That's all...