parent
0d195db7d2
commit
7eddf0188f
@ -1,3 +1,12 @@
|
|||||||
# winscrape
|
# winscrape
|
||||||
|
|
||||||
driver scraper for windows update catalog written in java :thumbsdown:
|
driver scraper for windows update catalog written in java :thumbsdown:
|
||||||
|
|
||||||
|
# how to use
|
||||||
|
|
||||||
|
Ensure that `agent-jones.exe` and `agent-smith.jar` are inside of the same working directory. Then execute `agent-smith.jar` with two parameters.
|
||||||
|
The first parameter must be the search key in quotes like so: `"bios driver"`, and the second parameter must be a list of imports seperated by a comma.
|
||||||
|
|
||||||
|
```
|
||||||
|
java -jar agent-smith.jar "bios driver" "MmMapIoSpace,MmMapIoSpaceEx,ZwMapViewOfSection"
|
||||||
|
```
|
Loading…
Reference in new issue