Programming Resources
Share an interesting blog, news page or other resource...
158 topics in this forum
-
enumerate windows hooks C++
by CodeExplorer- 0 replies
- 6.5k views
enumerate windows hooks C++ />http://forum.sysinternals.com/enumerate-windows-hooks_topic23877.html />http://social.msdn.microsoft.com/Forums/en-US/windowsgeneraldevelopmentissues/thread/56093d14-c1bc-4d0a-a915-57fef0695191
-
Global message hoocking C#
by CodeExplorer- 0 replies
- 4.6k views
Add Your Control to Another Application (global message hoocking) />http://blogs.microsoft.co.il/blogs/shair/archive/2010/05/12/add-your-control-on-top-another-application-part-4-win32.aspx />http://reflector.webtropy.com/default.aspx/4@0/4@0/DEVDIV_TFS/Dev10/Releases/RTMRel/wpf/src/Framework/System/Windows/Documents/WinEventHandler@cs/1305600/WinEventHandler@cs />http://social.msdn.microsoft.com/Forums/en/winforms/thread/30ae2081-17ed-497a-942e-efb75bca6295 />http://www.codeproject.com/KB/cs/WindowHook.aspx />http://weblogs.asp.net/spano/archive/2008/01/15/ccf-listening-to-external-application-events.aspx />http://reflector.webtropy.com/default.a…
-
Global Hotkeys and User Activity Detection (C#)
by CodeExplorer- 0 replies
- 3.8k views
Global Hotkeys and User Activity Detection (C#) />http://blog.rees.biz/2010/12/global-hotkeys-and-user-activity.html
-
Dll Injection Tutorial by Darawk (C++)
by CodeExplorer- 0 replies
- 10.5k 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.8k 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
- 4k views
The Exception Model: />http://blogs.msdn.com/b/cbrumme/archive/2003/10/01/51524.aspx