summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-17silly work-around for 0byte files not being includedJordan Wiens
2023-02-17correct order of tuple for function parameter types in documentationJordan Wiens
2023-02-17LogView: keep a local cache of bv valid ranges to avoid taking a lock in the ...Peter LaFosse
2023-02-17Add update mutex to xrefs widgetPeter LaFosse
2023-02-17Ensure we reserve space in the vector in NameList constructorPeter LaFosse
2023-02-17Some optimizations to SymbolsView to make it less laggy when updates are occu...Peter LaFosse
2023-02-16Docs for PDB: Allow Untyped SymbolsGlenn Smith
2023-02-15Expose API for getting default font size.Alexander Taylor
2023-02-15Added new API for obtaining application font.Alexander Taylor
2023-02-15Remove legacy BNDB Merge ToolJosh Ferrell
2023-02-14ShowILOpcodes to show what the IL operations areGlenn Smith
2023-02-14Add DisassemblySettings to LLIL::GetExprTextGlenn Smith
2023-02-14Fix crash from creating 0 width enumJosh Ferrell
2023-02-14Add DWARF ExportKyleMiles
2023-02-14Rust API: Misc changes and improvementsKyleMiles
2023-02-14Python API: Critical fixKyleMiles
2023-02-14Rust API : Fix some bad type casts in FFIKyleMiles
2023-02-13Add __version__ attribute to python api, allow marking deprecation with futur...Josh Ferrell
2023-02-13Make Function.function_type transparently use Function.typeJosh Ferrell
2023-02-13add new function type property, prepare deprecation for function_typeJordan Wiens
2023-02-12Slightly clean up CMake outputJon Palmisciano
2023-02-10fixup instruction iterator to work headless and in the UIJordan Wiens
2023-02-09Invalidate python finder caches when plugin dependency gets installedJosh Ferrell
2023-02-09Fix crash caused by race condition on freeing plugin BinaryViewsRusty Wagner
2023-02-09add more type documentation about accessing type information via APIJordan Wiens
2023-02-09small css tweak on user docsJordan Wiens
2023-02-09Update documentation to warn about creating databases in the context of analy...Brian Potchik
2023-02-08More surgical fix that actually passes unit tests.Alexander Taylor
2023-02-08Update `_sdv` when `_type` changes.Alexander Taylor
2023-02-08Remove default param in C api functionGlenn Smith
2023-02-08Update binaryview.pyPeter LaFosse
2023-02-08Bring BinaryReader.seek more in line with FileFabian Freyer
2023-02-08Change Function.user_type -> Function.has_user_type, deprecate Function.expli...Josh Ferrell
2023-02-08Remove ifdefs for Qt 5 support.Alexander Taylor
2023-02-08Clean up possible early deletion issues in API callbacksRusty Wagner
2023-02-08Add boolean for Function.user_type to indicate if a user type has been setPeter LaFosse
2023-02-06Rust API: Clippy cleanupKyleMiles
2023-02-06Rust API: `interaction::get_form_input` version 1 (mirrors Python version; li...KyleMiles
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 ConstantD...Brian Potchik
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
2023-02-03Fix ScriptingProviders.update_locals raising causing console entry to failGlenn Smith
2023-02-03Fix InstructionTextToken default ctor not initializing membersGlenn Smith