summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-29Check in the debuggerXusheng
2022-04-28Fix lifetimes in ScriptingInstance::CompleteInputCallbackJosh F
2022-04-28Fix install_api.py checking for binaryninjaui by importing it in headlessGlenn Smith
2022-04-28add jsoncpp referenceJordan Wiens
2022-04-26Fix BinaryWriter.endianness. Fix #3088.Xusheng
2022-04-25allow pth for pyside with 3.10 supportJordan Wiens
2022-04-24Ensure Intrinsic is included in low/medium/highlevelil.pyPeter LaFosse
2022-04-24Add commonil class for intrinsicsFabian Freyer
2022-04-24Finish a BackgroundTaskThread on exceptionFabian Freyer
2022-04-22Fix type annotation for single_function_language_representationJosh F
2022-04-22Add FunctionBuilder setter for stack adjustment w/ confidencePeter LaFosse
2022-04-22Ensure stackadjustment confidence and varargs have better default confidence ...Peter LaFosse
2022-04-20Fix potential crash when scrolling in SettingsView.Brian Potchik
2022-04-20Fix initial navigation crash and object lifetime.Brian Potchik
2022-04-14Update to Qt 6.3.0Rusty Wagner
2022-04-14Remove fixOutput as it was only for python2Peter LaFosse
2022-04-14Fix issue where utf-8 strings couldn't be used or displayed in the python scr...Peter LaFosse
2022-04-14Improve performance of unit test generation with some smarter patternsPeter LaFosse
2022-04-14Add some python api side caching to improve performance for some frequently a...Peter LaFosse
2022-04-14Switch to use the z80 arch plugin for the plugin installation testXusheng
2022-04-13Better docstring for Database.trim/remove_snapshotGlenn Smith
2022-04-13Add Database::TrimSnapshot apiGlenn Smith
2022-04-13Prevent shadowing binary tests with multiple oraclesJosh F
2022-04-13Python API : Fixes fully-qualified `binaryninja.log.log*` calls and adds test...KyleMiles
2022-04-12Update bug_report.mdJordan
2022-04-12remove local dev path updateJordan
2022-04-12fix: CustomViewContext using 'std::mem::zeroed' which can result in runtime p...EliseZeroTwo
2022-04-12Rust API : Fix ref counting bug in CustomBinaryView creation, initialization,...KyleMiles
2022-04-12Update cargo from stable-2021-06-17 -> stable-2021-04-07KyleMiles
2022-04-11Use QPlainTextEdit for ScriptingConsoleOutputJosh F
2022-04-11Prevent crash when ScriptingInstance::CompleteInput returns nullptrJosh F
2022-04-11Prevent hang when tab completing in large function/binaryJosh F
2022-04-11- have SymbolMapping accept default for `get()` methodverylazyguy
2022-04-08Add some small typehint fixes to typelibrary and metadata.pyPeter LaFosse
2022-04-08Properly decode strings for TypeLibrary.platfrom_namesPeter LaFosse
2022-04-08Add __hash__ for Type/TypeBuilderPeter LaFosse
2022-04-07Update to Qt 6.2.4Rusty Wagner
2022-04-06Test for fix for Vector35/arch-x86#29Glenn Smith
2022-04-05small settings text changesJordan Wiens
2022-03-31remove license init from API doc generationJordan Wiens
2022-03-29add simple BNIL summary textJordan Wiens
2022-03-29Fixes #3028 usage of binaryninja.cstr in DebugInfo.add_functionPeter LaFosse
2022-03-29Add various type hintsPeter LaFosse
2022-03-28Docs for connect_{pycharm|vscode}_debugger, referring to docs siteGlenn Smith
2022-03-28Add 'Type.children' property for ease of iterating nested type objectsPeter LaFosse
2022-03-28Ensure plugins are loaded before attempting to build type libsPeter LaFosse
2022-03-28remove extra periodJordan Wiens
2022-03-28add documentation about writing native pluginsJordan Wiens
2022-03-26Fix context menu in SettingsView.Brian Potchik
2022-03-24Fix get_all_user_var_values APIPeter LaFosse