Category Archives: Reverse Engineering

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