Page 1 of 1

Creating the shared object file

Posted: Tue Jan 22, 2013 2:04 pm
by JoeyBiggins
I want to write my own shared object library like the libm.so in some hacks.

The libm.so seen in this hack executes a script on the usb drive.
viewtopic.php?f=53&t=5015

I have been trying to replicate this and looking at shared object entry points but havent had any success.

Can anyone give me some pointers?