@
hyln9 感谢大神的答复,unlocker 尝试过了,貌似欧洲机器的解锁码才是全数字,国内机器解锁码带字母,枚举的话几百年,这辈子应该是没戏了,还是去某宝找找商家吧。。。
另外因为家里还多安卓机设备也需要类似的 root 方法,所以还想请教一下新手编译问题,我自己下载 NDK 编译的时候总是报错 Error 127 ,我尝试过了 23b 、14b 和 15c 这三个版本,貌似 dirtycow 相关的项目都是报的 127 错误,能请教一下是啥问题吗?我现在都是找的已编译的二进制文件才能操作。
部分 make -d 的信息如下:
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Reading makefile 'Makefile'...
Updating makefiles....
Considering target file 'Makefile'.
Looking for an implicit rule for 'Makefile'.
Trying pattern rule with stem 'Makefile'.
Trying implicit prerequisite 'Makefile.o'.
Trying pattern rule with stem 'Makefile'.
Trying implicit prerequisite 'Makefile.c'.
……
Looking for a rule with intermediate file 'payload.S'.
Avoiding implicit rule recursion.
Trying pattern rule with stem 'payload.S'.
Trying implicit prerequisite 'payload.S,v'.
Trying pattern rule with stem 'payload.S'.
Trying implicit prerequisite 'RCS/payload.S,v'.
Trying pattern rule with stem 'payload.S'.
Trying implicit prerequisite 'RCS/payload.S'.
Trying pattern rule with stem 'payload.S'.
Trying implicit prerequisite 's.payload.S'.
Trying pattern rule with stem 'payload.S'.
Trying implicit prerequisite 'SCCS/s.payload.S'.
No implicit rule found for 'payload.s'.
Finished prerequisites of target file 'payload.s'.
No need to remake target 'payload.s'.
Finished prerequisites of target file 'payload.o'.
Must remake target 'payload.o'.
aarch64-linux-android-as -o payload.o payload.s
Putting child 0x7ffff3d36320 (payload.o) PID 49 on the chain.
Live child 0x7ffff3d36320 (payload.o) PID 49
Reaping losing child 0x7ffff3d36320 PID 49
Removing child 0x7ffff3d36320 PID 49 from chain.