Skip to content

How to enable the always-on analysis function in settings #5859

Discussion options

You must be logged in to vote

This is how you get infinite analysis loops that can't be stopped. I'm not sure this is something we will ever add as a setting but I will discuss it with others this week.

That said, there is an API on the function you can use so if you REALLY want to, you can write a snippet to trigger the override for all functions.

https://api.binary.ninja/binaryninja.function-module.html#binaryninja.function.Function.analysis_skipped

EDIT: You can actually get the behavior requested by setting analysis.limits.maxFunctionUpdateCount = 0 in settings. However, this will result in infinite analysis that never ends and therefore isn't a good option.

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@romanholidaypancakes
Comment options

@romanholidaypancakes
Comment options

@psifertex
Comment options

@romanholidaypancakes
Comment options

@psifertex
Comment options

Answer selected by psifertex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants