Visual IDE for SuperHack
Visual IDE for SuperHack
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
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
Cool! I will definitely use this on later challenges. Good job!
Please try this:The process goes through on PHP version, while it dies halfway on this IDE.
It seems it behaves differently when we write 0 at a code cell (using "w" instruction) and step into that cell.eike42 wrote:PLEASE CHECK IF THE RESULTS ARE ALWAYS EXCACTLY THE SAME!
Please try this:
Code: Select all
009w........!
-
- Posts: 144
- Joined: Fri Mar 28, 2008 11:29 pm
- Location: #hacker.org on Freenode
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.
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.
-
- Posts: 7
- Joined: Fri Mar 06, 2009 11:10 am
@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
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
-
- Posts: 1
- Joined: Thu Oct 07, 2010 8:58 am
Link's dead
The link's dead. Can you please re-upload it?
Also, can you post the source code?
My first post, YAY!
Also, can you post the source code?
My first post, YAY!
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
Re: Link's dead
I shall second that. Since the OP does not seem to be around anymore, could somebody who has this program please upload it somewhere?Musiphonix wrote:The link's dead. Can you please re-upload it?
Re: Link's dead
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.AMindForeverVoyaging wrote:I shall second that. Since the OP does not seem to be around anymore, could somebody who has this program please upload it somewhere?Musiphonix wrote:The link's dead. Can you please re-upload it?
reloaded
we live to tread on kings