index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
basicblock.cpp
Age
Commit message (
Collapse
)
Author
2024-05-19
Make call param hints more configurable & support more param types for hint ↵
Mason Reed
deduplication
2024-05-08
Disassembly: Add relative to fixed base address mode
Glenn Smith
2024-05-02
Add address display mode options
Glenn Smith
2024-01-08
update copyright year
Jordan Wiens
2023-01-05
Update copyright to 2023
Josh F
2022-10-14
Fix some minor bugs in BasicBlock and highlight API
Peter LaFosse
2022-05-05
Add a method to duplicate a DisassemblySettings
Xusheng
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-10-05
More HLIL API parity; Resolves #2363
KyleMiles
2021-09-27
Better support for change type in linear view
Xusheng
2021-08-04
Expose some BasicBlock APIs.
Brian Potchik
2021-04-22
add persistent search result
Xusheng
2021-01-18
updating copyright year
Jordan Wiens
2020-09-15
display as in linear view
Xusheng
2020-01-16
Factor gutter width/tag token width into a setting
Glenn Smith
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-08-06
Fix some double frees with DisassemblyTextLine in API
Rusty Wagner
2019-08-01
Tags
Glenn Smith
2019-04-05
add post dominance apis
Peter LaFosse
2019-01-17
update company name and copyright date
Jordan Wiens
2018-12-13
Commonize all InstructionTextToken generation
Peter LaFosse
2018-11-05
Provide fall-through indication in BasicBlockEdge info.
Brian Potchik
2018-07-26
Merge branch 'dev' into test_stack_adjust
Rusty Wagner
2018-07-10
Various Python 3 support changes
KyleMiles
2018-06-04
Generic flow graph API and report collections
Rusty Wagner
2018-04-02
Add plugin commands for LLIL and MLIL
Rusty Wagner
2018-01-14
Container Memory Reservations.
Brian Potchik
2017-08-22
Add BasicBlock CanExit Accessor.
Brian Potchik
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-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, ↵
Rusty Wagner
use core object identity for equality
2017-01-03
Tokenize types
Rusty Wagner
2016-09-14
Add APIs for instruction and block highlighting
Rusty Wagner
2016-07-29
Add API to set display type of integers
Rusty Wagner
2016-07-06
Add API to get disassembly text for a basic block outside of a graph
Rusty Wagner
2016-05-25
Adding API to retrieve basic block annotations
Rusty Wagner
2016-04-10
Add MIT license for API wrappers
Rusty Wagner
2016-01-31
Refactor API to fix design bug that causes use-after-free on many plugin objects
Rusty Wagner
2015-07-31
Find functions that don't return based on control flow, and use that in ↵
Rusty Wagner
parent functions
2015-03-10
Implement make function hotkey and disassembly navigation
Rusty Wagner
2015-03-04
Add architecture to graph edges, and add edge routing data field for layout
Rusty Wagner
2015-03-03
Don't store instruction size list as it can be easily regenerated
Rusty Wagner
2015-02-19
Add APIs for accessing function information
Rusty Wagner