| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- Refactored Type Documentation
- Added Projects
- Added Type Archives
- Added New Sidebar Documentation
- Added String Concepts
- Added Light/Dark Mode
- Added New Tab Documentation
- Added BNIL Guide: HLIL docs
- Added new cookbook examples
- Added migration guide
- Added script for building docsets
- Added documentation for themes
- Updated all images to Ninja Edit
- API Docs : Documents BasicBlockEdge and BasicBlock
- API Docs : Documents CoreVariable, Variable, and VariableNameAndType
- API Docs : Corrects note on `BinaryView.update_analysis` and `BinaryView.update_analysis_and_wait` to represent that analysis is run by default for you now.
- Many, many other changes
|
|
retrieving string from ConstPtr IL instructions; Resolves #4144
|
|
to LLIL, MLIL, and HLIL
Also cleans up some old code patterns in the old visitors
|
|
|
|
|
|
|
|
|
|
|
|
HighLevelILInstruction.visit
|
|
favor of *.var to match HLIL
|
|
accept variable instruction objects in addition to variable objects
|
|
|
|
|
|
MLIL/HLIL instrutctions
|
|
|
|
|
|
Implement detailed_operands for both, add visitors for both.
Improve consistency of type_name field of detailed_operands in MLIL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add get/set_expr_type to MLIL/HLIL Python APi
|
|
|
|
|
|
|
|
variable merges
|
|
Close #3339.
|
|
|
|
|
|
|
|
|
|
|
|
handles directly
|
|
|
|
|
|
|
|
|
|
consistency
|
|
|
|
|
|
|