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
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
2019-08-16
add hash method for RegisterValue, MediumLevelILOperationAndSize, and MediumL...
Jordan Wiens
2019-08-09
Fix get_instruction_lines to add width parameter
Peter LaFosse
2019-08-07
fix off-by-one in highest_addrses
Jordan Wiens
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-01
Tags
Glenn Smith
2019-07-31
Cache function callee addresses and create an API to access them
rollsafe
2019-07-29
RegisterValue class now has __eq__ method, documentation, and fix for uniniti...
Jordan Wiens
2019-07-23
Add API to process tokens for integer display types, comments, etc.
Rusty Wagner
2019-06-12
more api refactor cleanup in function.py
Jordan Wiens
2019-06-11
Fix typo in function for user code refs
rollsafe
2019-06-10
more updates for the undocumented properties changeset -- specifically revert...
Jordan Wiens
2019-05-31
Support adding user-defined xrefs
rollsafe
2019-05-28
Document user xrefs python APIs
Stephen Tong
2019-05-28
Redo/Undo support for user-defined xrefs
Stephen Tong
2019-05-28
WIP: Support adding user-defined xrefs
Stephen Tong
2019-05-23
small cleanups from pylint plus fix for analysis_info
Jordan Wiens
2019-05-15
two bugs for the refactor -- arch has a caching getter that must be use for b...
Jordan Wiens
2019-05-15
first half of the refactor adding getters and setters for init created proper...
Jordan Wiens
2019-04-07
Add callee/caller properties to function objects
Peter LaFosse
2019-03-08
Add ability to index into functions and basicblocks
Peter LaFosse
2019-02-28
Fix typo in API name
Rusty Wagner
2019-02-26
Fix some flow graph and disassembly API issues
Rusty Wagner
2019-02-22
Add API for constructing disassembly text
Rusty Wagner
2019-01-30
Prepare API for Python UI bindings
Rusty Wagner
2019-01-17
update company name and copyright date
Jordan Wiens
2018-12-14
fixes for get_instruction_lines and code cleanup
Peter LaFosse
2018-12-13
Commonize all InstructionTextToken generation
Peter LaFosse
2018-12-12
deprecate current_function.medium_level_il in favor of .mlil and move .instru...
Jordan Wiens
2018-11-06
Add type check to `Variable.__eq__`
Josh Watson
2018-10-13
api: more stable PossibleValueSet __repr__ output
Ryan Snyder
2018-08-30
Allow negative stack offsets for functions like alloca_probe
Rusty Wagner
2018-08-17
Fix report collection reference count bug and add debug report support
Rusty Wagner
2018-08-02
Add API to query if an assembly instruction is a call
Rusty Wagner
2018-07-26
Merge branch 'dev' into test_stack_adjust
Rusty Wagner
2018-07-13
Add ability to update custom flow graphs
Rusty Wagner
2018-07-10
Rebased so commit history is correct now
KyleMiles
2018-07-10
Various Python 3 support changes
KyleMiles
2018-07-10
addition 3 compatibility changes
Jordan Wiens
2018-07-10
Additional changes for python 2/3 compatibility
Peter LaFosse
[next]