C#

whiztech's picture

Process Hacker: The Windows Task Manager Alternative/Replacement with Ultimate Features


If you are looking for a powerful Task Manager alternative/replacement, or simply a tool to manage the processes and services that running on your system, then Process Hacker might be the right system utility application for you. I’ve been using Process Hacker since version 1.3.x, so far Process Hacker is indeed an ultimate task manager and I can see the developers have put great efforts to improve and make Process Hacker a powerful system tool.

Process Hacker functionality and interface quite similar to Process Explorer’s. However, Process Hacker offers you 2 additional functionalities that Process Explorer don’t have; the ability to manage services and network connections information.

Process Hacker

On ‘Processes’ tab, you can do the basic Task Manager actions such as terminating process, changing process priority, etc.. You can also easily search the process file name on Google, upload a process file to VirusTotal, and if you know what you’re doing, Process Hacker offers you advanced features such as terminating process using different methods, inject DLL into a process, inspect process threads, protect a process, write directly to process memory and many more. The processes are highlighted according Own, System, Service, Debugged, Elevated, Job, .NET, POSIX, Packed/Dangerous, Suspended Threads, GUI Threads, Relocated DLLs, Protected Handles and Inherit Handles.

5
Your rating: None Average: 5 (1 vote)
whiztech's picture

Quick Tip: Read and Parse XML File With C#

While I was developing My Timer 0.1.0 beta 1, the hardest part for me to solve is how to parse the stored configuration file (which is in XML format) and read the values. It took me almost 2 days to figure out the best way to parse the XML file (at least it works for me). You can take a look at my example so you will have the idea to develop your own XML parser. The code is a bit long even though it only do a small task. I'll try my best to explain the code, if you have any questions feel free to drop a comment.

Our mission is to read and parse this XML file and output the data to the console application.
XML file: Students.xml
<School>
	<Student>
		<Name>Hussin Samad</Name>
		<Sex>Male</Sex>
		<DOB Day="10" Month="April" Year="1995" />
		<Address>Lot 1000, Kg Raja, 22200 Besut, Terengganu, Malaysia</Address>
		<Email>hussin.samad@yahoo.co.uk</Email>
		<Phone>+60179245230</Phone>
	</Student>
	<Student>
		<Name>Mack W.
0
Your rating: None

Cannot find what you are looking for?

Syndicate content