An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        

# clamsi

### Command Line for Antimalware Scan Interface (AMSI)
![](clamsi.png)
![](clamsi-memory.png)

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