UniLogger | A not-evil '' keylogger with Unicode support

 by   SherifEldeeb C++ Version: Current License: No License

kandi X-RAY | UniLogger Summary

kandi X-RAY | UniLogger Summary

UniLogger is a C++ library typically used in Logging applications. UniLogger has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

A "not-evil" keylogger with Unicode support. UniLogger is a keylogger with unicode support “unlike most of keyloggers out there” it supports logging Hebrew, Arabic, Russian, Chinese et’all … technical details on how I did that is below… It doesn’t require admin rights to operate “like hook-based keyloggers do”. Along with keystrokes, It logs time, date, and the name of the active application. No, it is not; UniLogger runs in the foreground just like any regular program, it stops logging when you click on it or click the “close” button, … so, and I am talking to you little kid, this program is not going to help you much spying on your friends, go to hackforums for programs to help you do that. That other day I discovered that most of the keyloggers do not support Unicode letters, and I couldn’t find a straight forward way to do it in C/C++ … so, when I figured it out, I decided to share my findings with you guys .
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              UniLogger has a low active ecosystem.
              It has 24 star(s) with 10 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              UniLogger has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of UniLogger is current.

            kandi-Quality Quality

              UniLogger has 0 bugs and 0 code smells.

            kandi-Security Security

              UniLogger has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              UniLogger code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              UniLogger does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              UniLogger releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of UniLogger
            Get all kandi verified functions for this library.

            UniLogger Key Features

            No Key Features are available at this moment for UniLogger.

            UniLogger Examples and Code Snippets

            No Code Snippets are available at this moment for UniLogger.

            Community Discussions

            QUESTION

            Linking fails for GetSaveFileName when cross compiling with MinGW
            Asked 2019-Jan-08 at 20:41

            I'm trying to compile a modified version of UniLogger on Ubuntu 18.04 using mingw. I'm getting the following link error:

            undefined reference to '_imp__GetSaveFileNameW@4'

            I found this post on the MinGW mailing list saying one needs to explicitly link to comdlg32 so I tried that also:

            i686-w64-mingw32-g++ -municode -o unilogger.exe -lcomdlg32 Source.cpp

            But still got the same error, as did the person asking in the post. He and I both verified the presence of the function in the lib file:

            nm /usr/i686-w64-mingw32/lib/libcomdlg32.a

            ...

            ANSWER

            Answered 2019-Jan-08 at 20:41

            OK, figured out what the problem was - order of arguements on the command line:

            i686-w64-mingw32-g++ -lcomdlg32 -municode -o unilogger.exe

            gives the link error, however

            i686-w64-mingw32-g++ -municode -o unilogger.exe -lcomdlg32

            Compiles just fine. Actually think I've run into this problem before with gcc now that I think of it...

            Source https://stackoverflow.com/questions/54095214

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install UniLogger

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/SherifEldeeb/UniLogger.git

          • CLI

            gh repo clone SherifEldeeb/UniLogger

          • sshUrl

            git@github.com:SherifEldeeb/UniLogger.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link