Skip to content
/ clamsi Public

Command Line for Antimalware Scan Interface (AMSI)

Notifications You must be signed in to change notification settings

rsrdjan/clamsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command Line for Antimalware Scan Interface (AMSI)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages