The Bytecode Club
[Open-source] [C#] dnEditor - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1)
+--- Forum: Programming (https://the.bytecode.club/forumdisplay.php?fid=86)
+--- Thread: [Open-source] [C#] dnEditor (/showthread.php?tid=1190)



[Open-source] [C#] dnEditor - darkunited - 04-21-2015

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


RE: [Open-source] [C#] dnEditor - Konloch - 04-22-2015

Does this allow editing? This program looks dope as fuck, thank's for sharing this. Adding to my collection right now <3


RE: [Open-source] [C#] dnEditor - darkunited - 04-22-2015

(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