AsmResolver =========== This is the documentation of the AsmResolver project. AsmResolver is a set of libraries allowing .NET programmers to read, modify and write executable files. This includes .NET as well as native images. The library exposes high-level representations of the PE, while still allowing the user to access low-level structures. Table of Contents: ------------------ .. toctree:: :maxdepth: 1 :caption: General :name: sec-general overview .. toctree:: :maxdepth: 1 :caption: PE Files :name: sec-pefile pefile/index pefile/basics pefile/headers pefile/sections .. toctree:: :maxdepth: 1 :caption: PE Images :name: sec-peimage peimage/index peimage/basics peimage/advanced-pe-reading peimage/imports peimage/exports peimage/win32resources peimage/dotnet .. toctree:: :maxdepth: 1 :caption: .NET assemblies and modules :name: sec-peimage dotnet/index dotnet/basics dotnet/advanced-module-reading dotnet/member-tree dotnet/type-signatures dotnet/importing dotnet/managed-method-bodies dotnet/unmanaged-method-bodies dotnet/cloning dotnet/token-allocation dotnet/type-memory-layout dotnet/advanced-pe-image-building.rst