<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ios on Security Notes</title>
    <link>https://blog.omiilgo.com/tags/ios/</link>
    <description>Recent content in Ios on Security Notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 21 Mar 2025 13:00:00 +0800</lastBuildDate>
    <atom:link href="https://blog.omiilgo.com/tags/ios/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Swift Mangling vs ObjC methname: Recovering Names After Strip</title>
      <link>https://blog.omiilgo.com/posts/ios-swift-vs-objc-name-recovery/</link>
      <pubDate>Fri, 21 Mar 2025 13:00:00 +0800</pubDate>
      <guid>https://blog.omiilgo.com/posts/ios-swift-vs-objc-name-recovery/</guid>
      <description>Lab Swift class LabVault: $s… mangled names, xcrun swift demangle, nm before/after strip, the one @objc method that survives in __objc_methname. class-dump, lldb, ASAN. cryptid=1 stops the lab.</description>
    </item>
    <item>
      <title>Symbolicating a Lab Crash When UIKit Lives in the dyld Shared Cache</title>
      <link>https://blog.omiilgo.com/posts/ios-dyld-shared-cache-symbolication/</link>
      <pubDate>Mon, 19 Aug 2024 15:00:00 +0800</pubDate>
      <guid>https://blog.omiilgo.com/posts/ios-dyld-shared-cache-symbolication/</guid>
      <description>Lab crash on a self-signed LabSession: dwarfdump -u, atos against the dSYM, why UIKit frames are not in nm of the app, crash report with [REDACTED] paths. No DSC extraction. cryptid=1 stops the lab.</description>
    </item>
    <item>
      <title>Entitlements and the Simulator Sandbox on a Lab iOS App</title>
      <link>https://blog.omiilgo.com/posts/ios-entitlements-and-sandbox/</link>
      <pubDate>Thu, 06 Apr 2023 10:00:00 +0800</pubDate>
      <guid>https://blog.omiilgo.com/posts/ios-entitlements-and-sandbox/</guid>
      <description>codesign -d &amp;ndash;entitlements on a self-signed LabSession: get-task-allow, redacted application-identifier, container paths on the simulator, sandbox-exec, deny logs when a file read walks outside the container. cryptid=1 stops the lab.</description>
    </item>
    <item>
      <title>Reversing objc_msgSend on a Self-Signed arm64 Mach-O</title>
      <link>https://blog.omiilgo.com/posts/ios-objc-msgsend-reversing/</link>
      <pubDate>Wed, 27 Oct 2021 16:40:00 +0800</pubDate>
      <guid>https://blog.omiilgo.com/posts/ios-objc-msgsend-reversing/</guid>
      <description>otool load commands, class-dump selectors, lldb break on objc_msgSend, recover IMP for -[LabSession startWithToken:], redacted argument log. FairPlay-encrypted App Store bins are out of scope.</description>
    </item>
    <item>
      <title>Walking Mach-O Load Commands on a Self-Signed arm64 Lab Binary</title>
      <link>https://blog.omiilgo.com/posts/ios-macho-load-commands-lab/</link>
      <pubDate>Thu, 16 Jan 2020 11:00:00 +0800</pubDate>
      <guid>https://blog.omiilgo.com/posts/ios-macho-load-commands-lab/</guid>
      <description>Full otool -l walk of a self-signed LabSession: mach_header_64, LC_SEGMENT_64 __TEXT/__DATA, LC_LOAD_DYLIB, LC_CODE_SIGNATURE, LC_ENCRYPTION_INFO_64 cryptid=0. size -x, nm, class-dump, lldb. cryptid=1 stops the lab.</description>
    </item>
  </channel>
</rss>
