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.
AndroidのSDカード(/ mnt / sdcard)から生のバイトを読み取るにはどうすればよいですか?もちろん、rootアクセスが必要ですが、一般的には可能かどうかはわかりません。Linuxでは、ddコマンドを使用dd if=<source> of=<target> bs=<byte size>して、一時ファイルにrawバイトを書き込むことができます。Androidの解決策は何ですか?
dd if=<source> of=<target> bs=<byte size>
AndroidはまだLinuxの下にありdd、システムの一部としてバイナリを持っています。他のLinuxインストールと同じように使用できます。あなたはそれをで見つけることができます/system/bin/dd。
dd
/system/bin/dd