Monday, June 13, 2022

Welcome Post

Welcome!

This blog will detail my ventures in C# programming, and reverse engineering.

My primary library I use for my reversing projects is dnlib, and I use visual studio 2022, 2019, 2017.

Hope you all enjoy the content to come!

No comments:

Post a Comment

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...