https://github.com/rsrdjan/clamsi
Command Line for Antimalware Scan Interface (AMSI)
https://github.com/rsrdjan/clamsi
amsi antimalware scanner
Last synced: about 1 month ago
JSON representation
Command Line for Antimalware Scan Interface (AMSI)
- Host: GitHub
- URL: https://github.com/rsrdjan/clamsi
- Owner: rsrdjan
- Created: 2024-01-23T17:18:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T17:37:32.000Z (over 1 year ago)
- Last Synced: 2025-01-29T13:09:38.071Z (3 months ago)
- Topics: amsi, antimalware, scanner
- Language: C
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clamsi
### Command Line for Antimalware Scan Interface (AMSI)

Simple (250 LoC) command line client for AMSI coded for fun.
#### Syntax
```
Usage: C:\test\clamsi.exe -[p/f/s] TARGET [ADDR_RANGE]
-p: process to scan
-f: path to file
-s: string to search
TARGET: PID | file | string
ADDR_RANGE: -p [offset length]
EXAMPLE: C:\test\clamsi.exe -f C:\Windows\System32\calc.exe
C:\test\clamsi.exe -s "Hello World"
C:\test\clamsi.exe -p 1234 0x7ff6990b0000 0x7ff699151000