sunxiaoguang / junkyard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

junkyard

lsof.exe

cl /EHsc lsof.cc advapi32.lib psapi.lib

lsof.exe execname is optional, when it's empty, list all processes and their open files in XML format. when it's given, only processes has the same execname will be listed. output is XML format to make parsing easier.

About


Languages

Language:C++ 51.2%Language:Go 35.4%Language:C 13.2%Language:Makefile 0.3%