summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2024-02-06Prevent crash in BinaryView.get_external_locationsJosh Ferrell
2024-02-02Fix import_com_type_for_guid for windows x64Peter LaFosse
2024-02-01Adds `BinaryView.check_for_string_annotation_type`; Adds ergonomic way of ret...KyleMiles
2024-02-01Python API : Add a more flexible/ergonomic visitor pattern called traverse to...KyleMiles
2024-01-24fix typo on data refs API documentationJordan Wiens
2024-01-22Project supportJosh Ferrell
2024-01-21Update ConstantData expression repr.Brian Potchik
2024-01-19Add support for components in debug infoKyleMiles
2024-01-18Add __hash__ function to Component classPeter LaFosse
2024-01-15Add APIs for getting the the base Metadata object for BinaryViews and TypeLib...Peter LaFosse
2024-01-12Add some helpers for reading guid/uuidsPeter LaFosse
2024-01-11Expose the BinaryView::ForgetUndoActions API and use avoid undo actions warni...Xusheng
2024-01-08update copyright yearJordan Wiens
2024-01-05Add a new API to get the original image base of the binary view. Fix https://...Xusheng
2024-01-04add warning for session_data being ephemeral to docsJordan Wiens
2024-01-04Add local label symbol type to always prioritize normal local symbols over co...Rusty Wagner
2023-12-14Fix object settings.Brian Potchik
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