The Bytecode Club

Full Version: [Open-source] [C#] dnEditor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is an almost unique program that uses dnlib instead of Mono.Cecil as a framework, making it unable to be crashed by obfuscation or tricks like Cecil.
 
Main interface with separated blocks (SAE) and colored OpCodes
[Image: q0XOjM6.png]
 
 
 
Fully-featured instruction editor (feels like Reflexil)
[Image: GTfPrPs.png]
 
 
 
Multiple instruction reference picker (SWITCH OpCode)
[Image: 5dx1MyD.png]
 
 
 
Featuring a straight ILSpy to C# implementation
[Image: cYSZQVK.png]



Giving you the possibility to save assemblies the way you want them
[Image: GV2praH.png]
 


Letting you search for what you need
[Image: DSVU8Lb.png]


SOURCE: https://github.com/ViRb3/dnEditor
Does this allow editing? This program looks dope as fuck, thank's for sharing this. Adding to my collection right now <3
(04-22-2015, 08:42 AM)Konloch Wrote: [ -> ]Does this allow editing? This program looks dope as fuck, thank's for sharing this. Adding to my collection right now <3

Yes! I'm using it for all of my reversing needs since months now and it's never given me up Smile