| Age | Commit message (Collapse) | Author |
|
propagation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The down and enter keys now preserve an existing selection in the
associated list or table views, rather than unconditionally selecting or
activating the first item.
|
|
constant encodings directly in the decompilation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|