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.182.94.204 with SMTP id de12mr1906094obb.33.1406730007660; Wed, 30 Jul 2014 07:20:07 -0700 (PDT) X-Received: by 10.140.101.165 with SMTP id u34mr10405qge.15.1406730007633; Wed, 30 Jul 2014 07:20:07 -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!news.glorb.com!h18no10473282igc.0!news-out.google.com!b3ni1698qac.1!nntp.google.com!j15no3483243qaq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 30 Jul 2014 07:20:07 -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: Subject: Re: what do i need to make a keylogger? From: jsquirek@gmail.com Injection-Date: Wed, 30 Jul 2014 14:20:07 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:21352 Date: 2014-07-30T07:20:07-07:00 List-Id: I finished my keylogger for windows although it is currently without dead c= hars and it does not work yet for 32 bit applications running on x64. This = means you'll have to get a 64 bit gnat compiler to compile it if you are us= ing an x64 install, but you can run the executable Neo/Doom3/game64.exe to = test it. Hope this helps. Code: https://github.com/AdaDoom3/AdaDoom3/blob/input/Engine/neo-system-input.ads https://github.com/AdaDoom3/AdaDoom3/blob/input/Engine/neo-system-input.adb https://github.com/AdaDoom3/AdaDoom3/blob/input/Engine/Systems/Windows/neo-= system-input-import.adb https://github.com/AdaDoom3/AdaDoom3/archive/input.zip Compiler: http://sourceforge.net/projects/ya-mingw64/files/win64/gcc-4.6/gcc_4.6.0_mi= ngw64_x86_64_K8%2Bada.7z/download