Monthly Archives: October 2011

Dot Net Deobfuscation – Generic String Decryption

Thanks to metadata, the object-oriented paradigm, leverageable framework libraries, and a well-documented assembly structure, Microsoft’s .Net Framework has gained a following among developers who don’t need the performance benefits of an unmanaged language like C++. However, for these same reasons, the resulting assembly … Continue reading

Posted in Reverse Engineering, Uncategorized | Leave a comment

Windows Live Writer Plugins – Part 2

Well, it is time for part 2. In this part I will detail rendering the syntax highlighting to an Image, showing that image just in the Editor view. Generating the HTML In order to generate an image of the code … Continue reading

Posted in Uncategorized | Leave a comment