UniLogger | A not-evil '' keylogger with Unicode support
kandi X-RAY | UniLogger Summary
kandi X-RAY | UniLogger Summary
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
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of UniLogger
UniLogger Key Features
UniLogger Examples and Code Snippets
Community Discussions
Trending Discussions on UniLogger
QUESTION
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:41OK, 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...
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install UniLogger
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page