How to get process threads in Windows 10 C/C++ Source Code Included.

Get process thread tool output

Today I want to share with you a small tool with C/C++ code to get process threads, this tool will get all the threads in the system and show you some information about the thread and the process that run this thread. In this guide we will focus on the following: Global threads count in … Read more

Windows File Hash Tool

We, on the open port website, build a new tool that you can use, a file hash tool, It calls FileHasher it can give you several hash signatures about a selected file, include MD5, SHA1, SHA256, CRC32, file entropy and more. we build it for some test that we had to do with hash signature, and now … Read more

Open Port Viewer

Open Port Viewer is an easy to use GUI tool to get the current list of used ports on your system. Please right-click and run as Administrator to get the module name (exe file) of the owner process. One of the newly added features is to show the remote address IP number and hostname (domain). … Read more

Hidden Process Detector

Hidden process detector is a light security tool for the Windows operating system that tries to detect running hidden processes. Under the windows operation system, there is a special type of malware called a rootkit. Rootkits can manipulate the default behavior of the system and hide the running process in the system. BETA version works … Read more

NetHelper the basic network troubleshooting tool.

basic network troubleshooting tool

NetHelper is a small basic network troubleshooting tool that helps you with network tests on your local machine. The tool is designed to run on the Windows Operation System family and can be used to troubleshoot a variety of different network problems. What NetHelper do? NetHelper is a standalone executable file that you have to run … Read more

DNSLookup

DNS Lookup Tool DNSLookup is A small DNS Lookup tool for windows, to get the remote host DNS Information by sending a DNS query to your local DNS server. It send a DNS query to your local DNS server regarding the desire Host/Domain/IP, once the DNS server find the requested target it return the target … Read more