Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonpalmisc/byrep
Binary find and replace
https://github.com/jonpalmisc/byrep
cli cpp20 utility
Last synced: 6 days ago
JSON representation
Binary find and replace
- Host: GitHub
- URL: https://github.com/jonpalmisc/byrep
- Owner: jonpalmisc
- License: bsd-3-clause
- Created: 2023-08-02T19:48:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-23T23:48:35.000Z (7 months ago)
- Last Synced: 2025-01-12T13:56:12.022Z (13 days ago)
- Topics: cli, cpp20, utility
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Byrep is a relatively primitive tool for doing quick byte pattern replacements
inside of binary files.It's not super efficient nor advanced; there's lots of room for improvement,
but it gets the job done. Also, don't try to replace bytes right at the end of
a file. I haven't tested it, but I'm pretty sure that will make it crash. If it
does make it crash, fixing that is left as an exercise to the reader (until I
am personally affected by this issue).To build Byrep, you'll need a compiler with C++20 support. Configure and build
as you would with any other CMake project. An 'install' target is provided.Byrep is licensed under the BSD 3-Clause license; see LICENSE.txt for more info.