Tag: programs
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# :: 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…)
Toxic pool simulator in java
by Arxleol on Sep.22, 2009, under Java, Programming
This is same as previous post. The only difference is this one is written in Java in netbeans therefore has user interface more suitable for fast testing
SciLab toxic pool simulator
by Arxleol on Sep.19, 2009, under Programming, Scilab
This SciLab program (function) is solving or rather simulating flow of acid matter trough drainage pools… (continue reading…)
SciLab oxygen saturation
by Arxleol on Sep.18, 2009, under Programming, Scilab, tutorial
Here is small program I wrote about oxygen saturation of water in the pool. It is in fact really slow however it points what needs to be done in similar situations.