summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-12-13Fix TypeContainer's instantiation of Type objectsPeter LaFosse
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner
2023-11-30docs updated for repl concepts sectionJordan Wiens
2023-11-30basic docs for some mainthread module APIsJordan Wiens
2023-11-30short circuit exception handling for mlil/hlil_functionsJordan Wiens
2023-11-30Revert "fix copy/pasta in variable name"Alexander Taylor
2023-11-30skip functions exceeding analysis limits in hlil/mlil_function helpers instea...Jordan Wiens
2023-11-30scale AdvancedILFunction preloading based on worker thread count instead 5Jordan Wiens
2023-11-30fix copy/pasta in variable nameJordan Wiens
2023-11-29Fix typo HighLevelILIntrinsicSsa's `dest_memory` and `src_memory` properties ...KyleMiles
2023-11-28Add SSAVariable.def_site and SSAVariable.use_sitesKyleMiles
2023-11-28fix: typo in scriptingprovider.pyScott Lagler
2023-11-26Change password setting types to use new 'hidden' property.Brian Potchik
2023-11-24Add Symbolic symbols type.Brian Potchik
2023-11-23Fix address printing for BasicBlocks in reprScott Lagler
2023-11-14Fix a number of leaks and bad uses of free in the apiGlenn Smith
2023-11-14Print more details when IL could not be loadedJosh Ferrell
2023-11-10Add support for object settingsJosh Ferrell
2023-11-07Make non "if_available" il accessors throw ILException, create exceptions.py ...Josh Ferrell
2023-11-06Type Containers: API DocsGlenn Smith
2023-11-06Type BrowserGlenn Smith
2023-11-06Type ContainersGlenn Smith
2023-11-03Add typelib explorer examplePeter LaFosse
2023-11-03Fix 'Type.with_replaced_*' APIsPeter LaFosse
2023-11-03Add some guardrails around creating NamedTypeReferencesPeter LaFosse
2023-11-03Add 'parsers' property and ensure DebugInfo APIs free properly on internal er...Peter LaFosse
2023-11-02Ensure Type objects are created correctly everywhere and add guardrailPeter LaFosse
2023-11-01Add interaction.get_large_choice_input for large numbers of optionskat
2023-10-25Remove unnecessary error from get_tag_type.Alexander Taylor
2023-10-19fix parse_type_string cross-referencesJordan Wiens
2023-10-19remove copy pasta from a few python examplesJordan Wiens
2023-10-18add rebase API exampleJordan Wiens
2023-10-18add missing descriptions of example pluginsJordan Wiens
2023-10-10Add `DebugInfo.parsers`; fix DebugInfo.get_parsers to return strings instead ...KyleMiles
2023-10-09Dont filter on platform when enumerating callees, issue #4672Andrew Lamoureux
2023-09-28correct LibraryFunctionSymbol documentationJordan Wiens
2023-09-20standardize deprecation format and linkify suggestionsJordan Wiens
2023-09-20Fix doc comment on Function.add_tagKyleMiles
2023-09-19Update documentation on llil mul, muludp, mulsdpAndrew Lamoureux
2023-09-18Fix BinaryViewType.load does not return the created binary view. Fix https://...Xusheng
2023-09-11Fix memory leak in functions calling BNCreateUserFunctionXusheng
2023-09-11Stop using now-deprecated Enterprise function.Alexander Taylor
2023-09-05fix formatting of BinaryDataNotification noteJordan
2023-09-02Fix python BinaryView instance refcounting.Brian Potchik
2023-08-28Fix scripting completer sometimes returning garbageGlenn Smith
2023-08-23typelibrary: add methods for dependency infoRyan Snyder
2023-08-23small clarification on APIs that descibe max_instruction_lengthJordan Wiens
2023-08-17The load API now returns None for an invalid handle.Brian Potchik
2023-08-17Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.Brian Potchik
2023-08-17Remove deprecation of BinaryView and BinaryViewType open APIs.Brian Potchik