summaryrefslogtreecommitdiff
path: root/plugins/warp/examples
AgeCommit message (Collapse)Author
2026-03-26[WARP] More documentation updates and python examplesMason Reed
2026-03-24[WARP] Improved UX and APIMason Reed
- Exposes WARP type objects directly - Adds processor API (for generating warp files directly) - Adds file and chunk API - Misc cleanup - Simplified the amount of commands - Replaced the "Create" commands with a purpose built processor dialog - Added a native QT viewer for WARP files - Simplified committing to a remote with a purpose built commit dialog
2026-01-11[Rust] Update examples to use tracingMason Reed
2025-12-13[WARP] Fix `warp_headless` example not linking binaryninjacore (#7787)Mason Reed
Would result in binaryninjacore not being loaded: ``` dyld[19068]: Library not loaded: @rpath/libbinaryninjacore.1.dylib ``` Simply forgot to add build.rs to direct cargo at where to find the lib.
2025-12-05[Rust] Bump pinned version to 1.91.1Mason Reed
2025-11-04[WARP] Update python example to fix adding a source to a "read-only" containerMason Reed
2025-11-04[WARP] Add example of batch processing using the headless Rust APIMason Reed
2025-07-15[WARP] Add example of creating signatures headlessly in pythonMason Reed