-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add new operation: Insert bytes #1492
base: master
Are you sure you want to change the base?
Conversation
OK, I made a mistake, I also pushed changes to the Change IP Format operation, added Little Endian support for input and output of decimal and octal numbers. |
Hey! This pull request has gotten rather old and that's our fault. This project stopped being actively maintained for a while and it looks like your pull request has started to gather dust. Would you be able to update your branch to the latest version of CyberChef and we'll give it a review? |
a61feb0
to
7906f9d
Compare
OK, no worries, I updated. |
Hey, you seem to have changed the order of |
Fixed! |
This is a new operation to insert bytes at an arbitrary position.
Option 'from end' means that the position is given from the end of the data buffer in stead of the start of the data buffer.
Option 'overwrite' means that the bytes to be inserted, overwrite existing bytes.