You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It allows plugins to invoke and query existing analysis passes such as AliasAnalysis, LoopInfo, MemDependence, etc. Binary Ninja should support a generic and standardized analysis framework like LLVM's passmanager.
This ideally would likely result in a new type of plugin class being created.
The text was updated successfully, but these errors were encountered:
LLVM has reusable analyses through the getAnalysisUsage api: http://llvm.org/docs/WritingAnLLVMPass.html#specifying-interactions-between-passes
It allows plugins to invoke and query existing analysis passes such as AliasAnalysis, LoopInfo, MemDependence, etc. Binary Ninja should support a generic and standardized analysis framework like LLVM's passmanager.
This ideally would likely result in a new type of plugin class being created.
The text was updated successfully, but these errors were encountered: