File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ It does come with an example plugin for testing and as a base for making your ow
99
1010## Usage
1111
12- ` abii <plugin> <syms> [--searchpath <searchpath>] <program>... `
12+ ### ` abii <plugin> <syms> [--searchpath <searchpath>] <program>... `
1313
1414` <plugin> ` is the name of the plugin to load. This is usually the name of the library you want to intercept without
1515the "lib" prefix and ".so" suffix, followed by a "-" and the plugin type (eg. ~~ lib~~ c ~~ .so~~ -logger -> c-logger for
@@ -19,6 +19,10 @@ logging libc.so calls). \
1919Calls are logged to the user's home directory in a log folder named ` abii_log ` . Inside is separate logs for the injected
2020process and all child process.
2121
22+ ### ` abii <plugin> --list-syms `
23+
24+ Lists all available symbols for the specified plugin.
25+
2226#### Options:
2327
2428-h, --help Show this screen.
You can’t perform that action at this time.
0 commit comments