summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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-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-11Fix HLILForSSA.body propertyPeter LaFosse
2023-05-11Fix binaryview metadata bool handlingPeter LaFosse
2023-05-10Add name to worker tasks for debuggingGlenn Smith
2023-05-08Pass debug file along with original file to debug info parsersKyleMiles
2023-04-25Fix deprecation warning formatting in docs, require deprecated_in parameterJosh Ferrell
2023-04-25Fix enterprise example formattingJosh Ferrell
2023-04-25Fix a minor error in BinaryDataNotifications for Componentskat
2023-04-19[Enterprise] Include collaboration python api properlyGlenn Smith
2023-04-19small documentation fixesJordan Wiens
2023-04-18Fix deserialization of EnumerationMember valuesPeter LaFosse
2023-04-18Add APIs for dumping the contents of TypeLibrariesPeter LaFosse
2023-04-17Allow TypeLibrary::Finalize() to return true on successPeter LaFosse
2023-04-17Add .components convenience API to Functions and DataVariableskat
2023-04-12python: core: trivial docstring updateWilli Ballenthin
2023-04-12small pydoc tweaksJordan Wiens
2023-04-11remove vestigal importsJordan Wiens
2023-04-10add help for windows python console, resolves #4210Jordan Wiens
2023-04-10Do not complain about partial string unless a partial string is requested. Fi...Xusheng
2023-03-30Add support for deriving structures from other structuresRusty Wagner
2023-03-29Fix Type.named_type_from_typeGlenn Smith
2023-03-29Fix BinaryView.type_names apiGlenn Smith
2023-03-29BinaryView::LookupImportedType*Glenn Smith
2023-03-29Fix formatting of many deprecation noticesJosh Ferrell
2023-03-29Update reference to deprecated Function.function_type attributeJosh Ferrell
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-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-24Fix constant data access in the Python API for small data sizes.Brian Potchik
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-22Tags refactorKyleMiles
2023-03-22Function.py: Move all the tag functions next to each otherKyleMiles
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-10Forgot to rename the Python API as well.Alexander Taylor
2023-03-09now with 33% less ugprade (remove redundant argument)Jordan Wiens
2023-03-08typo in load docsJordan Wiens
2023-03-08pip should upgrade dependencies if requiredJordan Wiens
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-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-06Add CONFIGURE_DEPENDS to CMakeLists.txtJosh Ferrell
2023-03-06Print the content of the strings in a more straightforward wayXusheng