summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2022-08-03Fix bninspect on documented propertieskat
2022-07-31fix parse type documentationJordan Wiens
2022-07-29Fix stack_adjustment.setterPeter LaFosse
2022-07-27remove stale API references fixes #3333Jordan Wiens
2022-07-27add better BNIL API documentation examplesJordan Wiens
2022-07-22remove misleading commentJordan
2022-07-21Fix type annotation & documentation for `define_auto_symbol_and_var_or_function`Jon Palmisciano
2022-07-20add feature map exampleJordan Wiens
2022-07-18Memory map sidebar widget + segment/section notificationsJosh F
2022-07-03Add some helper routines for getting the IL of callsitesPeter LaFosse
2022-07-01Add channel to core_version_infoJosh F
2022-06-30Add GetVersionInfo() and BNVersionInfo structJosh F
2022-06-22Add unreachable instruction for switch statements with an unreachable defaultRusty Wagner
2022-06-20Fix notification_callbacks.py example GCing the notificationsGlenn Smith
2022-06-18Allow DataVariable.name to be assigned a QualifiedNamePeter LaFosse
2022-06-16update documentation on HLIL tokensJordan Wiens
2022-06-16Add support for executing scripts from fileskat
2022-06-16clarify documentation for analysis_skipped and reanalyzeJordan Wiens
2022-06-16Implement .tokens property in HLIL.Sean
2022-06-15Fix use of undefined attributeKevin Orr
2022-06-14Function.get_variable_by_nameGlenn Smith
2022-06-14Add error for loading UI plugins in headlessRusty Wagner
2022-06-10Fix undefined DebuggerController in PythonScriptingInstanceXusheng
2022-06-10Fix missing debugger_imported definition in PythonScriptingInstanceXusheng
2022-06-09Remove built-in workflow docs and objectivec example.Brian Potchik
2022-06-09Better handling of the injected dbg objectXusheng
2022-06-02Fix Python exceptions when accessing functions with skipped IL analysisRusty Wagner
2022-06-02HLILRet should be a Return, not just ControlFlowJordan Wiens
2022-05-31Increase coverage of architecture.pyrose
2022-05-31fixup invalid pydoc documentationJordan Wiens
2022-05-25Fix binaryview __getitem__ __setitem__ and add many additional BinaryView uni...Peter LaFosse
2022-05-25Add BinaryView::ParseTypesFromSource for clang+typelibsGlenn Smith
2022-05-24update api docs for get_code_refs and get_data_refsJordan Wiens
2022-05-23update binaryview class example documentationJordan Wiens
2022-05-23Esure parse_types api raise proper exceptionsPeter LaFosse
2022-05-23Fix some places in binaryview.py that raised AttributeError instead of ValueE...Peter LaFosse
2022-05-23Fix TypeParserResult type hintPeter LaFosse
2022-05-23Fix get_unique_section_namesPeter LaFosse
2022-05-23Fix nes.py examplePeter LaFosse
2022-05-23Fix numerous bugs in TypedDataAccessor and add many unit tests for itPeter LaFosse
2022-05-23Fix many small bugs in TypedDataAccessorPeter LaFosse
2022-05-23Fix `ParameterVariables.__{eq,repr}__` implementationsJon Palmisciano
2022-05-20Fix some bugs in SymbolMapping objectPeter LaFosse
2022-05-20Fix BinaryViewType.parse methodPeter LaFosse
2022-05-20Add some unit tests for binaryview.py and fix some minor bugsPeter LaFosse
2022-05-19use raw strings to pacify pytestJordan Wiens
2022-05-18Allow QualifiedName.escape() to accept all of QualifiedNameTypeGlenn Smith
2022-05-14mendJordan Wiens
2022-05-14remove more vestigal py2 codeJordan Wiens
2022-05-13Add missing import that broke the build.Alexander Taylor