diff options
Diffstat (limited to 'docs/guide/objectivec.md')
| -rw-r--r-- | docs/guide/objectivec.md | 4 |
1 files changed, 2 insertions, 2 deletions
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._ - + ### 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. - + This will automatically apply structure analysis as the binary is analyzed and also translate `objc_msgSend` calls to direct method calls, where possible. |
