|
|
|
|
|
by wololo
4665 days ago
|
|
* It doesn't use uclibc. The way it works is the guest program is a snapshot of the target program process after it has been linked with its shared libraries. Usually this means it's linked with glibc (but not necessarily -- cyanogenmod programs are linked with bionic). * Shared libraries: yes, and it doesn't need a header. Not supported yet in the interface. It does need access to the function symbols though. |
|