Programming

Simple Keylogger

Posted on April 23, 2009. Filed under: Programming | Tags: , |

I was searching the net for free keyloggers. Then it struck me, why don’t i make one for myself? The real hardcore coders out there use complex stuff like window hooks, interrupts, WM messages, etc.
What I’ve made is a simple keylogger. And, as the name suggests, logs keystrokes. How it records key strokes? Simple. Using [...]

Read Full Post | Make a Comment ( 1 so far )

Neural Network Engine

Posted on April 10, 2009. Filed under: Programming | Tags: , , , , , |

I was bored. And decided to do something about it. It was long time i did something creative. I thought i should brush up on my programming. So, i took my mini-project(Character Recognition Software using Neural Networks), and decided to expand it, generalize it. I’m talking about neural networks. Neural Networks are amazing things. They mimic [...]

Read Full Post | Make a Comment ( 2 so far )

Mouse in TC++

Posted on April 24, 2008. Filed under: Programming | Tags: , , , , , , |

Want to use mouse in C/C++ in DOS ? This section gives the basics to use a mouse in the 16-bit DOS world using C. The graphics mode used here is 640×480×16 color.
We use the int86() function to handle interrupts. Lets start. Put the declarations below first in your mouse header file.
REGS I,O;
SREGS s;
int visible,state;
1. [...]

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...