binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Don't suggest to enable permissive linear sweep if it's already been enabled

Open seekbytes opened this issue 1 year ago • 0 comments

While opening a binary, Binary Ninja suggests some improvements for the analysis that may include:

  • adding a new section with ReadOnlyCodeSectionSemantics
  • Enable the linearSweep.permissive setting

This issue is to track the feature of: not suggesting to enable of permissive linear sweep if it's already been used for the file. It should be an easy change but it's only to keep binary ninja messages truthful about the analysis.

seekbytes avatar Jun 21 '24 08:06 seekbytes