Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patching support #7

Open
carlsmartthings opened this issue Jun 12, 2018 · 1 comment
Open

patching support #7

carlsmartthings opened this issue Jun 12, 2018 · 1 comment

Comments

@carlsmartthings
Copy link

Might be nice to support writing a bunch of binary to a buffer/array, and then loading a file and applying the patch(s) to a given location(s) in the file, either in place or into a new binary file

@thosakwe
Copy link
Owner

How would that look, out of curiosity?

Is this what you're going for?

$some_stuff="$(echo str hello | t2b)"
echo $some_stuff | t2b --patch foo.bin

Want to be sure I 100% understand the request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants