Page 1 of 1

Edit the Chip ID in Compiled Software

Posted: Sun May 12, 2019 11:22 am
by elmaya
some examples of how to change the Chip ID in Compiled Software.
all the included examples have the same ID "44-55-66".
You can change at will.
open the file with a hex editor and look for the ID (44-55-66 for this examples) in the reverse direction 66 55 44 (with spaces) edit with the ID you want (remember the reverse order)
for example: Mac xx xx xx 12 34 56 will be 56 34 12 in the file.
Image
Image
Image
Image

HxD_Portable.rar
Example
(3.33 MiB) Downloaded 324 times

Re: Edit the Chip ID in Compiled Software

Posted: Sun May 12, 2019 3:32 pm
by wojtas567
Interesting thing :)

Re: Edit the Chip ID in Compiled Software

Posted: Sun May 12, 2019 7:54 pm
by tomkowski
Hola amigo! :)

I tryed to do this some time ago but without success :/ .......BUT... I didn't think to use reverse direction for ChipID !!!
Thanks a lot!

Re: Edit the Chip ID in Compiled Software

Posted: Sun May 12, 2019 8:25 pm
by elmaya
and what do you think about the examples? :o

Re: Edit the Chip ID in Compiled Software

Posted: Sun May 12, 2019 8:34 pm
by tomkowski
elmaya wrote: Sun May 12, 2019 8:25 pm and what do you think about the examples? :o
It looks good. I believe you tested this before posting ;-] I hope to find time this week and I'll try to use this method with one of my modules ;-D

Re: Edit the Chip ID in Compiled Software

Posted: Sun May 12, 2019 8:39 pm
by elmaya
tomkowski wrote: Sun May 12, 2019 8:34 pm
elmaya wrote: Sun May 12, 2019 8:25 pm and what do you think about the examples? :o
It looks good. I believe you tested this before posting ;-] I hope to find time this week and I'll try to use this method with one of my modules ;-D
Yes, it is checked and it works. :D

Re: Edit the Chip ID in Compiled Software

Posted: Sat Jun 29, 2019 7:23 am
by akir
Thank you elmaya