summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-08Fix X86_64_RELOC_UNSIGNED not handling external symbolsVisual Ehrmanntraut
Signed-off-by: Visual Ehrmanntraut <30368284+VisualEhrmanntraut@users.noreply.github.com>
2024-03-08restored "Merge pull request Vector35#7 from VisualEhrmanntraut/main" commit ↵Galen Williamson
lost in views refactor
2024-03-07Always show sidebar icons if the widget is open, even if it has no widget ↵Rusty Wagner
and is set to hide when there isn't a widget
2024-03-07Python: More IL expr functionsGlenn Smith
- XLILFunction.get_expr: Get an expr by index - XLILFunction.copy_expr: Copy an IL expr to a new expr - XLILInstruction.raw_operands: the straight integers from the core - Extra accessors on XLILLabel
2024-03-07Expose get_expr_count() on python llil and mlilSam Russell
This is already exposed in the CPP interface, and is useful for workflows for enumerating all expressions in an ILFunction
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
2024-02-234.0 documentationJordan Wiens
- Refactored Type Documentation - Added Projects - Added Type Archives - Added New Sidebar Documentation - Added String Concepts - Added Light/Dark Mode - Added New Tab Documentation - Added BNIL Guide: HLIL docs - Added new cookbook examples - Added migration guide - Added script for building docsets - Added documentation for themes - Updated all images to Ninja Edit - API Docs : Documents BasicBlockEdge and BasicBlock - API Docs : Documents CoreVariable, Variable, and VariableNameAndType - API Docs : Corrects note on `BinaryView.update_analysis` and `BinaryView.update_analysis_and_wait` to represent that analysis is run by default for you now. - Many, many other changes
2024-02-22Improvements to alias analysis.Brian Potchik
2024-02-19Type archive python api: remove callbacks that were dropped from releaseGlenn Smith
2024-02-19Clean up type archives docsGlenn Smith
2024-02-17fix -std syntax on clang examplesJordan Wiens
2024-02-16Add message when there are no consoles availableRusty Wagner
2024-02-16Add UI callback for On(Data)ViewReplaced for rebaseGlenn Smith
2024-02-16Prevent crash when saving project fileJosh Ferrell
2024-02-16update demo license to be for the free versionJordan Wiens
2024-02-14Make Project::Delete{File,Folder} return boolJosh Ferrell
2024-02-14Only update project browser ui on the main threadJosh Ferrell
2024-02-14Fix featuremap linear display and large binary supportJosh Ferrell
2024-02-14Rust API: Add common LLIL::Instruction::address()Glenn Smith
2024-02-14Rust API: Fix crash in load_with_optionsGlenn Smith
2024-02-13Type Browser: Fix crash on close with more shared pointersGlenn Smith
2024-02-13Added icon documentation.Alexander Taylor
2024-02-13Re-document all theme colors.Alexander Taylor
2024-02-13update feature map doc colors with new themeJordan Wiens
2024-02-13fix improper header alignment in docs, many other improvementsJordan Wiens
2024-02-13remove leftover images no longer in useJordan Wiens
2024-02-13Recreate sidebar widgets when BinaryViews are recreatedRusty Wagner
2024-02-13Add documentation for Merge Variables dialogPeter LaFosse
2024-02-13Rename ExternalLocation APIs to be more clear, add ExternalLocation and ↵Josh Ferrell
ExternalLibrary API documentation
2024-02-13Set documentation group for SidebarContextSensitivityRusty Wagner