Welcome to MSDN Blogs Sign in | Join | Help

Decrypt my World

Cryptography, Security, Debugging and more!

News

  • Any of my posts is supported under any Microsoft standard support program or service. They are provided "AS IS" without warranty of any kind, and confer no rights.

Where are my readers?

Locations of visitors to this page

Favorite Posts

August 2008 - Posts

How to debug Windows services with Windbg
Hi all, If you want to know how to debug a Windows service , the following article will be of great assistance: How to debug Windows services . I suggest you read this article before you continue reading this post. Also, you should have Debugging Tools Read More...
How to get more than 1000 group members including foreign SAMs (VBScript)
Hi all, We may have a group in our Active Directory with members from a foreign domain . We may try to retrieve all those members with ADSI and a code like this: Using IADs::GetInfoEx for Range Retrieval . The issue with this code is that we will only Read More...
How to modify an Interop assembly to change the return type of a method (VB.NET)
Hi all, In some situations we may need to reference a COM dll in our Visual Studio project in order to use a specific COM object within our .NET application, and thanks to COM Interop we can do it. When we add a reference to a COM dll in our project, Read More...
Page view tracker