Skip to content

Commit 1497b9d

Browse files
committed
Update README.md
1 parent f21bf95 commit 1497b9d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1515
the "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). \
1919
Calls are logged to the user's home directory in a log folder named `abii_log`. Inside is separate logs for the injected
2020
process 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.

0 commit comments

Comments
 (0)