index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
function.cpp
Age
Commit message (
Expand
)
Author
2018-01-14
Container Memory Reservations.
Brian Potchik
2018-01-11
API Temporary Object Elimination.
Brian Potchik
2017-08-26
Adding Function level comment APIs
Peter LaFosse
2017-08-23
Added APIs for clobbered registers, global pointers, and function exit data f...
Rusty Wagner
2017-08-15
Add APIs to access and update portions of the function type, and added new AP...
Rusty Wagner
2017-07-24
Adding size of stack var refs, source operand in MLIL
Rusty Wagner
2017-07-10
Add confidence levels to type objects
Rusty Wagner
2017-05-19
update copyright year
Jordan Wiens
2017-04-27
Adding an API for performance debugging
Rusty Wagner
2017-04-21
Allowing rename of all types of variables
Rusty Wagner
2017-04-20
Renaming and adding variable identifiers
Rusty Wagner
2017-04-17
Use new variable system in functions
Rusty Wagner
2017-03-22
Adding new value object to hold disjoint sets
Rusty Wagner
2017-03-16
Adding APIs to query register and stack contents from IL
Rusty Wagner
2017-03-01
Adding framework for medium level IL
Rusty Wagner
2017-02-25
Add APIs to access SSA-based data flow
Rusty Wagner
2017-02-23
Instruction starts and SSA form are a property of IL functions
Rusty Wagner
2017-02-22
Add SSA form APIs
Rusty Wagner
2017-01-03
Tokenize types
Rusty Wagner
2016-09-14
Add APIs for instruction and block highlighting
Rusty Wagner
2016-09-03
Adding APIs to ensure IL is available for upcoming caching methods
Rusty Wagner
2016-08-30
Add API to reanalyze
Rusty Wagner
2016-08-30
Add API to determine if a function still has analysis updates to complete
Rusty Wagner
2016-08-25
Adding APIs for database save/load progress and constant references
Rusty Wagner
2016-08-23
Fix some memory leaks
Rusty Wagner
2016-07-29
Add API to set display type of integers
Rusty Wagner
2016-07-22
Add API to set type of function
Rusty Wagner
2016-05-30
Add APIs for querying stack variable values and parameters by index
Rusty Wagner
2016-05-25
Adding API to retrieve basic block annotations
Rusty Wagner
2016-05-25
Extending register value system to include ranges and lookup table values
Rusty Wagner
2016-05-17
IL basic blocks are now in the IL function class
Rusty Wagner
2016-05-08
Add additional IL stage for flags resolution
Rusty Wagner
2016-05-03
Add APIs for flag information and data flow
Rusty Wagner
2016-04-24
Create API for adding known indirect branch targets
Rusty Wagner
2016-04-10
Add MIT license for API wrappers
Rusty Wagner
2016-04-10
Show stack variables and implement naming, undo, and persistence
Rusty Wagner
2016-04-05
Add backend support for discovering stack variables
Rusty Wagner
2016-01-31
Create functions and types from function pointer parameters, now finds main()...
Rusty Wagner
2016-01-31
Refactor API to fix design bug that causes use-after-free on many plugin objects
Rusty Wagner
2016-01-27
Implement platform type libraries, though types folder is not yet automatical...
Rusty Wagner
2016-01-25
Initial implementation of platform ABI classes
Rusty Wagner
2015-07-31
Find functions that don't return based on control flow, and use that in paren...
Rusty Wagner
2015-07-29
Show basic register data flow information on hover
Rusty Wagner
2015-07-28
Initial implementation of type info
Rusty Wagner
2015-07-22
Add support for commenting in disassembly graph
Rusty Wagner
2015-07-10
Initial implementation of low level IL
Rusty Wagner
2015-03-20
Function list filtering UI
Rusty Wagner
2015-03-10
Implement make function hotkey and disassembly navigation
Rusty Wagner
2015-02-20
Very early disassembly view rendering
Rusty Wagner
2015-02-19
Add APIs for accessing function information
Rusty Wagner