Skip to content

Commit

Permalink
patchAPI init
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 27, 2023
1 parent 0d6374f commit 1c75397
Show file tree
Hide file tree
Showing 18 changed files with 2,452 additions and 2,416 deletions.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ to more effectively use different aspects of binary analysis for building their
Converts the machine code representation of a program, library, or code snippet into
platform-independent abstractions such as instructions, basic blocks, functions, and loops

:ref:`sec-patchapi-intro`
Instrument (insert code into) and modify a binary executable or library by manipulating
the binary’s control flow graph (CFG)

:ref:`sec:proccontrolapi-intro`
An API and library for controlling processes

Expand Down Expand Up @@ -84,6 +88,7 @@ Developed by
dyninstAPI/overview
instructionAPI/overview
parseAPI/overview
patchAPI/overview
proccontrol/overview
usertools/DynC/overview

Expand All @@ -109,6 +114,7 @@ Developed by
dyninstAPI/public/API
instructionAPI/public/API
parseAPI/public/API
patchAPI/public/API
proccontrol/public/API

.. toctree::
Expand All @@ -120,6 +126,7 @@ Developed by
dyninstAPI/developer/API
instructionAPI/developer/API
parseAPI/developer/API
patchAPI/developer/API
proccontrol/developer/API

.. toctree::
Expand Down
11 changes: 11 additions & 0 deletions docs/patchAPI/developer/API.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
========
PatchAPI
========

.. toctree::
:caption: Developer API
:name: patchapi-developer-api
:hidden:
:maxdepth: 1

ParseCallback.h
7 changes: 7 additions & 0 deletions docs/patchAPI/developer/ParseCallback.h.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _`sec:patchapi-ParseCallback.h.rst`:

ParseCallback.h
===============

.. cpp:namespace:: Dyninst::patchAPI

0 comments on commit 1c75397

Please sign in to comment.