Giter Site home page Giter Site logo

Comments (9)

CXTretar avatar CXTretar commented on August 20, 2024 1

I made a supplement to symol files here.
https://github.com/CXTretar/iOS-System-Symbols-Supplement

from ios-system-symbols.

Aashima89 avatar Aashima89 commented on August 20, 2024

yeah same issue for me. Also, if we open the dmg file now (Step 6) it leads to these 3 files which are now different from older ios versions
dyld_shared_cache_arm64e
dyld_shared_cache_arm64e.1
dyld_shared_cache_arm64e.symbols

and accordingly I guess the parsing needs to change

I tried both with Xcode 12, 13 for ios 15 symbol files but failed.

from ios-system-symbols.

zhichicao avatar zhichicao commented on August 20, 2024

I update Xcode to Xcode 13 and i extract it successfully. Seems that it need a new bundle file in Xcode 13:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/lib/dsc_extractor.bundle

from ios-system-symbols.

ArunaYarra avatar ArunaYarra commented on August 20, 2024

I couldn't able to extract 15.1 symbol files by using XCode 13.1, getting the below error

Error: failed to read shared cache file at ./arm64e
dyld_shared_cache_extract_dylibs_progress() => -1

Could anyone help me, please?

from ios-system-symbols.

zhichicao avatar zhichicao commented on August 20, 2024

I couldn't able to extract 15.1 symbol files by using XCode 13.1, getting the below error

Error: failed to read shared cache file at ./arm64e dyld_shared_cache_extract_dylibs_progress() => -1

Could anyone help me, please?

you can use this tool
https://github.com/blacktop/ipsw
it can simply extract symbol files by this command

ipsw dyld split [cache_file]

from ios-system-symbols.

ArunaYarra avatar ArunaYarra commented on August 20, 2024

you can use this tool https://github.com/blacktop/ipsw it can simply extract symbol files by this command

ipsw dyld extract [cache_file]

Hey thanks for the help.
But I couldn't find the where those symbol files extracted even though I gave output folder path.

ipsw dyld extract ~/Desktop/Symbolfiles/15.1(19B74)/iPhone14,2_15.1_19B74_Restore.ipsw ./output

Please let me know if tried previously.

from ios-system-symbols.

zhichicao avatar zhichicao commented on August 20, 2024

you can use this tool https://github.com/blacktop/ipsw it can simply extract symbol files by this command
ipsw dyld extract [cache_file]

Hey thanks for the help. But I couldn't find the where those symbol files extracted even though I gave output folder path.

ipsw dyld extract ~/Desktop/Symbolfiles/15.1(19B74)/iPhone14,2_15.1_19B74_Restore.ipsw ./output

Please let me know if tried previously.

  1. you need to extract the cache_file first

ipsw extract -d /Desktop/stack/15.0.2(19A404)/iPhone14,5_15.0.2_19A404_Restore.ipsw

  1. then you will get some cache files, and you can extract symbol file from cache file

ipsw dyld split /Desktop/stack/15.0.2(19A404)/19A404__iPhone14,5/dyld_shared_cache_arm64e

sorry for telling u wrong command just now

from ios-system-symbols.

ArunaYarra avatar ArunaYarra commented on August 20, 2024

you can use this tool https://github.com/blacktop/ipsw it can simply extract symbol files by this command
ipsw dyld extract [cache_file]

Hey thanks for the help. But I couldn't find the where those symbol files extracted even though I gave output folder path.
ipsw dyld extract ~/Desktop/Symbolfiles/15.1(19B74)/iPhone14,2_15.1_19B74_Restore.ipsw ./output
Please let me know if tried previously.

  1. you need to extract the cache_file first

ipsw extract -d /Desktop/stack/15.0.2(19A404)/iPhone14,5_15.0.2_19A404_Restore.ipsw

  1. then you will get some cache files, and you can extract symbol file from cache file

ipsw dyld split /Desktop/stack/15.0.2(19A404)/19A404__iPhone14,5/dyld_shared_cache_arm64e

sorry for telling u wrong command just now

Hey thanks for the help..

from ios-system-symbols.

kylescf2 avatar kylescf2 commented on August 20, 2024

I made a supplement to symol files here. https://github.com/CXTretar/iOS-System-Symbols-Supplement

thanks,good job

from ios-system-symbols.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.