summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2024-03-15Separate local variable tokens in higher level ILs from stack variable tokens...Rusty Wagner
2024-03-14Add support for advanced binary search.Brian Potchik
2024-03-14Fix documentation for 'get_next_valid_offset'.Brian Potchik
2024-03-07Python: More IL expr functionsGlenn Smith
2024-03-07Expose get_expr_count() on python llil and mlilSam Russell
2024-03-04Make sure plugins are initialized when using projectsJosh Ferrell
2024-03-02Add support for memory intrinsics.Brian Potchik
2024-02-29link from traverse APIs to examplesJordan Wiens
2024-02-26fix plugincommand docsJordan Wiens
2024-02-26Provide more fully featured ability to traverse hlilPeter LaFosse
2024-02-23update debugger user docs URL in API docsJordan Wiens
2024-02-234.0 documentationJordan Wiens
2024-02-19Type archive python api: remove callbacks that were dropped from releaseGlenn Smith
2024-02-19Clean up type archives docsGlenn Smith
2024-02-16Add UI callback for On(Data)ViewReplaced for rebaseGlenn Smith
2024-02-14Make Project::Delete{File,Folder} return boolJosh Ferrell
2024-02-13Rename ExternalLocation APIs to be more clear, add ExternalLocation and Exter...Josh Ferrell
2024-02-12Project python api docsJosh Ferrell
2024-02-12Fix import name, update copyright yearsJosh Ferrell
2024-02-12Add new sidebar APIs to the sidebar exampleRusty Wagner
2024-02-10Use TypeID for serializing enum types, replace set_int_enum_display_typeid wi...kat
2024-02-08Revert "Convert some assertions to raise ValueError in NTR creation"Peter LaFosse
2024-02-08Convert some assertions to raise ValueError in NTR creationPeter LaFosse
2024-02-07add exprIndex field to BNInstructionTextTokenRyan Snyder
2024-02-07Type ArchivesGlenn Smith
2024-02-07Add ImportTypeLibraryTypeByGuid API and dialogPeter LaFosse
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