index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
basicblock.py
Age
Commit message (
Expand
)
Author
2019-05-23
small cleanups from pylint plus fix for analysis_info
Jordan Wiens
2019-05-16
incoming edges fix
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-05
add post dominance apis
Peter LaFosse
2019-03-12
api: update to support getting source blocks from IL blocks
Ryan Snyder
2019-03-08
Fix comment
Peter LaFosse
2019-03-08
Add ability to index into functions and basicblocks
Peter LaFosse
2019-01-30
Prepare API for Python UI bindings
Rusty Wagner
2019-01-17
update company name and copyright date
Jordan Wiens
2019-01-03
lots of spelling / typo fixes
Jordan Wiens
2018-12-13
Commonize all InstructionTextToken generation
Peter LaFosse
2018-11-05
Provide fall-through indication in BasicBlockEdge info.
Brian Potchik
2018-09-18
python: make BasicBlocks iterate over disassembly lines, not instrs
Ryan Snyder
2018-09-17
api: fix read beyond bounds of basic block
Ryan Snyder
2018-07-26
Merge branch 'dev' into test_stack_adjust
Rusty Wagner
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
2018-07-10
working division, prints, and metaclasses, but imports broken, still needs work
Jordan Wiens
2018-07-06
python: fix BasicBlock iteration for invalid instructions
Ryan Snyder
2018-06-04
Generic flow graph API and report collections
Rusty Wagner
2018-04-11
fix for #1015, thanks josh
Jordan Wiens
2018-04-02
Add plugin commands for LLIL and MLIL
Rusty Wagner
2018-03-20
Cache all created CoreArchitecture objects
Ryan Snyder
2018-02-26
Architecture plugins no longer need to override the perform_* methods (you ca...
Rusty Wagner
2017-12-05
Add __eq__ and __hash__ to BasicBlockEdge
David Barksdale
2017-10-30
__hash__ for three types of basic blocks
Jordan Wiens
2017-09-21
Bugfix for BasicBlock incoming edges source and target were swapped
Peter LaFosse
2017-08-22
Add BasicBlock CanExit Accessor.
Brian Potchik
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-04
Use the basic block's arch not the view's arch
Peter LaFosse
2017-07-26
Merge type propagation into dev
Rusty Wagner
2017-07-21
Adding optimization for accessing arch and function from basic block
Peter LaFosse
2017-07-10
Add confidence levels to type objects
Rusty Wagner
2017-06-27
Compute back edges in the core
Rusty Wagner
2017-05-19
update copyright year
Jordan Wiens
2017-03-22
update basicblock.annotations to new argument order for function.get_block_an...
Jordan Wiens
2017-02-20
Add dominance frontier APIs
Rusty Wagner
2017-02-18
Add back edge property to block edges
Rusty Wagner
2017-02-17
Add dominator APIs
Rusty Wagner
2017-02-16
Basic blocks have incoming and outgoing edges with basic block references, us...
Rusty Wagner
2017-02-10
Merge branch 'type_view' into dev
Rusty Wagner
2017-02-09
Fix highlight API's to work with HighlightStandardColor properly
Peter LaFosse
2017-01-17
Add missing Python APIs
Rusty Wagner
2017-01-05
Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...
Peter LaFosse
2017-01-02
Making platform and architecture optional parameters where possible
Peter LaFosse
2016-10-28
Refactor python api into separate files and add Enumeration support. Also fix...
plafosse