| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-17 | Make various database progress functions cancellable | Glenn Smith | |
| 2022-01-17 | Single function mode in linear view | Rusty Wagner | |
| 2022-01-17 | Decompile to C | rose | |
| 2022-01-13 | Allow the creation of const/volatile NTRs | Peter LaFosse | |
| 2022-01-06 | Add Function::HasUserAnnotations | Peter LaFosse | |
| 2022-01-04 | Fix mismatch in parameter names | Christian Blichmann | |
| Function parameters should be named the same in both declaration and definition. | |||
| 2022-01-03 | update copyright years | Jordan Wiens | |
| 2021-11-18 | Enterprise apis and support | Glenn Smith | |
| Also secrets provider + openUrl | |||
| 2021-11-11 | Add Function::GetMediumLevelILSSAVariables and ↵ | KyleMiles | |
| Function::GetHighLevelILSSAVariables to the C++ API | |||
| 2021-11-11 | Adds MediumLevelILFunction.aliased_vars, HighLevelILFunction.aliased_vars, ↵ | KyleMiles | |
| and the respective C and C++ functions; Addressed the API side of #2662 | |||
| 2021-11-04 | Expose RangeContainsRelocation | Peter LaFosse | |
| 2021-10-28 | Smartly update the TypeView | Xusheng | |
| 2021-10-21 | Add HighLevelILFunction::IsVarLiveAt and HighLevelILFunction::IsSSAVarLiveAt | KyleMiles | |
| 2021-10-05 | More HLIL API parity; Resolves #2363 | KyleMiles | |
| 2021-10-04 | Custom tab widget for tear-away tabs | Rusty Wagner | |
| 2021-09-27 | Better support for change type in linear view | Xusheng | |
| 2021-09-06 | Add BNTypeBuilderSetChildType | Peter LaFosse | |
| 2021-09-06 | Change NamedTypeReference.GetTypeClass to GetTypeReferenceClass as it was ↵ | Peter LaFosse | |
| conflicting with Type.GetTypeClass | |||
| 2021-09-05 | Add TypeBuilder SetAlternateName/SetParameters/SetSigned | Peter LaFosse | |
| 2021-09-05 | Move MemberAccess/MemberScope to StructureMember | Peter LaFosse | |
| Fix rust AddStructureMemebers | |||
| 2021-09-05 | Refactor Python Types | Peter LaFosse | |
| Remove _mutable types | |||
| 2021-09-05 | Add ability for TypeBuilder objects to utilize ↵ | Peter LaFosse | |
| StructureBuilder/EnumerationBuilder/NamedTypeReferenceBuilder objects | |||
| 2021-08-20 | Workflows basic blocks and IL function analysis setters. | Brian Potchik | |
| 2021-08-20 | platforms: specify platform types and add bvt platform callbacks | Ryan Snyder | |
| 2021-08-17 | Websocket provider | Glenn Smith | |
| 2021-08-13 | Workflows early preview. | Brian Potchik | |
| 2021-08-05 | Also return the incomingType member in TypeFieldReference | Xusheng | |
| 2021-08-04 | Add IsConstant API for Register. | Brian Potchik | |
| 2021-08-04 | Add query mode to flow graph reports. | Brian Potchik | |
| 2021-08-04 | Expose some BasicBlock APIs. | Brian Potchik | |
| 2021-08-04 | Expose LLIL SSA Generation API. | Brian Potchik | |
| 2021-07-30 | DataRenderer: Create binding for `RenderLinesForData` | Jon Palmisciano | |
| 2021-07-30 | Function: Add C++ bindings for `Get{Medium,High}LevelILVariables()` | Jon Palmisciano | |
| 2021-07-29 | support for repository plugins loaded from a subdirectory | Jordan Wiens | |
| 2021-07-26 | Python API : Fix copyright year, add .vars to IL functions, remove ↵ | KyleMiles | |
| BNGetFunctionILVariables, prevent variables without types (from Mapped MLIL) from erroring out in function.Variable's __repr__, added BNGetLowLevel-Registers, RegisterStacks, Flags, MemoryVersions, and their respective SSA versions, added `LowLevelILFunction`- `.vars`, `.ssa_vars`, `.registers`, `.register_stacks`, `.flags`, `.memory_versions` and ssa versions. | |||
| 2021-07-13 | Database api | Glenn Smith | |
| Co-Authored-By: Josh Ferrell <josh@vector35.com> | |||
| 2021-07-09 | Cleanup tags and comments in many places | Glenn Smith | |
| Fixes #1926 #2374 #2325 #2204 #1652 and possibly others | |||
| 2021-07-07 | DebugInfo - plugable debug information importers - C++, Rust, and Python APIs | KyleMiles | |
| 2021-07-01 | Chunked uploads and cancelling uploads | Glenn Smith | |
| 2021-07-01 | Give tag types unique ids and stop relying on unique names | Glenn Smith | |
| 2021-07-01 | GetAllTagReferenceTypeCounts for optimized all-counts list | Glenn Smith | |
| 2021-07-01 | Expose Tag::GetId | Glenn Smith | |
| 2021-07-01 | Change tag ids to string | Glenn Smith | |
| 2021-06-18 | Interactions: add default form values | Glenn Smith | |
| 2021-06-12 | Function: Added `GetILVariables()` method | Jon Palmisciano | |
| 2021-06-11 | Add TypeReferenceChanged notification | Xusheng | |
| 2021-05-28 | Improve calling convention support for variadic argument resolution | Ryan Snyder | |
| 2021-05-26 | Add the ability to automatically create struct members | Xusheng | |
| 2021-05-19 | Divide metadata into user and auto metadata | Xusheng | |
| 2021-05-04 | render non-member access to type on a new line | Xusheng | |
| add Python API for retrieving all type fields referenced by code change m_updatesRequired to std::atomic_bool fix potential UAF after calling AnalysisCompletionEvent::Cancel() | |||
