Skip to content

How can I insert bytes in the hex editor? #2390

Answered by psifertex
psifertex asked this question in Q&A
Discussion options

You must be logged in to vote

First, Binary Ninja write-locks files by default to prevent any modifications. You can disable this by clicking the lock icon in the bottom right:

And you can also disable the ui.fileContentsLock setting if you prefer this to default to off (if you use Binary NInja frequently as a hex editor or to patch files this may be desired):

Finally, just type in the hex view and bytes should be changed. If you wish to insert instead of just modify, use the insert key on your keyboard or if you're on MacOS, you may need to use an alternate hotkey: fn + i

Replies: 1 comment

Comment options

psifertex
Apr 24, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by psifertex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant