-
Msil
Anyone into serious IL coding?
What do you use for coding? I'm no pro, and used EditPlus and Crimson Editor.
I started looking at MSIL again, and was wondering if there's a IL specific IDE. Stumbled upon Remotesoft, but did not look at it yet.
Cheers
S
-
Re: Msil
oops...Remotesoft is an object browser and disassembler
Still could be a handy tool, but not what I'm looking for right now
-
Re: Msil
There is no official IDE for it no. Might be some unofficial once, but even if it isn't, how much stuff do you need? Should take long time to make up a small IDE in C# and just call the ILAsm app for compiling.
- ØØ -
-
Re: Msil
There is ILIDE, but every link on the net to it is dead
I'll just use Crimson or EditPlus for now.
Maybe make my own, but that will take a lot of time, which I don't have