index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
architecture.py
Age
Commit message (
Expand
)
Author
2024-05-02
Add address display mode options
Glenn Smith
2024-03-15
Separate local variable tokens in higher level ILs from stack variable tokens...
Rusty Wagner
2024-03-02
Add support for memory intrinsics.
Brian Potchik
2024-02-07
add exprIndex field to BNInstructionTextToken
Ryan Snyder
2024-01-08
update copyright year
Jordan Wiens
2023-08-23
small clarification on APIs that descibe max_instruction_length
Jordan Wiens
2023-04-25
Fix deprecation warning formatting in docs, require deprecated_in parameter
Josh Ferrell
2023-03-27
Catch all types of exceptions in functions in Architecture that call user-imp...
Xusheng
2023-01-05
Update copyright to 2023
Josh F
2022-10-04
Deprecate unused BinaryViewTypeArchitectureConstant API
Xusheng
2022-02-17
Add some additional type hints to architecture.py and lowlevelil.py
Peter LaFosse
2022-01-28
Format All Files
KyleMiles
2022-01-19
Many type check fixes
Peter LaFosse
2022-01-19
Use Dict instead of Mapping where appropriate
Peter LaFosse
2022-01-03
update copyright years
Jordan Wiens
2021-12-03
Fix type hint for get_instruction_low_level_il
Peter LaFosse
2021-10-11
Fix LowLevelIL returning an invalid ILSemanticFlagClass
Peter LaFosse
2021-09-24
Use more f-strings
Peter LaFosse
2021-09-16
fix get_semantic_flag_class_index
Peter LaFosse
2021-09-16
Fix type check error on self.regs/self.reg_stacks
Peter LaFosse
2021-09-16
Make RegisterInfo and RegisterStackInfo classes frozen and thus hashable
Peter LaFosse
2021-09-15
Fix initialization of IntrinsicInfo objects.
Peter LaFosse
2021-09-15
Use new types outside of `isinstance` checks to satisfy PyRight
Alex Cameron
2021-09-15
Avoid using `isinstance` on objects returned by `NewType`
Alex Cameron
2021-09-15
Fix RegisterInfo initialization
Peter LaFosse
2021-09-08
moving InstructionTextToken back to architecture module and aliasing from fun...
Jordan Wiens
2021-09-07
Improve backward compatibility of get_low_level_il* functions
Peter LaFosse
2021-09-06
Fix import of log
Peter LaFosse
2021-09-06
Add some additional typehints to architecture.py, function.py and metadata.py...
Peter LaFosse
2021-09-06
Add __str__ for Architecture
Peter LaFosse
2021-09-06
Fix typecheck error in architecture.py
Peter LaFosse
2021-09-06
Use more f-strings
Peter LaFosse
2021-09-06
Fix some type check errors in debuginfo.py
Peter LaFosse
2021-09-05
Remove some unnecessary properties for various derived HLIL Instructions, add...
Peter LaFosse
2021-09-05
Refactor Python Types
Peter LaFosse
2021-09-05
Refactor ILs for greater speed and utility
Peter LaFosse
2021-09-05
Don't inherit from object anymore
Peter LaFosse
2021-09-05
Fix InstructionInfo
Peter LaFosse
2021-09-05
fix issue when looking up branch type in Architecture._get_instruction_info
Peter LaFosse
2021-09-05
Convert the following to dataclasses:
Peter LaFosse
2021-09-05
add a core.free_string helper
Peter LaFosse
2021-09-05
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse
2021-08-05
Also return the incomingType member in TypeFieldReference
Xusheng
2021-06-14
Fix comparison of ReferenceSource and TypeFieldReference
Xusheng
2021-05-26
Add the ability to automatically create struct members
Xusheng
2021-03-26
updating to latest sphinx-rtd theme and many doc formatting fixes
Jordan Wiens
2021-03-02
Some python3 changes
Peter LaFosse
2021-02-05
fix max_instr_length note styling
Jordan
2021-01-18
updating copyright year
Jordan Wiens
2021-01-08
add note about max_instr_length to Architecture class
Jordan Wiens
[next]