index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
function.py
Age
Commit message (
Expand
)
Author
2021-01-18
expose Function::IsVariableUserDefinded()
Xusheng
2020-12-23
Add GetLowLevelILInstructionsForAddress API to retrieve all LLIL for an address.
Brian Potchik
2020-12-18
Add API/UI to control dead store elimination of specific variables
Rusty Wagner
2020-12-07
initial support for contains operator on possible value sets
Jordan Wiens
2020-12-05
Clean up a couple places where CoreArchitectures are created without checking...
Glenn Smith
2020-10-27
automatically coerce Variable.source_type to enumeration
Peter LaFosse
2020-10-27
Improve performance when creating Variable's.
Tim Bryant
2020-10-24
PossibleValueSet dialog pulls existing values and miscellaneous cleanup.
Brian Potchik
2020-10-09
Return tag in all cases
Ryan Stortz
2020-10-08
Remove name setter for Variable object. Variable objects are always copies
Peter LaFosse
2020-09-16
fixup broken warning syntax
Jordan Wiens
2020-09-10
Fix Windows file deletion issue in tests
Chinmay
2020-09-10
Update API name for ParsePossibleValueSet
Chinmay
2020-09-10
Adds tests related to UIDF
Chinmay
2020-08-26
Better docs on variable.name = None
Glenn Smith
2020-08-26
Don't trigger reanalysis in variable name updates
Glenn Smith
2020-08-26
More efficient analysis update
Glenn Smith
2020-08-26
Reload default variable name when unset; don't clobber user type.
Kevin Burk
2020-08-26
Persistent setter for variable names.
Kevin Burk
2020-08-17
Incorporates review comments
Chinmay
2020-08-17
Adds documentation for UIDF
Chinmay
2020-08-13
Update function names and change up API
Chinmay
2020-08-13
Changes to implement User-informed dataflow
Chinmay
2020-07-30
initial implementation
Xusheng
2020-06-19
add callers/callees documentation, fixes #1687
Jordan Wiens
2020-06-17
many spelling fixes
Jordan Wiens
2020-05-28
Add optional type to define as in Function::ApplyImportedTypes and BinaryView...
Peter LaFosse
2020-05-11
clean up some linter warnings
Jordan Wiens
2020-05-03
return NotImplemented instead of None to placate the linter
Peter LaFosse
2020-05-03
Fix up equality operators and had hash operators
Peter LaFosse
2020-04-21
Add indentation option for text renderer
Rusty Wagner
2020-04-17
Expand support for HLIL switch/case and data flow access
Rusty Wagner
2020-04-17
Early HLIL testing
Rusty Wagner
2020-04-17
Add IL support to linear view
Rusty Wagner
2020-03-16
add __lt__ to referencesource objects and raise exception if invalid type
Jordan Wiens
2020-03-16
add __lt__ to the function class so they can be sorted
Jordan Wiens
2020-03-11
documentation for the Type class, setter for function_type can take a string,...
Jordan Wiens
2020-01-27
add negative block indexing for fn, mlil, and llil
Jordan Wiens
2020-01-21
InstructionTextTokenType documentation update
Jordan Wiens
2020-01-20
expose overriding call types at individual call sites
Ryan Snyder
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-12-14
function variable documentation improvements
Jordan Wiens
2019-09-30
missed two functions for tags documentation
Jordan Wiens
2019-09-30
Fix create_tag default boolean
Peter LaFosse
2019-09-28
Fix create_tag api
Peter LaFosse
2019-09-26
many documentation formatting fixups
Jordan Wiens
2019-09-26
fix RegisterValue unintialized properties
Jordan Wiens
2019-09-14
lots of small documentation updates, mostly around making sure parameters are...
Jordan Wiens
2019-09-03
add a few missing len properties and __str__ for StringReference
Jordan Wiens
2019-08-23
fix typo in registerstackinfo repr
Jordan Wiens
[next]