libkb.so a library worth hacking
libkb.so on the kindle is very probably an on screen keyboard
it calls a number of gtk functions which indicates it could well indeed be a keyboard
I've linked to it and attempted to call some of the functions
kb_globals_init
might work but I don't know if it returns anything or even expects a function....
kb_main
causes a seg fault which is no surprise !
any clues I've gained are via
arm-linux-gnueabi-nm -D -n libkb.so
anyone got any ideas on this library?
|