summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-01-10Annotate TypeBuilder.builder(...) as returning proper subclassJosh Ferrell
2023-01-10Remove old fix for python 3.6, which is no longer supported and hasn't worked...Josh Ferrell
2023-01-09Fix type hint for Function.set_call_reg_stack_adjustmentJosh Ferrell
2023-01-09GotoLabel.name is settable and thus its class shouldn't be frozenPeter LaFosse
2023-01-09Fix missing debugger dbg magic variableXusheng
2023-01-06Fix update copyright year leftoverXusheng
2023-01-05Update copyright to 2023Josh F
2023-01-03Add Snapshot::SetName apiGlenn Smith
2023-01-03Add instruction attributes to IL instructionsRusty Wagner
2023-01-03Function inliningRusty Wagner
2023-01-03Add `replace_expr` to MLIL/HLIL in Python APIXusheng
2022-12-23fixed broken docstring links in binaryview.pyGalen Williamson
2022-12-23Fixed missing newlines before `:param` in docstringsGalen Williamson
2022-12-23correct usage of `BNSetUserCallTypeAdjustment` in `Function.set_call_type_adj...Galen Williamson
2022-12-23Fix import_library_type and import_library_object passing wrong type of argum...Xusheng
2022-12-22Fix getting constant data from HighLevelILConstDataJosh Ferrell
2022-12-22Fix many incorrect type hints and type errorsJosh Ferrell
2022-12-22Add LowLevelILFunction documentationkat
2022-12-22cleanup some docs, including better explanation of code refs and data refsJordan Wiens
2022-12-21Expose get_next_valid_offset in python apiJosh Ferrell
2022-12-21Add support for adding magic values into expression parserXusheng
2022-12-16Use .length method to get the length of a Section object and deprecate len()....Xusheng
2022-12-14Support disabling the debugger plugin shipped with BN by setting BN_DISABLE_C...Xusheng
2022-12-08Change type from array->string.Sean Deaton
2022-11-30Type library C++ api & import recordingGlenn Smith
2022-11-29generator.cpp: Don't even create a temp file, just use ephemeralGlenn Smith
2022-11-29generator.cpp: Use temporary Settings to prevent typeparser raceGlenn Smith
2022-11-23Move HelloPane registered action from Tools->PluginsKyleMiles
2022-11-20Initial constant expression builtin outliner.Brian Potchik
2022-11-16Add python docs for TypePrinter methodsGlenn Smith
2022-11-16Add TypePrinter::PrintAllTypes to export C headersGlenn Smith
2022-11-16Add BinaryView::GetDependencySortedTypesGlenn Smith
2022-11-16Small docstring improvementsJosh Ferrell
2022-11-11Extra options for type parsersGlenn Smith
2022-11-11Fix some inconsistencies in python bindings between clang and core type parsersPeter LaFosse
2022-11-10Switch to using the Clang type parser for binding generationPeter LaFosse
2022-11-10Fix some type hints, remove unnecessary parameters, and add some asserts to s...Peter LaFosse
2022-11-10Update ambiguous exception message.Sean Deaton
2022-11-10Fix some type hints, remove unnecessary parameters, and add some asserts to s...Peter LaFosse
2022-11-10Update ambiguous exception message.Sean Deaton
2022-11-10[Enterprise] Python: Allow LicenseCheckout(release=False)Glenn Smith
2022-11-10Fix regression in BasicBlock outgoing_edges/incoming_edges source/targetPeter LaFosse
2022-11-10Add LoadSettingsFile API to support ephemeral settings.Brian Potchik
2022-11-10Fix type parser setting name in generator.Brian Potchik
2022-11-10Fix rendering of code lines when scrolling right, fix TokenizedTextView exampleRusty Wagner
2022-11-10Fix Python console not working if UI plugins are not available for any reasonRusty Wagner
2022-11-10Remove no longer relevant docs from py!enterprise.acquire_licenseGlenn Smith
2022-11-10Resolve usage of deprecated BinaryView.__len__()kat
2022-10-18remove reference to old show documentation APIJordan Wiens
2022-10-17documentation overhaulJordan Wiens