File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 2
2
C++ proxy/intercept prototypes
3
3
4
4
## 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
11
11
on [ QuarkslaB Dynamic binary Instrumentation (QBDI)] ( https://qbdi.quarkslab.com/ ) (X86-only)
12
- (X86-only)
13
12
14
13
## Documentation
15
14
You can’t perform that action at this time.
0 commit comments