about signature. #6739
-
How can I make the sbin file exported by warp automatically apply to the binary file to be analyzed if I don’t put it in the signature directory, but instead specify any arbitrary directory? The commands warp//load_xxx and warp/run match do not make the symbols apply to the sample being analyzed.?? I also just renewed my Binary Ninja subscription. Recently, I’ve asked several questions on Slack, but none of you have replied. I’m not sure if my questions are too simple, or if there’s some other reason. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You cannot specify a separate directory with the alpha version of warp that ships with binary ninja. |
Beta Was this translation helpful? Give feedback.
You cannot specify a separate directory with the alpha version of warp that ships with binary ninja.
the platform is integral to loading the correct signatures and that information is not stored in the files themselves. As for why the load / run commands are not applying symbols you might need to set an initial analysis hold "analysis.initialAnalysisHold" and then load the signature file. Some caching is done and the matcher is likely reusing the match data before you loaded the signature file.