-
Hello, I would like to try out BinaryNinja in favor of Ghidra. One of my main use cases is generating unique byte signatures (including masking certain bytes) within functions. In Ghidra, I use this script for the task: https://github.com/nosoop/ghidra_scripts/blob/master/makesig.py. It allows me to either begin generating at the start of the function, or at the current instruction. It masks Please let me know whether (and how) I can achieve the same thing in BN. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should be able to use the CoolSigMaker plugin (or any of the other similar signature-based plugins) to achieve the same goal: |
Beta Was this translation helpful? Give feedback.
You should be able to use the CoolSigMaker plugin (or any of the other similar signature-based plugins) to achieve the same goal:
https://github.com/unknowntrojan/binja_coolsigmaker