• Stars
    star
    452
  • Rank 96,637 (Top 2 %)
  • Language
    C
  • License
    Other
  • Created over 11 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware—mirror of https://github.com/processhacker2/processhacker.git

Build status Build contributors Licence Github stats SourceForge stats

Process Hacker

A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.

Project Website - Project Downloads

System requirements

Windows 7 or higher, 32-bit or 64-bit.

Features

  • A detailed overview of system activity with highlighting.
  • Graphs and statistics allow you quickly to track down resource hogs and runaway processes.
  • Can't edit or delete a file? Discover which processes are using that file.
  • See what programs have active network connections, and close them if necessary.
  • Get real-time information on disk access.
  • View detailed stack traces with kernel-mode, WOW64 and .NET support.
  • Go beyond services.msc: create, edit and control services.
  • Small, portable and no installation required.
  • 100% Free Software (GPL v3)

Building the project

Requires Visual Studio (2019 or later).

Execute build_release.cmd located in the build directory to compile the project or load the ProcessHacker.sln and Plugins.sln solutions if you prefer building the project using Visual Studio.

You can download the free Visual Studio Community Edition to build the Process Hacker source code.

Enhancements/Bugs

Please use the GitHub issue tracker for reporting problems or suggesting new features.

Settings

If you are running Process Hacker from a USB drive, you may want to save Process Hacker's settings there as well. To do this, create a blank file named "ProcessHacker.exe.settings.xml" in the same directory as ProcessHacker.exe. You can do this using Windows Explorer:

  1. Make sure "Hide extensions for known file types" is unticked in Tools > Folder options > View.
  2. Right-click in the folder and choose New > Text Document.
  3. Rename the file to ProcessHacker.exe.settings.xml (delete the ".txt" extension).

Plugins

Plugins can be configured from Hacker > Plugins.

If you experience any crashes involving plugins, make sure they are up to date.

Disk and Network information provided by the ExtendedTools plugin is only available when running Process Hacker with administrative rights.

KProcessHacker

Process Hacker uses a kernel-mode driver, KProcessHacker, to assist with certain functionality. This includes:

  • Capturing kernel-mode stack traces
  • More efficiently enumerating process handles
  • Retrieving names for file handles
  • Retrieving names for EtwRegistration objects
  • Setting handle attributes

Note that by default, KProcessHacker only allows connections from processes with administrative privileges (SeDebugPrivilege). To allow Process Hacker to show details for all processes when it is not running as administrator:

  1. In Registry Editor, navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\KProcessHacker3
  2. Under this key, create a key named Parameters if it does not exist.
  3. Create a DWORD value named SecurityLevel and set it to 2. If you are not using an official build, you may need to set it to 0 instead.
  4. Restart the KProcessHacker3 service (sc stop KProcessHacker3, sc start KProcessHacker3).

More Repositories

1

magenta

Magenta Kernel, Core Drivers and Services—mirror of https://fuchsia.googlesource.com/magenta
C++
29
star
2

MarkdownSharp

Open source C# implementation of Markdown processor—mirror of Mercurial https://code.google.com/p/markdownsharp/
C#
29
star
3

cntlm

Authenticating HTTP(S) proxy with TCP/IP tunneling and acceleration—mirror of http://svn.awk.cz/cntlm
C
16
star
4

etckeeper

store /etc in git
Shell
15
star
5

xrdp

Remote desktop protocol (RDP) server—mirror of https://github.com/neutrinolabs/xrdp.git
C
10
star
6

MirandaNG

A multi-protocol instant messaging client for Windows—mirror of http://svn.miranda-ng.org/main
C
9
star
7

rsync

Fast incremental file transfer—mirror of git://git.samba.org/rsync.git
C
7
star
8

WPF.RealTime

WPF / MVVM Real-Time Trading Application—mirror of https://wpfrealtime.svn.codeplex.com/svn
C#
7
star
9

hadoopsdk

.NET SDK for Hadoop—mirror of https://git01.codeplex.com/hadoopsdk
C#
6
star
10

zopfli

A new zlib (gzip, deflate) compatible compressor—mirror of https://code.google.com/p/zopfli/
C++
6
star
11

XML-RPC.NET

A library for implementing XML-RPC Services and clients in the .NET environment—mirror of svn://xmlrpcnet.googlecode.com/svn/
C#
6
star
12

SMHasher

A test suite designed to test non-cryptographic hash functions—mirror of http://smhasher.googlecode.com/svn/
C++
5
star
13

pwnat

Proxy server behind NAT—mirror of https://github.com/White-Tiger/pwnat.git
C
4
star
14

putty

A free implementation of Telnet and SSH for Windows and Unix platforms—mirror of svn://svn.tartarus.org/sgt/putty/
C
3
star
15

LinqSudokuSolver

C#
3
star
16

libwebp

Image format that provides lossless and lossy compression for images—mirror of https://chromium.googlesource.com/webm/libwebp
C
3
star
17

linux

Linux—mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
C
3
star
18

registrydecoder

Browse, search, analyse, and report registry hive contents—mirror of http://registrydecoder.googlecode.com/svn/
Python
3
star
19

Git-Source-Control-Provider

Integrate Git with Visual Studio—mirror of https://git01.codeplex.com/gitscc
C#
2
star
20

iptables

Configure the Linux IP packet filtering ruleset—mirror of git://git.netfilter.org/iptables.git
C
2
star
21

linux-bcache

Linux with bcachefs—mirror of http://evilpiepirate.org/git/linux-bcache.git
C
2
star
22

bcache-tools

Userspace tools required for bcache—mirror of http://evilpiepirate.org/git/bcache-tools.git
C
1
star
23

notepadplus

Notepad++—source code editor and Notepad replacement—mirror of svn://svn.tuxfamily.org/svnroot/notepadplus/repository
C++
1
star
24

gitphp

A web frontend for git repositories—mirror of http://git.gitphp.org/gitphp.git
PHP
1
star
25

VeraCrypt

C
1
star
26

miranda

Miranda IM, a multi-protocol instant messenger for Microsoft Windows—mirror of http://miranda.googlecode.com/svn/
C
1
star
27

libwebsockets

C Websockets Server Library—mirror of git://git.warmcat.com/libwebsockets.git
C
1
star
28

dokan

User-mode file system library for Windows—mirror of http://dokan.googlecode.com/svn/
C
1
star