Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Windows process killer written in Microsoft Macro Assembler (MASM)

License

Notifications You must be signed in to change notification settings

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

AltStyle によって変換されたページ (->オリジナル) /