Programming Resources
Share an interesting blog, news page or other resource...
155 topics in this forum
-
Dll Injection Tutorial by Darawk (C++)
by CodeExplorer- 0 replies
- 10.4k views
Dll Injection Tutorial by Darawk />http://www.blizzhackers.cc/viewtopic.php?p=2483118 Tutorial - Keyboard Hook />http://www.ragestorm.net/tutorial?id=10
-
Handling of Large Byte Arrays - C#
by CodeExplorer- 0 replies
- 6k views
Handling of Large Byte Arrays - C# />http://www.codeproject.com/KB/dotnet/Large_Byte_Array_handling.aspx C#: Advanced Event Handling: Memory Optimization, Thread-safety, and Proper Disposal />http://trevorunlocked.blogspot.com/2007/10/c-advanced-event-handling-memory.html Optimizing C# String Performance: />http://blogs.msdn.com/b/charlie/archive/2006/10/11/optimizing-c_2300_-string-performance.aspx IL Validation and Verification />http://www.zanshu.com/ebook/243_addison_wesley_-_.net_framework_security/0-672-32184-X_ch11lev1sec3.html />http://www.codeproject.com/KB/files/fastbinaryfileinput.aspx />http://msdn.microsoft.com/en-us/library/system.runtime.…
-
SetACL: Windows ACL management + source
by CodeExplorer- 0 replies
- 3.7k views
SetACL: Windows ACL management + source: />http://sourceforge.net/projects/setacl/files/
-
A Complete Impersonation Demo in C#.NET
by CodeExplorer- 0 replies
- 5.2k views
A Complete Impersonation Demo in C#.NET Introduction Impersonation is the ability of a thread to execute using a different security information than the process that owns the thread. Typically, a thread in a server application impersonates a client. This allows the server thread to act on behalf of that client to access objects on the server or validate access to the client's own objects. Link: />http://www.codeproject.com/KB/dotnet/Csharp-Impersonation-Demo.aspx?display=Mobile
-
The Exception Model
by CodeExplorer- 0 replies
- 3.9k views
The Exception Model: />http://blogs.msdn.com/b/cbrumme/archive/2003/10/01/51524.aspx