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
- Host: GitHub
- URL: https://github.com/dadadel/setbin
- Owner: dadadel
- License: gpl-3.0
- Created: 2014-02-27T10:13:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-09T20:10:33.000Z (over 12 years ago)
- Last Synced: 2025-03-27T15:22:17.082Z (over 1 year ago)
- Language: C
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.