-
-
Save QGB/40ad3462f9c30d25d7fba16e040ffe92 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
total 24 | |
drwx------ 6 u0_a81 u0_a81 3488 Dec 20 11:24 . | |
drwxr-xr-x 14 u0_a81 u0_a81 3488 Dec 20 11:24 .. | |
drwx------ 2 u0_a81 u0_a81 3488 Dec 20 11:24 arm64-v8a | |
drwx------ 2 u0_a81 u0_a81 3488 Dec 20 11:24 armeabi-v7a | |
drwx------ 2 u0_a81 u0_a81 3488 Dec 20 11:24 x86 | |
drwx------ 2 u0_a81 u0_a81 3488 Dec 20 11:24 x86_64 | |
$ cd arm64-v8a/ | |
$ ll | |
total 8 | |
drwx------ 2 u0_a81 u0_a81 3488 Dec 20 11:24 . | |
drwx------ 6 u0_a81 u0_a81 3488 Dec 20 11:24 .. | |
$ cd ../armeabi-v7a/ | |
$ ll | |
total 1128 | |
drwx------ 2 u0_a81 u0_a81 3488 Dec 20 11:24 . | |
drwx------ 6 u0_a81 u0_a81 3488 Dec 20 11:24 .. | |
-rw------- 1 u0_a81 u0_a81 1140408 Dec 20 11:24 libhook.so | |
$ file libhook.so | |
libhook.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9bdc34d09216312972fafc745ec7645e132676d2, with debug_info, not stripped | |
$ | |
$ cd ../x86 | |
$ ll | |
total 384 | |
drwx------ 2 u0_a81 u0_a81 3488 Dec 20 11:24 . | |
drwx------ 6 u0_a81 u0_a81 3488 Dec 20 11:24 .. | |
-rw------- 1 u0_a81 u0_a81 380000 Dec 20 11:24 libhook.so | |
$ file libhook.so | |
libhook.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9bdc34d09216312972fafc745ec7645e132676d2, stripped | |
$ cd ../x86_64/ | |
$ cd ../x86_64/ | |
$ file libhook.so | |
libhook.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9bdc34d09216312972fafc745ec7645e132676d2, stripped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ndk9 不支持 编译 arm64-v8a ?????
ndk18 可以