From 448f40be71dffa86a6581c3696627ccc1bdf74f2 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 19 Feb 2024 15:04:00 -0500 Subject: 4.0 documentation - 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 --- docs/dev/flags.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/dev/flags.md') diff --git a/docs/dev/flags.md b/docs/dev/flags.md index 2aabd244..e87c6a2d 100644 --- a/docs/dev/flags.md +++ b/docs/dev/flags.md @@ -182,9 +182,9 @@ This also means that you can mark instructions as producers of a group of many f You, the architecture author: * inform Binja of your architecture's flags by defining: - * flag names - * flag "roles" which are just their textbook behavior, if they qualify - * flag "write types" which groups of flags often set together + * flag names + * flag "roles" which are just their textbook behavior, if they qualify + * flag "write types" which groups of flags often set together * assign instructions as flag **producers** by passing `flag=` keyword parameter during lifting * assign instructions as flag **consumers** by passing IL flag expressions as operands during lifting -- cgit v1.3.1