From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.172.193 with SMTP id m1mr9715804qaz.8.1405391786442; Mon, 14 Jul 2014 19:36:26 -0700 (PDT) X-Received: by 10.182.20.204 with SMTP id p12mr228obe.29.1405391786158; Mon, 14 Jul 2014 19:36:26 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j15no618448qaq.0!news-out.google.com!bp9ni210igb.0!nntp.google.com!h18no1689810igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 14 Jul 2014 19:36:25 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.20.243.45; posting-account=0e_2YQoAAACiyvAQE9nydlmk8joBaY1J NNTP-Posting-Host: 76.20.243.45 References: <694f9270-a1d0-44c3-b066-5e1749678411@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9a04bacf-de22-432c-979c-bd461591a2c5@googlegroups.com> Subject: Re: what do i need to make a keylogger? From: jsquirek@gmail.com Injection-Date: Tue, 15 Jul 2014 02:36:26 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2199 X-Received-Body-CRC: 1107487212 Xref: news.eternal-september.org comp.lang.ada:20940 Date: 2014-07-14T19:36:25-07:00 List-Id: 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 t= he references. I would have to use windows message queue with Windows(R) Ad= a bindings. Lets see what I come up with.=20 >=20 >=20 >=20 > Thank you >=20 >=20 >=20 > 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 exam= ple 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 i= magine the final binding you would make to meet this input functionality wo= uld 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.