Update README.md

This commit is contained in:
Iddo 2018-04-29 15:28:24 +03:00 committed by GitHub
parent 4b4f3cf1f6
commit dcd5ae7668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ TODOs:
-libsqlite.so -libsqlite.so
- get methods from .so file - get methods from .so file
$ adb pull /system/lib/libsqlite.so $ adb pull /system/lib/libsqlite.so
/system/lib/libsqlite.so: 1 file pulled. 19.7 MB/s (975019 bytes in 0.047s) /system/lib/libsqlite.so: 1 file pulled. 19.7 MB/s (975019 bytes in 0.047s)
$ nm -D libsqlite.so | cut -d' ' -f3 | grep sqlite3 $ nm -D libsqlite.so | cut -d' ' -f3 | grep sqlite3