Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

ninja.py : analyze can return before analysis is finished #1

Open
noobdoesre opened this issue Apr 1, 2018 · 0 comments
Open

ninja.py : analyze can return before analysis is finished #1

noobdoesre opened this issue Apr 1, 2018 · 0 comments

Comments

@noobdoesre
Copy link

When analyzing relatively big files ninja.py : analyze can return before the analysis is actually finished which results in non complete results.

I suggest you to use this method:

  ...
  st.get_binary_view().add_analysis_option("linearsweep")
  st._bv.update_analysis_and_wait()
  ...

I stumbled upon this issue when ripped this code and used in my script. I've noticed that results are not constant between runs, the fix above resolved the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant