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/guide/objectivec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/guide/objectivec.md') diff --git a/docs/guide/objectivec.md b/docs/guide/objectivec.md index f101d7a5..4178fc0e 100644 --- a/docs/guide/objectivec.md +++ b/docs/guide/objectivec.md @@ -31,14 +31,14 @@ analysis. _If you have already marked up Objective-C structures or modified function types yourself, be aware that they may be overwritten when this action is run._ -![](../img/objc_analyze_action.png) +![](../img/objc-analyze-action.png) ### Workflow To utilize function call cleanup, the workflows feature must be enabled, and the Objective-C workflow must be chosen when loading a binary for analysis. -![](../img/objc_workflow_selected.png) +![](../img/objc-workflow-selected.png) This will automatically apply structure analysis as the binary is analyzed and also translate `objc_msgSend` calls to direct method calls, where possible. -- cgit v1.3.1