You are not logged in.
Hi there,
does someone know how to specify an offset to dd ? I am trying to extract some bits from a firmware (some .data)
Thanks and hf!
Last edited by unixuser (2025-06-09 19:48:07)
Offline
man dd
Offline
Use the shell phrase $((0x100)) to specify offset value 256; and similarly $((0x35feed63)) for offset value 905899363.
The parameters would be skip=?? for the infile and seek=?? for the outfile. The value is in block size counts.
Offline