summaryrefslogtreecommitdiff
path: root/docs/dev
AgeCommit message (Collapse)Author
2024-07-05fix some errors in doc docsJordan Wiens
2024-07-05fix broken docs linksJordan Wiens
2024-06-25Fix url to sample plugin in plugins.mdGlenn Smith
2024-06-10Cookbook entry on adding a magic variableGlenn Smith
2024-05-24Fix the method name in docZichuan Li
The parameter name is not correct
2024-04-24improve traverse concepts examplesJordan Wiens
2024-04-24add binaryview to important conceptsJordan Wiens
2024-04-08fix typo in concepts exampleJordan Wiens
2024-03-25Update cookbook.mdJackson
Document how to call plugins headless
2024-03-25add more info to UI API conceptsJordan Wiens
2024-03-20add examples of wide string rendering to working with strings docsJordan Wiens
2024-03-15update links in API docs and small change in type library docsJordan Wiens
2024-03-06update batch processing docs with different set_worker_thread_countJordan Wiens
2024-03-02Add support for memory intrinsics.Brian Potchik
2024-03-02Fix typo in cookbookPeter LaFosse
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 cookbook indentation and add walking il conceptJordan 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-13Re-document all theme colors.Alexander Taylor
2024-01-04Add local label symbol type to always prioritize normal local symbols over ↵Rusty Wagner
compiler generated labels
2023-12-22add more documentation about specifying the full path for install_api.pyJordan Wiens
2023-12-19add SSA to important conceptsJordan Wiens
2023-12-11Update to Qt 6.6.1Rusty Wagner
2023-11-30docs updated for repl concepts sectionJordan Wiens
2023-11-30add docs on analysis updating in repl vs scriptsJordan Wiens
2023-11-29Update UIDF docs to reflect new capabilitiesJosh Ferrell
2023-11-24Add Symbolic symbols type.Brian Potchik
2023-10-18remove obsolete breathe bug referenceJordan Wiens
2023-10-18describe auto tagsJordan Wiens
2023-10-18make print_all_types example easier to readJordan Wiens
2023-09-28correct LibraryFunctionSymbol documentationJordan Wiens
2023-09-28Update to Qt 6.5.3Rusty Wagner
2023-09-26add example to batch docs on triggering plugin commandsJordan Wiens
2023-09-20Rust API : FFI Fix, was leaking some non-null-terminated strings to the ↵KyleMiles
core..fix passing a nullptr to `load`
2023-08-29UI plugin dev and more licensing documentationJordan Wiens
2023-07-29Core workflows feature update.Brian Potchik
2023-07-17document tab completion in IDE in plugin dev docsJordan Wiens
2023-07-10mention new example CI in plugin dev docsJordan Wiens
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of ↵KyleMiles
load; update examples
2023-06-28small doc changesJordan Wiens
2023-06-19update documentation about headless python installsJordan Wiens
2023-05-14fix native plugin docs not being in the outlineJordan Wiens
2023-05-10adding UIDF documentation and small restructure to developer menu layoutJordan Wiens
2023-05-07remove outdated section of workflows docsJordan Wiens
2023-05-01Add documentation for writing native pluginsGlenn Smith
2023-05-01many fixes to missing links in documentationJordan Wiens
2023-05-01Add Tag Docs; Some opinionated changes to the types user docs (moved a lot ↵KyleMiles
to API docs)
2023-05-01small tweaks to visitors docsJordan Wiens
2023-05-01Add an example of visiting il instructionsPeter LaFosse