Tag: C#
Keylogger in C# :: Complete project
by Arxleol on Dec.04, 2009, under C#, hack, tutorial, windows
Some of you weren’t able to compile final source code. Errors were usually because you haven’t either created files or haven’t placed initial values in them. One might consider this as bug in the program because I should created code to check whether files exist or not but then in the end you could add it.
Finished keylogger in C#
by Arxleol on Nov.01, 2009, under C#, hack, tutorial, windows
OK we have finally reached till the end of road on how to write keylogger in c#. Here are all classes you require and all previous tutorials merged together. Some things were not explained because I think that it is common knowledge or will be explained in some future tutorials. (continue reading…)
Keylogger in C# :: sending emails
by Arxleol on Nov.01, 2009, under C#, hack, tutorial, windows
If you remember in previous tutorial about keylogger in C# you may have noticed that we invoke function for sending emails. Here is that function just remember that you need to change data for connecting to the smtp server.
Keylogger in C# :: catching secret word
by Arxleol on Oct.31, 2009, under C#, hack, tutorial, windows
Now this one is more or less simple. And most of the things are already explained. However I would like to point out that you can use alerts fired in the following functions to send emails or something similar.
Keylogger in C# :: Hiding && unhiding
by Arxleol on Oct.29, 2009, under C#, hack, tutorial, windows
Let’s discuss this time how to hide and unhide out keylogger. Now I have decided to go with secret keyword. When you enter this keyword keylogger will show up. (continue reading…)
Keylogger in C# :: Saving content
by Arxleol on Oct.27, 2009, under C#, hack, tutorial, windows
In this fourth tutorial about writing keylogger in C# we are going to discuss something not as much connected to the keylogging but it is needed for basic functionality of keylogger.
Keylogger in C# :: Detecting pressed keys
by Arxleol on Oct.26, 2009, under C#, tutorial, windows
Its been a while since I wrote in this line of tutorials and it is time to finish the line. So expect more coming soon. Now, on the business this tutorial will be about detecting pressed keys. In this tutorial we will show how to detect pressed keys. (continue reading…)
Keylogger in C# :: Hooking and unhooking keyboard hook
by Arxleol on May.07, 2009, under C#, tutorial, vista, xp
Now I take that you did in fact checked my introduction to this topic of keylogger. If you did then you may procede if you did not then I woudl suggest that you back there make some reading and understanding. Now I will discuss simple ways to connect to hook that is hooking and unhooking our keyboard hook.
Keylogger in C# :: Introduction
by Arxleol on Feb.06, 2009, under C#, tutorial

- Image via Wikipedia
It is a kind or obligation for every hacker to know, understand and speak several languages. Of course not languages in sens of English and Russian but more like C#, Java, NASM and so on. Otherwise without any real skill you will end up just being another script kiddie and no more without any respect, not that knowing how to write one keylogger will change this but it will give you head on start.