mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
146ca47dd3
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6326 21ef857c-d57f-4fe0-8362-d861dc6d29cd
156 lines
6.7 KiB
PHP
156 lines
6.7 KiB
PHP
<?php $pagetitle = "Overview"; include "include/header.php"; ?>
|
|
|
|
<div class="jumbotron">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-8">
|
|
<h1>Process Hacker</h1>
|
|
<p class="headline main-headline">
|
|
A <strong>free</strong>, powerful, multi-purpose tool that helps you <strong>monitor system resources</strong>, <strong>debug software</strong> and <strong>detect malware</strong>.
|
|
</p>
|
|
<p><a href="downloads.php" class="btn btn-primary btn-lg">Download Process Hacker <i class="glyphicon glyphicon-download-alt"></i></a></p>
|
|
</div>
|
|
|
|
<!-- <div class="col-md-4">
|
|
<div class="sidebar-nav-fixed pull-right">
|
|
<div class="alert alert-danger">
|
|
<h4 style="width: 328px; height: 200px"></h4>
|
|
</div>
|
|
</div>
|
|
</div> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
<a class="thumbnail" href="img/screenshots/main_window.png" data-lightbox="image-screenshot" data-title="Main Window">
|
|
<img class="img-responsive" src="img/screenshots/main_window.png">
|
|
</a>
|
|
</div>
|
|
<div class="col-sm-8">
|
|
<h2>A detailed overview of system activity with highlighting.</h2>
|
|
<p>Tip: Add extra columns to show detailed system activity.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="col-sm-12">
|
|
|
|
<div class="row">
|
|
<div class="col-sm-8">
|
|
<h2>Graphs and statistics allow you quickly to track down resource hogs and runaway processes.</h2>
|
|
<p>Tip: Use Ctrl+I to view system performance information.
|
|
Move your cursor over a graph to get a tooltip with information about the data point under your cursor.
|
|
You can double-click the graph to see information about the process at that data point, even if the process is no longer running.</p>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<a class="thumbnail" href="img/screenshots/sysinfo_trimmed_1.png" data-lightbox="image-screenshot" data-title="System Information Window">
|
|
<img class="img-responsive" src="img/screenshots/sysinfo_trimmed_1.png">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="col-sm-12">
|
|
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
<a class="thumbnail" href="img/screenshots/find_handles.png" data-lightbox="image-screenshot" data-title="Find Handles Window">
|
|
<img class="img-responsive" src="img/screenshots/find_handles.png">
|
|
</a>
|
|
</div>
|
|
<div class="col-sm-8">
|
|
<h2>Can't edit or delete a file? Discover which processes are using that file.</h2>
|
|
<p>Tip: Use Ctrl+F to search for a handle or DLL.
|
|
If all else fails, you can right-click an entry and close the handle associated with the file. However, this
|
|
should only be used as a last resort and can lead to data loss and corruption.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="col-sm-12">
|
|
|
|
<div class="row">
|
|
<div class="col-sm-8">
|
|
<h2>See what programs have active network connections, and close them if necessary.</h2>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<a class="thumbnail" href="img/screenshots/network.png" data-lightbox="image-screenshot" data-title="Network Tab">
|
|
<img class="img-responsive" src="img/screenshots/network.png">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="col-sm-12">
|
|
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
<a class="thumbnail" href="img/screenshots/disk_tab.png" data-lightbox="image-screenshot" data-title="Disk Tab">
|
|
<img class="img-responsive" src="img/screenshots/disk_tab.png">
|
|
</a>
|
|
</div>
|
|
<div class="col-sm-8"><h2>Get real-time information on disk access.</h2>
|
|
<p>Tip: This may look very similar to the Disk Activity feature in Resource Monitor, but Process Hacker has a few more features!</p>
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="col-sm-12">
|
|
|
|
<div class="row">
|
|
<div class="col-sm-8">
|
|
<h2>View detailed stack traces with kernel-mode, WOW64 and .NET support.</h2>
|
|
<p>Tip: Hover your cursor over the first column (with the numbers) to view parameter and line number information when available.</p>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<a class="thumbnail" href="img/screenshots/thread_stack.png" data-lightbox="image-screenshot" data-title="Thread Stack">
|
|
<img class="img-responsive" src="img/screenshots/thread_stack.png">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="col-sm-12">
|
|
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
<a class="thumbnail" href="img/screenshots/services.png" data-lightbox="image-screenshot" data-title="services Tab">
|
|
<img class="img-responsive" src="img/screenshots/services.png">
|
|
</a>
|
|
</div>
|
|
<div class="col-sm-8">
|
|
<h2>Go beyond services.msc: create, edit and control services.</h2>
|
|
<p>Tip: By default, Process Hacker shows entries for drivers in addition to normal user-mode services. You can turn this off by checking <strong>View > Hide Driver Services</strong>.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="col-sm-12">
|
|
|
|
<div class="row">
|
|
<div class="col-sm-8">
|
|
<h2>And much more...</h2>
|
|
<p>Capabilities, Claims, Permissions, Integrity Control, Symbols, Statistics, Peformance, Threads, Tokens, Modules, Memory, Environement Variables, Handles, Services, GPU, Disk, Network, Terminator, DLL Injector, VirusTotal Uploader, Jotti Uploader, Comodo Uploader, Priority, Protection, Ping, Tracert, Whois... and much more!</p>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<a class="thumbnail" href="img/screenshots/menu.png" data-lightbox="image-screenshot" data-title="Process Menu">
|
|
<img class="img-responsive" src="img/screenshots/menu.png">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<hr class="col-sm-12">
|
|
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<h2>Latest News</h2>
|
|
<div id="news_feed_div"></div>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h2>Latest Posts</h2>
|
|
<div id="forum_feed_div"></div>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h2>Latest Source</h2>
|
|
<div id="source_feed_div"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include "include/footer.php"; ?>
|