summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-16Prevent reading past end of dynamic tableJosh Ferrell
2024-08-16Add initial composable workflows.Brian Potchik
2024-08-14Remove leftover debug log in python platform API (skip-ci, skip-note)Mason Reed
2024-08-14Resizable scripting console inputMason Reed
2024-08-14Configurable minimum widget sizing for SplitterMason Reed
2024-08-14Fix scoping bug with 'files.elf.detectARMBE8Binary' setting.Brian Potchik
2024-08-14Fix unitialized workflow machine property.Brian Potchik
2024-08-13Add a way to disable function analysis update and use it to supress analysis ...Xusheng
2024-08-12Add decode, disassembly, IL for TLBINV, TLBINVFnoone
2024-08-12Sign-extend results of 32-bit operations on HI, LOnoone
2024-08-12Add IL, intrinsics for TLB-related instructionsnoone
2024-08-12Add intrinsics for some system instructionsnoone
2024-08-12Differentiate some enums in IL switch statementnoone
2024-08-12Remove checks for 64-bit shift instructionsnoone
2024-08-12Document when stack theme color is valid.Alexander Taylor
2024-08-11Fix crash in triage view when opening with no default calling conventionMason Reed
2024-08-08Add workflow for identifying TerminateProcess(GetCurrentProcess)Peter LaFosse
2024-08-07fix offline user documentation having an online resourceJordan Wiens
2024-08-07Expose Collaboration::ConflictSplitter in APIJosh Ferrell
2024-08-07Change error when applying function without name from dwarf info to debugJosh Ferrell
2024-08-06Add flag role for carry flag when subtraction is implemented with additionRusty Wagner
2024-08-06Fix crash in triage view if binary view has no default platformMason Reed
2024-08-05fix typo in Variable.name docsJordan Wiens
2024-08-05Add example to demangle_llvm python docs (skip-note, skip-ci)Mason Reed
2024-08-04spelling error in rust docs for provenanceJordan Wiens
2024-08-04spellcheck pass on pydocsJordan Wiens
2024-08-04fix typo in provenance docsJordan Wiens
2024-08-04Add support for memory region flags propagation.Brian Potchik
2024-08-02make URLs linked text for connect_debugger python callsJordan Wiens
2024-08-02add documentation for progress_func only working on BNDB filesJordan Wiens
2024-08-02fix formatting of a few return typesJordan Wiens
2024-08-02fix formatting on user docs type libraries page, still needs imagesJordan Wiens
2024-08-02Import debuginfo.py in __init__.py. Fix https://github.com/Vector35/binarynin...Xusheng
2024-08-02Properly lift push r16 instructions in x86. Fix https://github.com/Vector35/b...Xusheng
2024-08-02Fix arm64 Linux build by using std::os::raw::c_char rather than i8 to represe...Xusheng
2024-08-02Support setting user global pointer valueXusheng
2024-07-30Add MSRV field to Cargo.tomlMason Reed
2024-07-29Fix project tests in rust accessing to the same single project fileMason Reed
2024-07-29Revert temporary fix for enterprise crashing on rust project APIMason Reed
2024-07-29Fix crash when using projects API in rust with enterpriseMason Reed
2024-07-29fix rust Database::fileRubens Brandao
2024-07-28Fix `is_shutdown_requested` fn signaturemason
2024-07-26Finish the `DataBuffer` implementationRubens Brandao
2024-07-26Add more core API's to rustRubens Brandao
2024-07-26Add `VariableSourceType` type aliasMichael Krasnitski
2024-07-26Properly check for/log failures and return status on Typelib.write_to_filekat
2024-07-26Add BinaryView::GetDataOffsetForAddresskat
2024-07-25Remove unused variable in DemangleLLVM (skip-note)Mason Reed
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-07-25Add MediumLevelILFunction.is_var_live_atZichuan Li