COMMITS
/ mediumlevelil.cpp January 1, 2026
J
update copyrights for 2026
Jordan Wiens committed
July 31, 2025
G
Support MLIL expr mappings in C++
Glenn Smith committed
July 13, 2025
G
Allow constructing MLILFunction with null LLILFunction/Function
Glenn Smith committed
June 30, 2025
G
Make constructing an MLILFunction require an LLILFunction
Glenn Smith committed
June 10, 2025
G
API to create immediate function graphs
Glenn Smith committed
March 28, 2025
J
missed the older dates!
Jordan Wiens committed
January 24, 2025
R
uidf refactor
Ryan Snyder committed
February 6, 2025
G
Add After variants for looking up variables at instructions
Glenn Smith committed
July 3, 2024
Z
Add MediumLevelILFunction.is_var_live_at
Zichuan Li committed
Z
Add is_ssa_var_live_at into mlil
Zichuan Li committed
January 8, 2024
J
update copyright year
Jordan Wiens committed
August 5, 2023
D
Add API to get all SSA versions of a variable for MLIL and HLIL
Dan Killinger committed
January 26, 2023
R
Fix Type object leaks
Rusty Wagner committed
January 6, 2023
X
Fix update copyright year leftover
Xusheng committed
December 14, 2022
R
Add instruction attributes to IL instructions
Rusty Wagner committed
September 30, 2022
X
Add SetExprType API to MLIL/HLIL
Xusheng committed
August 17, 2022
R
Splitting of variables
Rusty Wagner committed
July 8, 2022
R
Merge variables API/UI, variable liveness API for determining soundness of variable merges
Rusty Wagner committed
March 18, 2022
P
Fix a bunch of reference miscounts in the C++ and python apis
Peter LaFosse committed
February 7, 2022
B
Fix API marshalling bug with MLIL GenerateSSAForm.
Brian Potchik committed
January 28, 2022
K
Format All Files
KyleMiles committed
January 3, 2022
J
update copyright years
Jordan Wiens committed
February 16, 2021
January 27, 2021
B
Finish HLIL expression mapping APIs.
Brian Potchik committed
January 18, 2021
J
updating copyright year
Jordan Wiens committed
November 21, 2020
B
Add improved instruction mapping APIs.
Brian Potchik committed
September 28, 2020
B
Add High Level IL Mappings.
Brian Potchik committed
January 1, 2020
J
update copyright year to 2020
Jordan Wiens committed
August 4, 2019
R
Add data flow query options
Rusty Wagner committed
December 19, 2019
R
LLIL_JUMP_TO/MLIL_JUMP_TO now contain mappings from address to destination instruction
Rusty Wagner committed
January 17, 2019
J
update company name and copyright date
Jordan Wiens committed
December 4, 2018
P
Commonize all InstructionTextToken generation
Peter LaFosse committed
September 5, 2018
R
Add API to create graphs of IL functions
Rusty Wagner committed
August 20, 2018
R
api: add methods to get basic block objects from IL instrs
Ryan Snyder committed
April 5, 2018
R
Add SSA variable liveness API for MLIL
Rusty Wagner committed
January 14, 2018
B
Container Memory Reservations.
Brian Potchik committed
January 11, 2018
B
API Temporary Object Elimination.
Brian Potchik committed
August 23, 2017
R
Added APIs for clobbered registers, global pointers, and function exit data flow info
Rusty Wagner committed
August 2, 2017
R
Refactor IL instruction access APIs
Rusty Wagner committed
July 14, 2017
R
Add API to get list of all definitions or uses of a variable
Rusty Wagner committed
R
Adding API to get type of MLIL expression
Rusty Wagner committed
July 11, 2017
R
Add confidence levels to type objects
Rusty Wagner committed
May 2, 2017
R
Renaming SSA index to version, more uniform register and variable representation in IL
Rusty Wagner committed
April 21, 2017
R
Using variable identifiers in MLIL
Rusty Wagner committed
R
Renaming and adding variable identifiers
Rusty Wagner committed
April 17, 2017
R
Use new variable system in functions
Rusty Wagner committed
March 23, 2017
R
Adding new value object to hold disjoint sets
Rusty Wagner committed
March 16, 2017
R
Adding APIs to query register and stack contents from IL
Rusty Wagner committed
March 15, 2017
R
APIs for performing range analysis
Rusty Wagner committed
March 14, 2017
R
Branch dependence APIs for path sensitive analysis
Rusty Wagner committed