index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
2019-09-03
repr for llil and mlil blocks now uses decimal indexes to match the UI
Jordan Wiens
2019-09-03
modifying rlcompleter to support completion through list lookups, updating li...
Jordan Wiens
2019-08-30
Make GetPlatformFunctionByName optionally strip leading underscores when matc...
Peter LaFosse
2019-08-29
Add settings API to query keys and json stringified values.
Brian Potchik
2019-08-28
add transform documentation
Jordan Wiens
2019-08-28
typo
Jordan Wiens
2019-08-28
fix some tabs/spaces issues in documentation
Jordan Wiens
2019-08-28
initial documentation for add_user_section and add_user_segment
Jordan Wiens
2019-08-28
add preference for showing hidden files in triage
Jordan Wiens
2019-08-27
Fix documentation for parse_expression api
Peter LaFosse
2019-08-26
better error handling for invalid snippets
Jordan Wiens
2019-08-26
fix hotkeys for snippets and move all snippets into a tool submenu
Jordan Wiens
2019-08-23
Fix binaryview _read method for python3 compatability.
Brian Potchik
2019-08-23
fix typo in registerstackinfo repr
Jordan Wiens
2019-08-19
update nes example plugin for python3 support
Jordan Wiens
2019-08-16
add hash method for RegisterValue, MediumLevelILOperationAndSize, and MediumL...
Jordan Wiens
2019-08-11
Eliminate mandatory ephemeral view creation during open with options.
Brian Potchik
2019-08-09
Fix get_instruction_lines to add width parameter
Peter LaFosse
2019-08-08
Fix python3 issue with BinaryWriter.write
Peter LaFosse
2019-08-07
fix off-by-one in highest_addrses
Jordan Wiens
2019-08-07
Settings system improvements.
Brian Potchik
2019-08-04
remove .size on function
Jordan Wiens
2019-08-04
add total_bytes, highest_address, and lowest_address to native functions (in ...
Jordan Wiens
2019-08-03
Fix llil ssa_form and non_ssa_form instruction index
Peter LaFosse
2019-08-03
Fix ssa_form and non_ssa_form instruction index
Peter LaFosse
2019-08-02
Refactor settings system to be reference counted.
Brian Potchik
2019-08-01
Tags
Glenn Smith
2019-07-31
Cache function callee addresses and create an API to access them
rollsafe
2019-07-29
add documentation for folder groupings of other register_for functions
Jordan Wiens
2019-07-29
Input completion through python
Glenn Smith
2019-07-29
RegisterValue class now has __eq__ method, documentation, and fix for uniniti...
Jordan Wiens
2019-07-29
can now disable user plugins from headless via BN_DISABLE_USER_PLUGINS env var
Jordan Wiens
2019-07-24
small documentation improvements
Jordan Wiens
2019-07-24
small typo fixup in triage tool
Jordan Wiens
2019-07-23
Add API to process tokens for integer display types, comments, etc.
Rusty Wagner
2019-07-23
Fix DataBuffer UAF in Transform Python API.
Brian Potchik
2019-07-22
Create API for whether a basic block contains any invalid instructions
rollsafe
2019-07-18
Add Symbol aliases to cope with duplicate symbols
rollsafe
2019-07-14
Add support for sorting the symbol list by name or address
Peter LaFosse
2019-07-11
Support encoding/decoding of unicode strings between the API and the core
KyleMiles
2019-07-10
Remove extraneous str cast for instruction patching
KyleMiles
2019-07-08
PluginManager refactor for supporting plugin installation ui
Peter LaFosse
2019-07-08
Cleanup docs for BinaryView.get_code_refs_from
rollsafe
2019-07-03
- fix a type error when trying to create a function type with a parameter tha...
verylazyguy
2019-07-03
make get_var_definition and get_var_uses return instructions instead of indexes
KyleMiles
2019-07-03
Fix log warning formatting
KyleMiles
2019-07-02
Fix infinite loop for basic blocks with invalid instructions
rollsafe
2019-07-01
add contains for LLIL and MLIL basic blocks
Jordan Wiens
2019-06-27
add comparators for MLIL and LLIL instructions
Jordan Wiens
2019-06-21
Fix custom Transforms for python3
Josh Watson
[next]