2009
03.02

Hello,
This is my second post in this blog.
Today I will explain the RC4 algorithm, and will also provide my implementation.
RC4 is a stream cipher created by Ronald Rivest in 1987.
Quoted from wikipedia:

RC4 was initially a trade secret, but in September 1994 a description of it was anonymously posted to the Cypherpunks mailing list[3]. It was soon posted on the sci.crypt newsgroup, and from there to many sites on the Internet. The leaked code was confirmed to be genuine as its output was found to match that of proprietary software using licensed RC4. Because the algorithm is known, it is no longer a trade secret.

Read More >>

2009
02.06

Welcome, this is my first post in this blog.

Today I will show you how to inject code into a remote process under Windows XP. I chose this as my first post, because it is indeed an interesting topic. As you may have already read at my About page, I do not take any responsibility for the way how information taken from here is used. If you want more detailed information about the API’s used here, please refer to the PSDK or MSDN. In this example, we will inject code into explorer.exe to show a simple message box. If you want, you can replace the thread with your own…

Read More >>