| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-30 | Type library C++ api & import recording | Glenn Smith | |
| 2022-11-10 | Include C++ standard headers | Christian Blichmann | |
| When compiling in C++ mode, the C++ standard library headers should be included instead of their C counterparts. Drive-by: - Removed include of `json/json.h` from `settings.cpp`, where it was not used | |||
| 2022-11-10 | Warning cleanup | Rusty Wagner | |
| 2022-10-04 | Deprecate unused BinaryViewTypeArchitectureConstant API | Xusheng | |
| 2022-05-11 | Clang+TypeParser APIs | Glenn Smith | |
| 2022-01-28 | Format All Files | KyleMiles | |
| 2022-01-03 | update copyright years | Jordan Wiens | |
| 2021-09-05 | Refactor Python Types | Peter LaFosse | |
| Remove _mutable types | |||
| 2021-02-17 | add support for type xref and variable xref | Xusheng | |
| 2021-01-18 | updating copyright year | Jordan Wiens | |
| 2020-10-15 | edit current line in linear view | Xusheng | |
| add CanAssemble() to architectures | |||
| 2020-09-15 | display as in linear view | Xusheng | |
| 2020-04-28 | Add system register list to architectures. | Rusty Wagner | |
| Global registers are commonly used for module data pointers in architectures, which are global in nature but should still be eliminated in high level ILs once the data pointers have been resolved. This means there needs to be an additional type of global register for those that should never be eliminated in any way, such as an MSR register or other registers that contain important system state with side effects. To allow for this, a list of system registers can be supplied by the archtiecture. | |||
| 2020-04-25 | Add GetDisplayStringForInteger API | Peter LaFosse | |
| 2020-04-21 | Add indentation option for text renderer | Rusty Wagner | |
| 2020-04-17 | Early HLIL testing | Rusty Wagner | |
| 2020-01-01 | update copyright year to 2020 | Jordan Wiens | |
| 2019-08-06 | Fix some double frees with DisassemblyTextLine in API | Rusty Wagner | |
| 2019-08-02 | Fix some places missing tag conversion for text lines | Glenn Smith | |
| 2019-08-01 | Tags | Glenn Smith | |
| 2019-07-23 | Add API to process tokens for integer display types, comments, etc. | Rusty Wagner | |
| 2019-02-28 | Fix typo in API name | Rusty Wagner | |
| 2019-02-22 | Add API for constructing disassembly text | Rusty Wagner | |
| 2019-01-17 | update company name and copyright date | Jordan Wiens | |
| 2019-01-12 | Fix memory leak when allocaing BNInstructionTextToken | Peter LaFosse | |
| 2018-12-19 | Don't free InstructionTextTokens in the core if they were alloced in the API | Peter LaFosse | |
| 2018-12-14 | fixes for get_instruction_lines and code cleanup | Peter LaFosse | |
| 2018-12-13 | Commonize all InstructionTextToken generation | Peter LaFosse | |
| 2018-05-07 | Merge branch 'dev' into test_relocation | Peter LaFosse | |
| 2018-05-07 | Refactor supporting calling convention like approach | Peter LaFosse | |
| 2018-04-29 | Prevent creation of LowLevelILFunction wrappers on the stack | Ryan Snyder | |
| 2018-04-04 | Merging with dev | Peter LaFosse | |
| 2018-04-04 | Most relocations work on ELF/x86_64 | Peter LaFosse | |
| 2018-02-23 | Add APIs for subclassing or hooking an existing architecture in C/C++ | Rusty Wagner | |
| 2018-02-12 | Merge branch 'dev' into fpu | Rusty Wagner | |
| 2018-01-31 | Adding CPU intrinsics support | Rusty Wagner | |
| 2018-01-18 | Allow flag roles to be dependent on semantic class | Rusty Wagner | |
| 2018-01-16 | Add classes and groups for semantic flags resolution | Rusty Wagner | |
| 2018-01-14 | Container Memory Reservations. | Brian Potchik | |
| 2018-01-11 | API Temporary Object Elimination. | Brian Potchik | |
| 2017-12-26 | Merge branch 'dev' into fpu | Rusty Wagner | |
| 2017-12-04 | Better Architecture Transition Support. | Brian Potchik | |
| 2017-11-13 | Add GetInstructionAlignment Callback to Architecture. | Brian Potchik | |
| 2017-10-23 | Top relative register stack access as a normal register | Rusty Wagner | |
| 2017-10-06 | Adding support for register stacks in IL (for x87) | Rusty Wagner | |
| 2017-08-17 | Support custom calling conventions in the type parser and type objects | Rusty Wagner | |
| 2017-08-15 | Add APIs to access and update portions of the function type, and added new ↵ | Rusty Wagner | |
| APIs for global registers and implicit incoming state in calling conventions | |||
| 2017-07-10 | Add confidence levels to type objects | Rusty Wagner | |
| 2017-05-19 | update copyright year | Jordan Wiens | |
| 2017-05-04 | Initial support for concrete flags computation | Rusty Wagner | |
