[Open-source] [C#] dnEditor - Printable Version +- The Bytecode Club - Reverse Engineering Forum (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 Fully-featured instruction editor (feels like Reflexil) Multiple instruction reference picker (SWITCH OpCode) Featuring a straight ILSpy to C# implementation Giving you the possibility to save assemblies the way you want them Letting you search for what you need 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 |