| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-15 | [bntl] Fix rpaths to not include an absolute path into the build directory ↵ | Mark Rowe | |
| on macOS | |||
| 2026-03-24 | [BNTL] Fix misc doc comments missing | Mason Reed | |
| 2026-02-23 | [BNTL] Fix misc unused warnings | Mason Reed | |
| 2026-02-23 | Add global plugin command type | Mason Reed | |
| Register plugins which are available outside the context of a binary view | |||
| 2026-02-23 | [BNTL] Misc improvements | Mason Reed | |
| 2026-02-23 | [Rust] Misc documentation and cleanup | Mason Reed | |
| 2026-02-23 | [BNTL] Misc improvements | Mason Reed | |
| 2026-02-23 | [BNTL Utils] Fix misc clippy lints | Mason Reed | |
| 2026-02-23 | Add BNTL utility plugin | Mason Reed | |
| Allow users to easily create, diff, dump and validate type libraries Supports the following formats: - C header files (via core type parsers) - Binary files (collects exported and imported functions) - WinMD files (via `windows-metadata` crate) - Existing type library files (for easy fixups) - Apiset files (to resolve through forwarded windows dlls) Can be invoked as a regular plugin via UI commands or via CLI. Processing of type libraries inherently requires external linking, processing will automatically merge and deduplicate colliding type libraries so prefer to use inside a project or a directory and process all information (for a given platform) at once, rather than smaller invocations. | |||
| 2026-02-23 | [Python] Add missing `TypeLibrary.duplicate` API | Mason Reed | |
