summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-06support for sticky log filterJordan Wiens
2023-06-06Rust API : Add the noexports feature to not export the ABI functions (for ↵KyleMiles
when you're statically compiling several Rust modules that use the API...only one needs to export it)
2023-06-06try to make sphinx ver on macos build happyJordan Wiens
2023-06-05cleanup pydoc warningsJordan Wiens
2023-06-05fix docs for submodules like collaboration and debuggerJordan Wiens
2023-06-03Export the addJsonTheme symbolkat
2023-06-02Fix typo in highlevelil.py docsKyleMiles
2023-06-02add handle= to function constructorsJJTech0130
2023-06-02add AnalysisContext around acJJTech0130
2023-06-02add AnalysisContext classJJTech0130
2023-06-02Add Var, SSAVar, and AliasedVar to commonil.py, and update the relavent ↵KyleMiles
MLIL/HLIL instrutctions
2023-05-31Simplify template simplifier API; remove cursed RustString stuffKyleMiles
2023-05-31Rustdoc warning cleanup (fixes dead links)KyleMiles
2023-05-30Add num-bigint and related crates to open source listRusty Wagner
2023-05-30Cleaned up the Create Array Dialog.Alexander Taylor
2023-05-30nes.py : Add missing perform_get_address_size functionKyleMiles
2023-05-26[C++ Docs] Metadata and DataBuffer docs, and thread safety tags on namespace ↵kat
methods
2023-05-26Add iterators for TypedDataAccessor and DataVariablePeter LaFosse
2023-05-26Update download_headless.pyPeter LaFosse
Use f-string instead of .format
2023-05-26Addressing ↵Jonathan Prokos
https://github.com/Vector35/binaryninja-api/pull/4264#discussion_r1176920759
2023-05-26Adding returned error message when getting headless zip file to propagated ↵Jonathan Prokos
error message
2023-05-26param_vars doesn't exist, properly refer to parameter_varsMaja Kądziołka
2023-05-26Add some missing type annotationsMaja Kądziołka
2023-05-26Add a thread safety indicator for C++ docskat
2023-05-26Fix bugs in hlil.ssa_form.vars_written returning empty when it shouldn'tPeter LaFosse
2023-05-26Fix error in bv.llil_basic_blocks when low_level_il function is not availablePeter LaFosse
2023-05-23small debounce delay for filter updatingJordan Wiens
2023-05-23Add support for changing enumeration member names by clicking 'N' on their tokenPeter LaFosse
2023-05-23Add tokentype for bracesGlenn Smith
2023-05-22export MetadataChoiceDialog symbols for pluginskat
2023-05-18Add ReadPointer to BinaryReader classkat
2023-05-14fix native plugin docs not being in the outlineJordan Wiens
2023-05-13rename ObjC from Beta to ExperimentalJordan Wiens
2023-05-11Fix HLILForSSA.body propertyPeter LaFosse
2023-05-11Fix binaryview metadata bool handlingPeter LaFosse
2023-05-10Store log tokens in entries (for perf)Glenn Smith
2023-05-10Add name to worker tasks for debuggingGlenn Smith
2023-05-10Rust API : Minor cleanup of PRKyleMiles
2023-05-10added un/define_user_data_var functionsmmaekr
2023-05-10Remove unnecessary qualificationtoolCHAINZ
2023-05-10Added some stack layout and reference APIstoolCHAINZ
2023-05-10Fixed calling open_view on a bndb with an invalid view would panic as unwrap ↵tanakalian
was called. Fixed by matching to handle the error case
2023-05-10small typos in enterprise eulaJordan Wiens
2023-05-10Partially revert my previous commit: Allow extra type bounds, but suppress ↵KyleMiles
clippy with comment
2023-05-10adding UIDF documentation and small restructure to developer menu layoutJordan Wiens
2023-05-10Rust API : Remove some unused type parameters (this should remove a little ↵KyleMiles
bit of codegen)...but will likely break custom BV plugins
2023-05-08Pass debug file along with original file to debug info parsersKyleMiles
2023-05-07remove outdated section of workflows docsJordan Wiens
2023-05-06remove root mode for linux-setup.shJordan Wiens
2023-05-01Add documentation for writing native pluginsGlenn Smith