|
|
Secure EditBox
|
Total Hit (6157) |
«b»Introduction«/b»
Have you ever wanted to disable the context menu popup of an edit control? Have you ever wanted to disallow user to copy or cut from your editbox. Have you ever wanted user to tease user by not allowing him to select some text from your long paragraph text. It will be fun.
....Read More |
Rating
|
|
|
RC4 Algorithm implementation
|
Total Hit (7112) |
Hi,
RC4 is a symmetric encryption/decryption algorithm. RC4 uses same key to encrypt and decrypt the data length. The project attatched with this article contains Visual C++ source which presents example of RC4 implementation. Build the project and you will get cipherbin.exe in the root of it.
....Read More |
Rating
|
|
|
|
|
how to clear CMOS Through vC++ Code
|
Total Hit (6363) |
Add the following code in MFC application . It works fine on Win9x only,
it was not tested on xp and hope it wont work on NT based tech.
This code is for those who are too lazy to open their cabinet and remove the batter.
Bcoz i know some of people like who fitted in it.
No remote CMOS cle
....Read More |
Rating
|
|
|
|
NewSID v4.03
|
Total Hit (3275) |
Learn about the computer SID problem everybody has been talking about and get a free computer SID changer, SID, complete with full source code.
|
Rating
|
|
|
Parallel port Interfacing Tutorial
|
Total Hit (4304) |
Parallel port is a simple and inexpensive tool for building computer controlled devices and projects. The simplicity and ease of programming makes parallel port popular in electronics hobbyist world. The parallel port is often used in Computer controlled robots, Atmel/PIC programmers, home automatio
....Read More |
Rating
|
|
|
Inside the Disk Key
|
Total Hit (3406) |
The HKLM\System\Disk\Information value is the heart of NT's disk administration. It contains information on drive mappings and fault tolerant configurations. In this article I go inside the Disk\Information value to describe its format, and provide source code to a program, Diskkey, that reads and d
....Read More |
Rating
|
|
|
PortTalk - A Windows NT I/O Port Device Driver
|
Total Hit (3344) |
A problem that plagues Windows NT/2000 and Windows XP, is it's strict control over I/O ports. Unlike Windows 95 & 98, Windows NT/2000/XP will cause an exception (Privileged Instruction) if an attempt is made to access a port that you are not privileged to talk too. Actually it's not Windows NT that
....Read More |
Rating
|
|
|
|
ShareEnum v1.51
|
Total Hit (3152) |
Scan file shares on your network and view their security settings to close security holes.
|
Rating
|
|
|
|
Device Object Security
|
Total Hit (3191) |
Are your device objects as secure as they should be? Learn what permissions are applied to the objects you create with IoCreateDevice and get introduced to kernel-mode security APIs that can be used to close potential device object security holes.
|
Rating
|
|
|
|
|
|
SDelete v1.2
|
Total Hit (3209) |
Securely overwrite your sensitive files and cleanse your free space of previously deleted files using this DoD-compliant secure delete program. Complete source code is included.
|
Rating
|
|
|
Formatx and Chkdskx v1.0
|
Total Hit (3180) |
Complete source code for chkdsk and format clone programs. These examples demonstrate the use of file system utility functions that you can incorporate into your own applications.
|
Rating
|
|
|
Fundelete v2.0
|
Total Hit (3487) |
This utility expands the NT 4.0 Recycle Bin to catch file deleted from command prompts and within programs, and it comes with full source code. Several powerful device driver techniques, including getting a user's SID within a driver, enumerating a directory's contents, and generating IRPs, are demo
....Read More |
Rating
|
|
|
TCPView v2.34
|
Total Hit (3634) |
See all open TCP and UDP endpoints. Full source to the command-line version of this tool, netstatp, is included.
|
Rating
|
|
|
Inside Disk Defragmenting
|
Total Hit (4413) |
Find out about the APIs Windows NT Defragmentation products use, and download a free defragmenting demonstration program, complete with full source.
|
Rating
|
|
|
NTFSInfo - View NTFS Volume information
|
Total Hit (4558) |
Use NTFSInfo to see detailed information about NTFS volumes, including the size and location of the Master File Table (MFT) and MFT-zone, as well as the sizes of the NTFS meta-data files.
|
Rating
|
|
|
Create DLLs with VC++ - A Tutorial
|
Total Hit (5035) |
Visual Basic is a very fast and easy tool for developing applications with a high degree of user friendliness, but it lacks some important functionalities like direct access to hardware, multi-threading (Active-X server does allow some type of multi-threading). An easy and effective solution for thi
....Read More |
Rating
|
|