| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-19 | Add static DataRendererContainer::RenderLinesForData | Mark Rowe | |
| This is a replacement for the `DataRenderer::RenderLinesForData` member function as it is impossible to use without leaking memory. | |||
| 2025-02-11 | Fix partial initialization of `DisassemblyTextLine` | Mason Reed | |
| The usage of `DisassemblyTextLine` in the FFI was unsound, we would forget to initialize some fields causing a myriad of issues where round-tripping through the FFI was losing information. | |||
| 2025-02-11 | Fix memory leak when calling `DataRenderer::GetLinesForData` or ↵ | Mason Reed | |
| `DataRenderer::RenderLinesForData` | |||
| 2024-11-28 | Fix API memory leak in data renderers and language representations | Rusty Wagner | |
| 2024-10-21 | Allow multiple high level representations for display, add Pseudo Rust and a ↵ | Rusty Wagner | |
| Pseudo Python example plugin | |||
| 2023-11-14 | Fix a number of leaks and bad uses of free in the api | Glenn Smith | |
| See https://github.com/Vector35/binaryninja-api/issues/4751 | |||
| 2023-09-12 | Fix type leak any time a plugin data renderer is called | Rusty Wagner | |
| 2023-02-08 | Clean up possible early deletion issues in API callbacks | Rusty Wagner | |
| 2022-01-28 | Format All Files | KyleMiles | |
| 2021-07-30 | DataRenderer: Create binding for `RenderLinesForData` | Jon Palmisciano | |
| 2019-12-13 | Fix for issue with custom display types | Peter LaFosse | |
| 2019-11-15 | Type workflow improvements | Peter LaFosse | |
| Expand type context for data renderers Add additional linearview helper routines for defining variables inside of structures fix unit tests | |||
| 2019-08-01 | Tags | Glenn Smith | |
| 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-13 | Commonize all InstructionTextToken generation | Peter LaFosse | |
| 2018-10-19 | Expose DataRender APIs, allow setting const on types, and allow type comparison | Peter LaFosse | |
