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.
A2バイナリファイルがあり、アドレスの値をDEADBEEF他の値に置き換えたいと思いますA1。
A2
DEADBEEF
A1
どうすればこれを行うことができddますか?これを行うことができる他のツールがある場合は、提案してください。しかし、私はこれをiPhoneで行う予定なので、ほとんどの基本的なUnixツールでしか作業できません。
dd
printf '\xa1' | dd conv=notrunc of=somefile bs=1 seek=$((0xdeadbeef))