Update README.md

This commit is contained in:
Jackson T 2019-12-04 07:39:20 +00:00
parent 012c7fd9d4
commit 29b3a8f3e9
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ optional arguments:
Output basename (w/o extension)
```
```
PS C:\Projects\KernelWhispers> py .\kernelwhispers.py --preset common --out-file syscalls_common
PS C:\Projects\KernelWhispers> py .\kernelwhispers.py --functions NtProtectVirtualMemory,NtWriteVirtualMemory --out-file syscalls_mem
PS C:\Projects\KernelWhispers> py .\kernelwhispers.py --versions 7,8,10 --out-file syscalls_78X
```
```
PS C:\Projects\KernelWhispers> py .\kernelwhispers.py --preset common --out-file syscom
_