Skip to content

Commit 5d12919

Browse files
Improved documentation
1 parent 3ee263b commit 5d12919

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,17 @@ Default behavior:
116116
deprun --depth 4 path/to/your/executable.exe
117117
```
118118

119+
#### Looking for DLLs depending on a given one
120+
```bash
121+
deprun --filter mydep path/to/your/executable.exe
122+
```
123+
124+
or also:
125+
126+
```bash
127+
deprun --filter mydep path/to/your/dlls/*.dll
128+
```
129+
119130
#### Saving the scan results to a JSON file
120131
```bash
121132
deprun --output-json-path path/to/output.json path/to/your/executable.exe
@@ -197,6 +208,8 @@ Help is welcome in the form of issues and pull request!
197208
- v 1.2.0
198209
- [x] add fuzzy search based on skim
199210
- v 1.3.0
211+
- [x] add support for multiple targets and filtering DLL names
212+
- v 1.4.0
200213
- [ ] support of manifests
201214
- [ ] visualization of library symbols with address/ordinal
202215
- [ ] release on package managers

0 commit comments

Comments
 (0)