About

 Hi!

I am a 22 year old programming from the united states. I have been coding since I was 13 starting out in python, but eventually moving to C#.

One day I aspire to have a career in software development, but in the meantime I am doing freelance work, mostly reverse engineering for clients. 

I am well versed in .NET deobfuscation, decryption, and unpacking. Most of my content will be centered around various projects I do in .NET, as well as anything to do with dnlib.


Github: https://github.com/mastercodeon314/

C# Packing more reference dlls, but this time with compression!

Last week, I talked about packing a dotnet program's reference dlls into the exe using dnlib (post linked here ). It works great, so i w...