summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-11-05[SharedCache] Changes to the alpha popup/info tabkat
2024-11-05[SharedCache] Add load option to disable automatic loading of libsystem_ckat
2024-11-05[SharedCache] Fix for section names in caches opened within a projectkat
2024-11-05[SharedCache] Optimizations for symbol resolution workflowkat
2024-11-05[SharedCache] Add project support for split dscJosh Ferrell
2024-11-05[SharedCache] Implement LoadedImage API, Fix serialized image names, more ↵kat
robust system for out-of-date databases
2024-11-05[SharedCache] Fix a crash whenever user uses DSC apis on non-dsc.kat
2024-11-04Fix undefined behavior with COFF relocationsMason Reed
Was causing major instability with WARP signature generation
2024-11-04Remove ability to panic on pre-initialized logger in rustMason Reed
Typically this would never occur, however due to the mystical nature of linkers this somehow has happened outside of demo builds
2024-11-04Fix opening/closing braces in PseudoRustPeter LaFosse
2024-11-04WARP: Add READMEMason Reed
Should help with people wanting to build sigem
2024-11-04WARP: Move workflows from `analysis.plugins.warp` to `analysis.warp`Mason Reed
Fixes the weird coalesced setting entry
2024-11-04WARP: Support compressed by default signature data filesMason Reed
2024-11-04Add some more TODO items in rustMason Reed
2024-11-04Fix rust object destructors taking a ref accidentallyMason Reed
2024-11-04WARP: Refactor sigemMason Reed
Support traversing directories and loading sbin files
2024-11-04WARP: Misc formatting and remove useless apply commandMason Reed
2024-11-04WARP: Fix analysis updates not being correctly markedMason Reed
We are running at the end of analysis now so we must invoke reanalysis
2024-11-04WARP: Increase trivial LLIL threshold to 20 bytesMason Reed
2024-11-04WARP: Further constraints on blacklisted instructionsMason Reed
Should allow for non-implicitly extended registers to set to themselves and not be blacklisted
2024-11-03MSVC RTTI: Remove background taskMason Reed
2024-11-03MSVC RTTI: Use GetOriginalImageBase instead of GetStartMason Reed
2024-11-03WARP: Cleanup find from function guid commandMason Reed
2024-11-03Add docs for plugin status widgetKyleMiles
2024-11-03Update type hints for BaseILInstruction.add_subgraphKyleMiles
2024-11-03Remove mention of old usernameKyleMiles
2024-11-03Python API : Update .operands documentationKyleMiles
2024-11-01fix repeated background image in latest doxygenJordan Wiens
2024-11-01Fix segment removal APIs.Brian Potchik
2024-10-30add make.bat for doxygen on windowsJordan Wiens
2024-10-30Use idiomatic PythonZerotistic
2024-10-30fix: validate input type in TypeLibrary.add_alternate_name to prevent crashesZerotistic
Fixes Vector35/binaryninja-api#5814. The function now checks if the input is of type . This prevents crashes caused by passing null or non-string values.
2024-10-30Fix memory ordering issues found with TSANRusty Wagner
2024-10-30Revert "Fix MSVC RTTI analysis not storing metadata"Mason Reed
This reverts commit 11a535f2227ded4af1b4ac9b9db9e0323220fc4f.
2024-10-30Fix MSVC RTTI analysis not storing metadataMason Reed
2024-10-30WARP: Make build script less scuffedMason Reed
2024-10-30WARP: Update benchesMason Reed
2024-10-30WARP: Fix unresolved constraints in sigemMason Reed