https://github.com/rshipp/procfromwin
Get the process name, pid, and other information from a window.
https://github.com/rshipp/procfromwin
adware-removal autohotkey desktop-app malware-analysis malware-removal process windows
Last synced: about 1 year ago
JSON representation
Get the process name, pid, and other information from a window.
- Host: GitHub
- URL: https://github.com/rshipp/procfromwin
- Owner: rshipp
- Created: 2013-10-19T05:08:02.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T23:54:35.000Z (about 6 years ago)
- Last Synced: 2025-04-05T09:58:07.329Z (about 1 year ago)
- Topics: adware-removal, autohotkey, desktop-app, malware-analysis, malware-removal, process, windows
- Language: AutoHotkey
- Size: 822 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ProcFromWin
===========
Get the process name, pid, and other information from a window.
This program was created after I had a little trouble finding out where a
"fakeav" program was running from, so that I could kill and remove it.
It has since been expanded quite a bit, to turn it into a (hopefully)
useful malware analysis/removal tool, with a number of nifty features.
I hope someone can put it to good use.
All files owned by me are released under a BSD 3-clause license.