Page 1 of 2
Visual IDE for SuperHack
Posted: Sun Jun 28, 2009 7:25 am
by eike42
Hi everyone,
when processing the Super Brainfuck challenge, I really wished for a IDE for the SuperHack language. I also needed a project to start learning C#, so a wrote an IDE. It's become so cool that I want to share it with you. Of course the are still bugs, but I consider it as "usable" now.
I have taken the VM from PHP and translated it into C#. PLEASE CHECK IF THE RESULTS ARE ALWAYS EXCACTLY THE SAME!
You can see some screenshots below and also on the webpage.
I understand if you don't really like to run unknown exes, and also understand that you do not want to compile the included code yourselves. Maybe someone trusted like adum could walk through the code fast (to see if there is no hidden steal-sh-code inside

) and compile a trusted version for you.
I have setup a webpage (hopefully they do not remove it due to the word "hacker"!) here:
http://shvm.hostbeat.eu/
Please report bugs and stuff to this thread!
Have fun,
eike
Posted: Sun Jun 28, 2009 3:40 pm
by tails
Cool! I will definitely use this on later challenges. Good job!
eike42 wrote:PLEASE CHECK IF THE RESULTS ARE ALWAYS EXCACTLY THE SAME!
It seems it behaves differently when we write 0 at a code cell (using "w" instruction) and step into that cell.
Please try this:
The process goes through on PHP version, while it dies halfway on this IDE.
Posted: Sun Jun 28, 2009 6:55 pm
by eike42
Damn... you got me
I was using "0" as "not defined", since I thought noone would use chr(0) as code. Forgot about the "w". Ok, I will think of a workaround. Thanks for your testing!
Posted: Mon Jun 29, 2009 3:07 am
by therethinker
Heh, expect us to abuse the heck out of superhack in order to cut down on cycles/codesize

Posted: Mon Jun 29, 2009 4:15 am
by eike42
You're right
It's fixed. Should work now...
Posted: Mon Jun 29, 2009 5:59 pm
by megabreit
This thing runs mostly fine under Ubuntu 9.04 and Mono 2.0! Great!
But there is one exception: The highlighting of the thread positions doesn't work.
Anyone successfully tested the IDE under Linux?
Posted: Mon Jun 29, 2009 7:29 pm
by eike42
I went as far as he told me that I do not have windows.forms installed. Gotta have to try that.
Posted: Mon Jun 29, 2009 11:24 pm
by megabreit
libmono-winforms2.0-cil seems not to be installed by default.
I had to install it manually (and some automatic dependencies):
$ sudo apt-get install libmono-winforms2.0-cil
BTW: I checked with Mono 2.4 from the VMWare image from
http://www.go-mono.com/mono-downloads/ and it's also not able to highlight the running threads.
Posted: Sun Jul 05, 2009 3:20 pm
by superhacker
Is this really working as expected?
I can't get my sample code running which is working fine on the web version...
memory= 1,2
program= 0<1<+p
expected result=3
It works fine online but not in yout program... What am i doing wrong?
Posted: Sun Jul 05, 2009 3:38 pm
by tails
@superhacker:
You're working on Hack VM (HVM), while this IDE is for SuperHack. They're similar but different languages.
For HVM, another nice IDE is available:
http://www.hacker.org/forum/viewtopic.php?p=7523
Posted: Sun Jul 05, 2009 5:53 pm
by superhacker
Thanks! no wonder

Link's dead
Posted: Fri Nov 19, 2010 8:55 pm
by Musiphonix
The link's dead. Can you please re-upload it?
Also, can you post the source code?
My first post, YAY!
Re: Link's dead
Posted: Tue Sep 06, 2011 8:33 pm
by AMindForeverVoyaging
Musiphonix wrote:The link's dead. Can you please re-upload it?
I shall second that. Since the OP does not seem to be around anymore, could somebody who has this program please upload it somewhere?
Re: Link's dead
Posted: Wed Sep 07, 2011 5:56 pm
by kne1p
AMindForeverVoyaging wrote:Musiphonix wrote:The link's dead. Can you please re-upload it?
I shall second that. Since the OP does not seem to be around anymore, could somebody who has this program please upload it somewhere?
That _would_ be great. When debugging the php vm it's quite arduous to get a good look at what happened to some memory location off-stack.
reloaded
Posted: Thu Sep 08, 2011 11:52 am
by asdf_2
not sure if last version, source is missing, but...
http://zoz.comxa.com/shvm.zip