comp.lang.ada
 help / color / mirror / Atom feed
From: jsquirek@gmail.com
Subject: Re: what do i need to make a keylogger?
Date: Mon, 14 Jul 2014 19:36:25 -0700 (PDT)
Date: 2014-07-14T19:36:25-07:00	[thread overview]
Message-ID: <9a04bacf-de22-432c-979c-bd461591a2c5@googlegroups.com> (raw)
In-Reply-To: <e8999d70-21f5-4b64-a6cd-563e36e0e757@googlegroups.com>

On Monday, July 14, 2014 9:30:20 PM UTC-4, torral...@gmail.com wrote:
> All right, this seems like a job for a man. But oh man... thank you for the references. I would have to use windows message queue with Windows(R) Ada bindings. Lets see what I come up with. 
> 
> 
> 
> Thank you
> 
> 
> 
> Angel

Ah, I hope I didn't discourage you! I think putting into a series of steps would be the best way to think about it.

-- Find the exact WinAPI solution you want to implement and a complete example of it (it will probably be in C++)
-- Create your own Ada based API for what you would like to work with (you can even get this compiling with empty subprograms)
-- Import only the functions you needed to complete your functionality. I imagine the final binding you would make to meet this input functionality would only be at most 150 or 200 lines and be much easier to understand than the whole of the official Windows bindings sponsored by Ada Core.

  reply	other threads:[~2014-07-15  2:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-14  3:29 what do i need to make a keylogger? torralbaduran
2014-07-14  4:07 ` Shark8
2014-07-14  4:44 ` jsquirek
2014-07-15  1:30 ` torralbaduran
2014-07-15  2:36   ` jsquirek [this message]
2014-07-16  3:39 ` torralbaduran
2014-07-18 23:02 ` torralbaduran
2014-07-30 14:20   ` jsquirek
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox