File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,6 +116,17 @@ Default behavior:
116116deprun --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
121132deprun --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
You can’t perform that action at this time.
0 commit comments