2019-09-19 19:04:23 +03:00
AsmResolver
===========
2019-09-20 00:29:37 +03:00
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 native images. The library exposes high-level representations of the PE, while still allowing the user to access low-level structures.
2019-09-20 21:21:48 +03:00
Table of Contents:
2019-09-20 21:28:12 +03:00
------------------
2019-09-20 21:21:48 +03:00
.. toctree ::
2019-09-25 21:33:40 +03:00
:maxdepth: 1
2019-09-20 21:56:18 +03:00
:caption: General
:name: sec-general
overview
.. toctree ::
2019-09-25 21:33:40 +03:00
:maxdepth: 1
2019-09-23 00:12:44 +03:00
:caption: Abstraction Layer 1: PE Files
2019-09-20 21:56:18 +03:00
:name: sec-pefile
2019-09-20 21:21:48 +03:00
2019-09-20 21:56:18 +03:00
pefile/index
pefile/basics
2019-09-23 00:12:44 +03:00
.. toctree ::
2019-09-25 21:33:40 +03:00
:maxdepth: 1
2019-09-23 00:12:44 +03:00
:caption: Abstraction Layer 2: PE Images
:name: sec-peimage
peimage/index
peimage/basics
peimage/imports
2019-09-25 21:30:11 +03:00
peimage/win32resources
2019-10-01 19:31:49 +03:00
peimage/dotnet
2019-12-24 02:13:40 +03:00
.. toctree ::
:maxdepth: 1
:caption: Abstraction Layer 3: .NET assemblies
:name: sec-peimage
dotnet/index
dotnet/basics
2020-05-23 20:48:12 +03:00
dotnet/member-tree
2020-03-09 18:18:39 +03:00
dotnet/importing
2020-05-23 20:37:45 +03:00
dotnet/managed-method-bodies
dotnet/cloning