| Age | Commit message (Collapse) | Author |
|
|
|
Mostly just as a demonstration of rewriting MLIL, less about ACTUALLY deobfuscating the target
|
|
|
|
|
|
|
|
|
|
|
|
Fixes Vector35/binaryninja-api#6679
|
|
It was throwing lots of messages if MLIL was not found
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 1699c71999d29d32aba5c9f8fea193a661a4b02b.
|
|
|
|
of the HLIL instruction
|
|
To allow python plugins to do work not on the UI thread.
Also allows them to call update_analysis_and_wait()
|
|
Pseudo Python example plugin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also updated Python API docs references to loader.architecture
|
|
Also updated example script to use full analysis by default
|
|
|
|
|
|
|
|
|
|
+ Pane usage
|
|
tokens in lower levels, and improve token usage in disassembly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
load; update examples
|
|
|
|
|
|
|
|
|
|
|