index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mediumlevelilinstruction.h
Age
Commit message (
Expand
)
Author
2022-06-14
Add Dump() to *LILInstruction
Glenn Smith
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-01-18
updating copyright year
Jordan Wiens
2020-10-12
Fix stale references when modifying in place
Rusty Wagner
2020-09-27
Add High Level IL Mappings.
Brian Potchik
2020-06-16
Fix GCC9 warnings
Rusty Wagner
2020-05-11
Modifications for supporting jemalloc in the core
Rusty Wagner
2020-05-11
Use STL provided uint64_t hash function to speed up Windows build
Rusty Wagner
2020-04-17
Expand support for HLIL switch/case and data flow access
Rusty Wagner
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-12-19
LLIL_JUMP_TO/MLIL_JUMP_TO now contain mappings from address to destination in...
Rusty Wagner
2019-01-17
update company name and copyright date
Jordan Wiens
2018-09-12
Merging with dev
Peter LaFosse
2018-08-21
Add return hint MLIL instruction (used in intermediate stages, not emitted in...
Rusty Wagner
2018-08-16
Adding EXTERN_PTR type
Peter LaFosse
2018-04-25
Adding tailcall analysis to the core.
Brian Potchik
2018-02-13
Add missing instruction
Rusty Wagner
2018-02-09
Add instructions for tracking freed register stack slots
Rusty Wagner
2018-02-02
Add rounding instructions
Rusty Wagner
2018-01-31
Adding CPU intrinsics support
Rusty Wagner
2017-12-26
Merge branch 'dev' into fpu
Rusty Wagner
2017-12-12
Modify Hash Functions.
Brian Potchik
2017-10-06
Adding support for register stacks in IL (for x87)
Rusty Wagner
2017-10-03
Add basic floating point instructions
Rusty Wagner
2017-08-24
Add MLIL instruction for dealing with direct access to GOT/IAT entries
Rusty Wagner
2017-08-15
Add APIs to access and update portions of the function type, and added new AP...
Rusty Wagner
2017-08-05
Refactor IL instruction access APIs
Rusty Wagner