summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-29Add support for warnings to ScriptingInstanceJosh Ferrell
2023-03-29Fix some type hints using more correct Dict instead of MappingPeter LaFosse
2023-03-29remove deprecated function_type from documentationJordan Wiens
2023-03-28Add visitors for llil and hlilPeter LaFosse
2023-03-27Catch all types of exceptions in functions in Architecture that call user-imp...Xusheng
2023-03-26switch blacklist mechanism to be less tediousJordan Wiens
2023-03-26offline search in user guide and optional stats tracking for online docsJordan Wiens
2023-03-26update fonts in user guide for better offline experienceJordan Wiens
2023-03-24Fix constant data access in the Python API for small data sizes.Brian Potchik
2023-03-24Refactor linearview updatesPeter LaFosse
2023-03-23plugins: Update scriptingprovider.py to use environment that sets PYTHONHOME ...Brian Knudson
2023-03-23Add visit methods to MLIL and new detailed_operands methodPeter LaFosse
2023-03-22Python API : Tags fixesKyleMiles
2023-03-22Fix crashes in DebugInfo::GetXByY calls when the result is nullGlenn Smith
2023-03-22Tags refactorKyleMiles
2023-03-22Function.py: Move all the tag functions next to each otherKyleMiles
2023-03-22DebugInfo: Make datavar types have confidenceGlenn Smith
2023-03-22Update README.md to contain other repo linksPeter LaFosse
2023-03-21Update documentation for progress callbacks to indicate they must return True...Peter LaFosse
2023-03-20plugins: Update scriptingprovider.py to install Python packages using bundled...Brian Knudson
2023-03-17Fix dwarfexport CMakeLists.txt (Now Includes Mac Builds!)KyleMiles
2023-03-16Fix triage view crashing when GetDefaultPlatform() is nullGlenn Smith
2023-03-10update badgeJordan
2023-03-10fix broken badgeJordan
2023-03-10Forgot to rename the Python API as well.Alexander Taylor
2023-03-10Small clarifications in Enterprise C++ API.Alexander Taylor
2023-03-10Make Enterprise C++ API more clear.Alexander Taylor
2023-03-09now with 33% less ugprade (remove redundant argument)Jordan Wiens
2023-03-08DWARF Export; add CIKyleMiles
2023-03-08DWARF Export Plugin : Fix circular references causing infinite recursionKyleMiles
2023-03-08typo in load docsJordan Wiens
2023-03-08pip should upgrade dependencies if requiredJordan Wiens
2023-03-08Stop FilterView from processing key press events.Alexander Taylor
2023-03-08Fix improper creation of NTR via Type.registered_namePeter LaFosse
2023-03-08python plugins: Add support on MacOS to install Python plugin dependencies us...Brian Knudson
2023-03-07Add DataVariable and FunctionToImport features to BNDB Import DialogPeter LaFosse
2023-03-07Fix typehint for lookup_imported_object_libraryPeter LaFosse
2023-03-07Remove get_constant_data API from BinaryView for the second time.Brian Potchik
2023-03-06install_api.py: fix None returns when getting expected binaryninja installed ...d0now
2023-03-06install_api.py: add credit for original script.d0now
2023-03-06install_api.py: add argparse interface, refactoring, support pyenv.d0now
2023-03-06Add CONFIGURE_DEPENDS to CMakeLists.txtJosh Ferrell
2023-03-06Print the content of the strings in a more straightforward wayXusheng
2023-03-01Add support for importing DataVariables by Symbol in Import BNDB dialogPeter LaFosse
2023-03-01Fix Confidence<> operator==Peter LaFosse
2023-03-01Add missing colon to bug report template.Alexander Taylor
2023-02-28another example on applying a type to memory where none existsJordan Wiens
2023-02-25Add BNDB import dialogPeter LaFosse
2023-02-25Fix python constructor of QualifiedNames and some of the operators on the C++...Peter LaFosse
2023-02-24Refactor VisitExprs to give separate API to gather subexpressionsRusty Wagner