AsmResolver/docs/index.rst

34 строки
786 B
ReStructuredText
Исходник Обычный вид История

2019-09-19 19:04:23 +03:00
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 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