Skip to content

dumps all available keyevents to csv - for Android and Linux in general

License

Notifications You must be signed in to change notification settings

hansalemaos/getevent_keydumper_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dumps all available keyevents to csv

It's like getevent -lp (and actually based on it), but dumps the output as CSV

Tested against some Android Emulators and Kali Linux on Virtual Box.

Compile it and use it

g++ -std=c++2a -O3 -g0 ./newgetevent.cpp &&  ./a.out > keyeventskaliexample.csv

About

dumps all available keyevents to csv - for Android and Linux in general

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages