summaryrefslogtreecommitdiff
path: root/docs/guide/types
AgeCommit message (Collapse)Author
2026-05-27add better syntax highlighting for code blocksJordan Wiens
2026-05-22Update documentation for calling convention changesRusty Wagner
2026-05-22Implement return value location handling for x86/x86_64 ELF ABIRusty Wagner
2026-05-22Initial support for Go and Pascal calling conventionsRusty Wagner
2026-05-13Changes related to display as/type toggling.Alexander Taylor
2026-05-13changed "There's" to "There are" (grammar)Ashvika Maddikonda
2026-05-13changed "Inheritence" to "Inheritance" (spelling error)Ashvika Maddikonda
2026-03-11Add docs for `__attr`Glenn Smith
2025-11-29Update debug info user docsJosh Ferrell
2025-09-11Docs grammar and spelling fixesJosh Ferrell
2025-07-16fix references to settings in docsJordan Wiens
2025-04-09Add docs for union field resolution; Resolves #6578ElykDeer
2025-04-07Fix broken list in docs.Alexander Taylor
2025-04-06fix moved URLs in documentationJordan Wiens
2025-03-31small phrasing updateJordan Wiens
2025-02-05fix mis-named type library action in docsJordan Wiens
2024-11-18fix more invalid documentation urlsJordan Wiens
2024-11-05Fix .dSYM sibling file load logic and update .dSYM docsJosh Ferrell
2024-09-16add section on special characters in type namesJordan Wiens
2024-09-13Ultimate.Alexander Taylor
2024-08-02fix formatting on user docs type libraries page, still needs imagesJordan Wiens
2024-07-05fix broken docs linksJordan Wiens
2024-05-30Improve offset pointer docs and sidebarGlenn Smith
2024-05-23Docs for type attributesGlenn Smith
2024-05-16add additional debug info documentationJordan Wiens
2024-05-15Document DWARF Import and Export limitationsKyleMiles
2024-05-09remove duplicate platform typesJordan 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