Skip to content

Identify iOS Malicious Code Based on MachO File Structure

曹世杰 edited this page Mar 20, 2021 · 1 revision

https://www.blackhat.com/asia-21/arsenal/schedule/#identify-ios-malicious-code-based-on-macho-file-structure-22398

iOS Malicious Bit Hunter is a malicious plug-in detection engine for iOS applications. It can analyze the head of the macho file of the injected dylib dynamic library based on runtime, and can perform behavior analysis through interface input characteristics to determine the behavior of the dynamic library feature. The program does not rely on the jailbreak environment and can be used on the AppStore.

Clone this wiki locally