Skip to content

mmtechslv/killproc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

killproc

Windows command line process killer written in Microsoft Macro Assembler (MASM)

Prerequisites

Notes

  • Current MASM version apparently have a bug in ASCII versions of kernel32.lib entries such as Process32First or Process32Next. Therefore, make sure that you use kernel32.lib from libraries that belong to Visual C++ not MASM.

Assembly

$ ml /c /coff /Cp killproc.asm

Linkage

$ link /SUBSYSTEM:CONSOLE /LIBPATH:c:\masm32\lib killproc.obj

Usage

$ killproc [ProcessName].exe

Example

$ killproc notepad.exe

About

Windows process killer written in Microsoft Macro Assembler (MASM)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published