PROCVIEW, a small MS Windows task manager with PE (portable executable) exploring facilities
Copyright (c) 2002-2020 Adrian Petrila, YO3GFH
Uses the PEHLP32 library (https://github.com/yo3gfh/pehlp32/)
This was initially a lab project and test app for the PEHLP32 library. Dugged out recently and dusted off to compile with Pelle's C compiler.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Features
- create and kill process, change process priority
- list imported/exported modules, along with other PE information
Please note that this is cca. 20 years old code, not particullary something to write home about :-))
It's taylored to my own needs, modify it to suit your own. I'm not a professional programmer, so this isn't the best code you'll find on the web, you have been warned :-))
All the bugs are guaranteed to be genuine, and are exclusively mine =)