| This page contains source codes of some socket spy function and some other system implemetations | ||
| Example of simple debugger application. The code shows how to debug already active process (usage of DebugActiveProcess function) ) and how to detach from debugger (usage of DebugActiveProcessStop function). C++ console application, x64 Visual Studio 2010 project. | Download | |
| The first attempt to create 64-bit debugger on C# | ||
| Get process users (C#, Win32 pinvokes) | ||
| Get parent process, console application, required parameter - PID of the current process (C++, Win32 API) | ||
| The GUI application to get DLL export functions (function ordinal, name and address) with source code (C#, Windows Forms, .Net 4.0). Screenshot. | ||
| Similar utility in C++. The GUI application to get DLL export functions (function ordinal, name and address) with source code (C++, Win32 API, MFC) | ||
| Get information of currently running
processes. C#, All Cpu project based on NtQuerySystemInformation function. |
||
| Export certificate in PKCS #7, DER, Base-64 formats. C# | ||
| Get executable file description by process Id. C++, Win32 API. | ||
| Get executable file path and description by process Id. C#, Win32 API P/Invokes. | ||