summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-06Rust API: Fix typoKyleMiles
2023-02-06Rust API: Add `function::address_ranges`KyleMiles
2023-02-06Python API: Add hints to interaction.pyKyleMiles
2023-02-06Add a __bool__ to BinaryView, Section, and Segment classesPeter LaFosse
2023-02-06Ensure the output variable name is cleared prior to appending in DemangleGNU3Peter LaFosse
2023-02-05Add IsConstantData to the C++ RegisterValue API.Brian Potchik
2023-02-05Wrap the RegisterValueType state value properly when constructing a ↵Brian Potchik
ConstantDataRegisterValue.
2023-02-04Initial support for constant data expressions.Brian Potchik
2023-02-03Fix sphinx breaking this bulleted listGlenn Smith
2023-02-03Fix typo in settings.mdKharos102
Small typo stuck in my mind
2023-02-03Fix ScriptingProviders.update_locals raising causing console entry to failGlenn Smith
Re: #3596
2023-02-03Fix InstructionTextToken default ctor not initializing membersGlenn Smith
Fixes #3596
2023-02-03Expose GetSymbolsByRawName in the C++ APIPeter LaFosse
2023-02-03Move the debugger docs into the debugger repo and copy them to the API ↵Xusheng
folder during build
2023-02-02Fix current_comment clobbering bv.set_comment_atGlenn Smith
Fixes Vector35/binaryninja-api#3682
2023-02-01add macros to docs, resolves #3818Jordan Wiens
2023-01-31Fix missing clicks in symbolslistPeter LaFosse
2023-01-30Rust API : Slight docs improvementsKyleMiles
2023-01-30Fix crash on Get of nonexistant metadataRusty Wagner
2023-01-30Fix Type object leaksRusty Wagner
2023-01-30Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIsRusty Wagner
2023-01-27Add virtual non-inline functions for interface classesGlenn Smith
This fixes a cases where trying to dynamic_cast to one of these interfaces fails for types defined in libraries, since the linker just copies the full definition into the library because it can, and then breaks the inheritance tree.
2023-01-26Missed a 'c'.Alexander Taylor
2023-01-25Add dock menu with various dock menu actionsGlenn Smith
2023-01-25Fix rust headless BinaryView not loading correctlygeno nullfree nullfree.geno@gmail.com
2023-01-24fixed code block brokenness in plugins.mdGalen Williamson
2023-01-24Attempt to prevent bad C++ docs from being shipped againkat
2023-01-23Warning cleanupRusty Wagner
2023-01-23Make splitPane return the created paneGlenn Smith
2023-01-22Add current_*_ssa to python console, fix #3661Josh Ferrell
2023-01-20Do not import packaging in deprecation.py. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/3810
2023-01-19Update docs for parse_expression. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/3800
2023-01-19Deprecate __len__ of SegmentXusheng
Print a warning message when a deprecated function/property/class is used
2023-01-17Update debugger docsXusheng
2023-01-16Make parameter order more consistent across linear view, do not clobber ↵Josh Ferrell
QWidget::update
2023-01-13Update debugger docsXusheng
2023-01-12add enum docs and cleanup user guide type sectionJordan Wiens
2023-01-11A couple touchups to the PDB docsGlenn Smith
2023-01-11Updated PDB plugin documentationGlenn Smith
2023-01-11Fix more api type hintsJosh Ferrell
2023-01-11update type information with create array dialogJordan Wiens
2023-01-11update settings for 3.3 stableJordan Wiens
2023-01-11update function properties dialog docs for inliningJordan Wiens
2023-01-11small tweaks to type docsJordan Wiens
2023-01-11Docs for Import/Export header fileGlenn Smith
2023-01-11Fix Enterprise API formatting issues.Alexander Taylor
2023-01-10Fix generation of incorrect python type hints for enumsJosh Ferrell
2023-01-10Fix some type errors in binaryview.pyJosh Ferrell
2023-01-10Fix some type errors in function.pyJosh Ferrell
2023-01-10Include time.h for time() on windowsGlenn Smith