summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-18Adjust importsMichael Krasnitski
2024-03-18Rename `LiftedConstantData` to `LiftedConstData`Michael Krasnitski
2024-03-18Rearrange HLIL variantsMichael Krasnitski
2024-03-18Fix HLIL examplesMichael Krasnitski
2024-03-18Instantiate `HighLevelILInstruction` inline and remove constructorsMichael Krasnitski
2024-03-18Refactor HLIL instructionsMichael Krasnitski
2024-03-18Make `OperandIter` generic over its function ILMichael Krasnitski
2024-03-18Rename `mlil::operation::ConstantData` to `ConstData` to mirror HLILMichael Krasnitski
2024-03-18Fix MLIL examplesMichael Krasnitski
2024-03-18Instantiate `MediumLevelILInstruction` inline and remove constructorsMichael Krasnitski
2024-03-18Refactor MLIL instructionsMichael Krasnitski
2024-03-18add register_binary_view_eventmartin
2024-03-15update links in API docs and small change in type library docsJordan Wiens
2024-03-15Separate local variable tokens in higher level ILs from stack variable tokens...Rusty Wagner
2024-03-15Give names to data directory entriesMichael Krasnitski
2024-03-15Adjust names and types of TE Header fieldsMichael Krasnitski
2024-03-14Update to Rust 1.76Rusty Wagner
2024-03-14Add support for advanced binary search.Brian Potchik
2024-03-14Fix documentation for 'get_next_valid_offset'.Brian Potchik
2024-03-13Fixed segment / section misalignment in TE viewBrandon Miller
2024-03-12moved over from https://github.com/Vector35/arch-armv7/pull/81Galen Williamson
2024-03-11Promote unsupported architecture messages to a popup dialog.Brian Potchik
2024-03-11BinaryView for EFI Terse ExecutablesBrandon Miller
2024-03-08Fix RISC-V CSRRW, CSRRS, and CSRRC instr disassPete Dietl
2024-03-08Fix X86_64_RELOC_UNSIGNED not handling external symbolsVisual Ehrmanntraut
2024-03-08restored "Merge pull request Vector35#7 from VisualEhrmanntraut/main" commit ...Galen Williamson
2024-03-07Always show sidebar icons if the widget is open, even if it has no widget and...Rusty Wagner
2024-03-07Python: More IL expr functionsGlenn Smith
2024-03-07Expose get_expr_count() on python llil and mlilSam Russell
2024-03-06Move view modules into the API repoRusty Wagner
2024-03-06Allow editing multiple external locations at onceJosh Ferrell
2024-03-06update batch processing docs with different set_worker_thread_countJordan Wiens
2024-03-05Move architecture modules into the API repoRusty Wagner
2024-03-05Rust: Implement instruction_llil for CoreArchitectureGlenn Smith
2024-03-05Rust: Add support for querying analysis statusGlenn Smith
2024-03-04Make sure plugins are initialized when using projectsJosh Ferrell
2024-03-02Add support for memory intrinsics.Brian Potchik
2024-03-02Fix typo in cookbookPeter LaFosse
2024-03-01Clean up some warningsRusty Wagner
2024-03-01Fix some analysis settings.Brian Potchik
2024-03-01Add additional callback support to the NotificationDispatcher.Brian Potchik
2024-02-29Fix project browser interactions happening on deselected itemsJosh Ferrell
2024-02-29link from traverse APIs to examplesJordan Wiens
2024-02-26Close floating sidebar widgets when the window closesRusty Wagner
2024-02-26add warning around improtlib in terms of which plugins dont work with itJordan Wiens
2024-02-26change warning icons on tips to tipsJordan Wiens
2024-02-26fix plugincommand docsJordan Wiens
2024-02-26fix cookbook indentation and add walking il conceptJordan Wiens
2024-02-26Provide more fully featured ability to traverse hlilPeter LaFosse
2024-02-23update debugger user docs URL in API docsJordan Wiens