summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-12WARP: Run `cargo fmt`Mason Reed
2024-11-12WARP: Allow skipping trivial function constraintsMason Reed
2024-11-11WARP: Lazily include types for created signaturesMason Reed
Signatures created using the command now do not include all types in the view
2024-11-11WARP: More easily adjustable binja settingsMason Reed
Also fixes the issue of running sigem without already enabling WARP previously.
2024-11-11WARP: Bump warp dependencyMason Reed
2024-11-11Add actual logger api to rustMason Reed
2024-11-11WARP: Run `cargo clippy`Mason Reed
2024-11-11WARP: Call cache destructor and adjust worker thread count for view cleanupMason Reed
2024-11-11WARP: Lockless ViewIDMason Reed
2024-11-11WARP: Cache type references in the view cachesMason Reed
This allows us to free the type references instead of keeping them around forever
2024-11-11WARP: Bump warp dependencyMason Reed
2024-11-11WARP: Misc formattingMason Reed
2024-11-11Add FileMetadata::session_id to rust apiMason Reed
2024-11-09fix DSC first-popup dialogJordan Wiens
2024-11-08WARP: Refactor matcherMason Reed
- Add configurable matcher settings - Apply adjacent constraints now that were in a module workflow at the end of analysis - Set required number of constraints for more accuracy
2024-11-08WARP: Cleanup sigem about documentationMason Reed
2024-11-08WARP: Fix matcher workflow generating a large number of anonymous undo actionsMason Reed
2024-11-08WARP: Fix very rare lock contention throwing away cache entry on finishMason Reed
2024-11-08WARP: Bump warp dependency and remove unused dependencyMason Reed
2024-11-08Add rust api for bulk segment additionMason Reed
2024-11-08WARP: Misc clippy lintsMason Reed
2024-11-08WARP: Fix sigem leaving file handle open and deduplicate filesMason Reed
2024-11-08WARP: Add manual file loading and initial user settingsMason Reed
Also just some general cleanup in the matcher
2024-11-08WARP: Misc changesMason Reed
2024-11-08WARP: Remove unneeded ref in type conversionMason Reed
2024-11-08WARP: Find command shouldn't generate new GUID'sMason Reed
2024-11-08WARP: Check constant values for probable constant pointer usageMason Reed
This will eleviate some of the indeterministic behavior of LLIL constant and constant pointer usage
2024-11-08Prevent race in windows platform binary view initializationMason Reed
2024-11-07WARP: Parallelize sigem `data_from_directory`Mason Reed
2024-11-07WARP: Remove useless warningMason Reed
This only happens when we are generating signatures, those don't need to be in the cache to get built
2024-11-07Remove unnecessary code causing a crash in TagList view.Brian Potchik
2024-11-07Add APIs to support bulk segment addition operations.Brian Potchik
2024-11-06reorder DSC triage tabs and small text changesJordan Wiens
2024-11-06normalize Shared Cache nameJordan Wiens
2024-11-06Fixes Vector35/binaryninja-api#5968: "PowerPC flag names no longer ↵Galen Williamson
recognized (due to changes in capstone register numbering)": handles new capstone flag numbers, allows assembling `isel` instructions with capstone syntax, disassembles flag registers with capstone syntax
2024-11-06Improve documentation for `update_analysis*` methods.Brian Potchik
2024-11-06Revert "add new tool button with background"Alexander Taylor
This reverts commit b6d1aed922c28193038c9e42133e32eba6cd6758.
2024-11-06[SharedCache] Fix bndb save/load within projectskat
2024-11-05Add delay support to workflow machine.Brian Potchik
2024-11-05Updated capstone to 5.0.3 to fix xori instr liftingAlex Mullins
2024-11-05MSVC RTTI: Formatting changesMason Reed
2024-11-05MSVC RTTI: More robust CompleteObjectLocator verificationMason Reed
Must be within section now
2024-11-05Fix NativeAOT PDBs' extra data causing an assertion failureGlenn Smith
2024-11-05Fix .dSYM sibling file load logic and update .dSYM docsJosh Ferrell
2024-11-05[SharedCache] Fix .bndb save/load outside of projectskat
2024-11-05Make Python data renderers backwards compatibleRusty Wagner
2024-11-05Fix python DataRenderer APIPeter LaFosse
2024-11-05[SharedCache] very Hotfix for 'SharedCache.load_image_with_install_name'kat
2024-11-05[SharedCache] Barebones sanity check on ivar list sizekat
2024-11-05[SharedCache] Hotfix flags on dyldData sectionskat