View Single Post
Old 08-29-2012, 12:45 PM   #1
chris_c
Member Retired
chris_c can bend spoons with a thought.chris_c can bend spoons with a thought.chris_c can bend spoons with a thought.chris_c can bend spoons with a thought.chris_c can bend spoons with a thought.chris_c can bend spoons with a thought.chris_c can bend spoons with a thought.chris_c can bend spoons with a thought.chris_c can bend spoons with a thought.chris_c can bend spoons with a thought.chris_c can bend spoons with a thought.
 
Posts: 38
Karma: 134108
Join Date: Aug 2012
Device: kindle touch
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?
chris_c is offline   Reply With Quote