Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
system.img ファイルがパックされる前に、Android ビルド ツリーのどのスクリプトが su バイナリに "suid" フラグを与えていますか? 「chmod +s」または「chmod 4」文字列を「grep」しましたが、今のところ運がありません。
解決策を見つけました。私が探していたファイルは:
system / core / include / private / android_filesystem_config.h
Suidバイナリは、「android_files」構造で定義されています。suバイナリの場合、次のエントリがあります。
{06755、AID_ROOT、AID_ROOT、 "system / xbin / su"}、