An open API service indexing awesome lists of open source software.

https://github.com/dadadel/setbin

Change some bytes values of a binary file
https://github.com/dadadel/setbin

Last synced: about 1 year ago
JSON representation

Change some bytes values of a binary file

Awesome Lists containing this project

README

          

setbin
======

Change in a binary file the value of bytes.

You just provide a list of offsets/values to change in a file and a target file name, then a copy of the changed file is generated.

USAGE: ./setbin.elf source_file dest_file offset value [offset2 value2 [...]]

Note that offsets and value are provided in decimal at the time.