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
2017-08-11
Fixes to allow plugins to be installed and loaded from headless
Peter LaFosse
2017-08-11
Fixing some broken documentation
Peter LaFosse
2017-08-11
Fixing llil and mlil incoming/outgoing edges, and dominator apis
Peter LaFosse
2017-08-10
Fix get_ssa_var_possible_values API call to core.
Brian Potchik
2017-08-05
Refactor IL instruction access APIs
Rusty Wagner
2017-08-04
Use the basic block's arch not the view's arch
Peter LaFosse
2017-08-01
Call shutdown whenever binaryninja is unloaded
Peter LaFosse
2017-07-26
Merge type propagation into dev
Rusty Wagner
2017-07-25
Add mappings from LLIL to normal MLIL
Rusty Wagner
2017-07-24
Adding size of stack var refs, source operand in MLIL
Rusty Wagner
2017-07-21
Adding optimization for accessing arch and function from basic block
Peter LaFosse
2017-07-18
Add instruction for indirect structure access
Rusty Wagner
2017-07-17
Fix referenced to old calling convention api, Fixes #739
Peter LaFosse
2017-07-15
Fixes #700 MLIL_SET_VAR_SPLIT_SSA operands are incorrectly typed
Peter LaFosse
2017-07-15
Fixes #539 CallingConvention can not be instantiated in the python api
Peter LaFosse
2017-07-15
Add flags option to LLIL store
Peter LaFosse
2017-07-15
Adding documentation to interaction.py fixing enumeration use bug DirectoryNa...
Peter LaFosse
2017-07-15
Give error message when license validation fails
Peter LaFosse
2017-07-15
adding set_comment_at deprecating set_comment for consistency
Peter LaFosse
2017-07-15
Fixed wrong enumeration in angr plugin
Peter LaFosse
2017-07-15
Adding convenience function 'get_functions_containing'
Peter LaFosse
2017-07-15
Accidentally omitted the parenthesis to create a tuple for SSAVariable.__hash...
Josh Watson
2017-07-14
Add API to get list of all definitions or uses of a variable
Rusty Wagner
2017-07-14
Update Python to use BNUpdateAnalysisAndWait
Brian Potchik
2017-07-14
Added __hash__ and __eq__ to Variable and SSAVariable (#725)
Josh Watson
2017-07-14
Added __hash__ to Function. (#668)
Josh Watson
2017-07-14
Adding API to get type of MLIL expression
Rusty Wagner
2017-07-14
fix documentation for perform_get_instruction_low_level_il
Peter LaFosse
2017-07-13
Make query/store metadata completely duck typed
Peter LaFosse
2017-07-12
Adding remove_metadata API to BinaryView. Add remove APIs to Metadata
Peter LaFosse
2017-07-12
bug fix for: get_default_flag_write_low_level_il and get_flag_write_low_level_il
Peter LaFosse
2017-07-12
Metadata enhancements. Metadata objects are now serialized to the DB
Peter LaFosse
2017-07-11
add documentation to shutdown
Jordan Wiens
2017-07-10
Add confidence levels to type objects
Rusty Wagner
2017-07-03
Allow default settings for integer and string lists
Peter LaFosse
2017-07-03
Add setting removal APIs, allow negative integers
Peter LaFosse
2017-07-01
Remove need for explicitly initializing settings file
Peter LaFosse
2017-07-01
Adding settings system apis, and binaryview metadata apis
Peter LaFosse
2017-07-01
Fixes issue #712
Peter LaFosse
2017-06-27
Compute back edges in the core
Rusty Wagner
2017-06-07
Allow ILRegister's to be compared properly
Peter LaFosse
2017-06-06
Adding missing X_ADD_OVERFLOW ILOperation
Peter LaFosse
2017-06-01
Use enumeration types for Endianness and ImplicitRegisterExtend
Peter LaFosse
2017-05-31
Example implementing notification callbacks
Peter LaFosse
2017-05-31
Fixing BinaryDataNotificationCallbacks
Peter LaFosse
2017-05-31
Make branches types always use the enumeration not the name
Peter LaFosse
2017-05-25
Modify how structures are created in the type system, expose additional struc...
Peter LaFosse
2017-05-25
fix enum link in documentation
Jordan Wiens
2017-05-19
Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev
Jordan Wiens
2017-05-19
update copyright year
Jordan Wiens
[next]