Deep-dive into .NET Core primitives: inside a .dll file
A technical deep-dive exploring the internal structure of .NET Core .dll files, including IL code and assembly references.
A technical deep-dive exploring the internal structure of .NET Core .dll files, including IL code and assembly references.
Developer fixes coordinate conversion accuracy in a GeoCoordConversion DLL used for Ordnance Survey data import, releasing an updated version.
A technical guide on using the PE-inject library with C to inject custom code into Windows executable files, adding a confirmation prompt.