• Home
  • About
    • Rick photo

      Rick

      Moon is a minimal, one column jekyll theme for your blog.

    • Learn More
    • Email
  • Posts
    • All Posts
    • All Tags
  • Projects

iOS12 lldb

27 May 2019

Reading time ~1 minute

iOS12中使用lldb要注意debugserver的entitlements要改为:

<?xml version=”1.0” encoding=”UTF-8”?> <!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>

com.apple.backboardd.debugapplications com.apple.backboardd.launchapplications com.apple.frontboard.debugapplications com.apple.frontboard.launchapplications com.apple.springboard.debugapplications com.apple.system-task-ports get-task-allow platform-application run-unsigned-code task_for_pid-allow

iphone: debugserver 127.0.0.1:6666 -a WeChat

mac: lldb

process connect connect:127.0.0.1:6666

rick TEL:+15302140649 MAIL:rickcgrs@gmail.com ---



blog Share Tweet +1