Saving Changes to Non-Byte-Mapped Views #2777
Answered
by
psifertex
toolCHAINZ
asked this question in
API
-
I have a Binary View in which the loaded bytes are not in one-to-one correspondence with bytes of the source file. Is there a way to completely override Binja's "save file contents only" functionality for that view? |
Beta Was this translation helpful? Give feedback.
Answered by
psifertex
Feb 15, 2022
Replies: 1 comment
-
Sorry for the delay -- looks like there's a perform_save method on the binary view you can likely implement: https://api.binary.ninja/binaryninja.binaryview-module.html#binaryninja.binaryview.BinaryView.perform_save |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fuzyll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the delay -- looks like there's a perform_save method on the binary view you can likely implement: https://api.binary.ninja/binaryninja.binaryview-module.html#binaryninja.binaryview.BinaryView.perform_save