Skip to content

Commit fbe1050

Browse files
committed
Added prototype links
1 parent e166407 commit fbe1050

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
C++ proxy/intercept prototypes
33

44
## Prototypes
5-
* `ld-preload`: a shared-library proxy based on `LD_PRELOAD`
6-
* `ld-preload-template`: a shared-library proxy based on `LD_PRELOAD` with C++ templates
7-
* `ptrace`: a static-library proxy based on `ptrace` (X86-only)
8-
* `dynamorio`: a static-library proxy based on [DynamoRIO](https://dynamorio.org)
9-
* `qbdi`: a static-library proxy based on [QuarkslaB Dynamic binary Instrumentation (QBDI)](https://qbdi.quarkslab.com/)
10-
* `eigen`: a proxy for intercepting [Eigen](https://eigen.tuxfamily.org/) static library calls based
5+
* [`ld-preload`](prototypes/ld-preload): a shared-library proxy based on `LD_PRELOAD`
6+
* [`ld-preload-template`](prototypes/ld-preload-template): a shared-library proxy based on `LD_PRELOAD` with C++ templates
7+
* [`ptrace`](prototypes/ptrace): a static-library proxy based on `ptrace` (X86-only)
8+
* [`dynamorio`](prototypes/dynamorio): a static-library proxy based on [DynamoRIO](https://dynamorio.org)
9+
* [`qbdi`](prototypes/qbdi): a static-library proxy based on [QuarkslaB Dynamic binary Instrumentation (QBDI)](https://qbdi.quarkslab.com/)
10+
* [`eigen`](prototypes/eigen): a proxy for intercepting [Eigen](https://eigen.tuxfamily.org/) static library calls based
1111
on [QuarkslaB Dynamic binary Instrumentation (QBDI)](https://qbdi.quarkslab.com/) (X86-only)
12-
(X86-only)
1312

1413
## Documentation
1514

0 commit comments

Comments
 (0)