-
-
[
Visual C++ (VC++)]
boost.zip
... an access token, enable a privilege, fill up an access control list, and finally we will check if we have access to a resource. The demo project provided is a Whoami clone written Windows 2000 style. The source code includes equivalent programs of the ...
-
[
Visual C++ (VC++)]
APIHookingRevisited_src.zip
There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating ... assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY "put your functions here" blocks.
Category:
Hook api Upload User:
shyinglong Size:
8K
-
[
Visual C++ (VC++)]
APIHookingPart3_src.zip
This the third, fourth (and last) part for building a thread deadlock detector. Please see the first and second article to understand wait is going on : A (working) implementation of API hooking (Part II)
Category:
Hook api Upload User:
sztxzyqc Size:
294K
-
-
-
[
Visual C++ (VC++)]
WebGrab_src.zip
CWebGrab is a simple class that allows you to quickly and easily download files from the net. The class is merely a light wrapper for the MFC internet classes, and as such supports any protocol that the MFC classes support.
-
[
Visual C++ (VC++)]
ReadOnlyComboBox_demo.zip
... read only feature. When you set the ReadOnly property of a TextBox to true, you can t edit the text in the TextBox anymore. The user can still select the text and copy it to another place. The background of the TextBox is painted gray so ...
-
-
-
[
Visual C++ (VC++)]
连通成份分析.rar
Computes "Connected Components" using Tarjan s Union-Find algorithm the result is returned in the same buffer as gray_level image with values equal to the label of the component.