change specified byte in a hex file

2013-06-03 Thread s m
hi folks, i want to change a specified byte in a hex file. i want to edit my file and change byte 0x28a content from 0x08 to 0x14. i try to do it with hex-editor in windows but this file is too big and i can't transfer it to the other system. i think it should be done by some commands such as dd

Re: change specified byte in a hex file

2013-06-03 Thread s m
thanks Ayan, but isn't there any command in freebsd to do it for me?? On Mon, Jun 3, 2013 at 11:06 AM, Ayan George a...@ayan.net wrote: On 06/03/2013 02:28 AM, s m wrote: hi folks, i want to change a specified byte in a hex file. i want to edit my file and change byte 0x28a content

Re: change specified byte in a hex file

2013-06-03 Thread Matthias Apitz
El día Monday, June 03, 2013 a las 11:19:24AM +0430, s m escribió: thanks Ayan, but isn't there any command in freebsd to do it for me?? There is chexedit in the ports. matthias -- Sent from my FreeBSD netbook Matthias Apitz | - No system with backdoors like

Re: change specified byte in a hex file

2013-06-03 Thread Arthur Chance
On 06/03/13 07:28, s m wrote: i want to change a specified byte in a hex file. i want to edit my file and change byte 0x28a content from 0x08 to 0x14. Given your earlier posts about increasing the number of partitions from 8 to 20 on a BSD labelled disk, this probably is not something you