Hello,
Does JTool2 support extracting a specific dylib from the dyld_cache as the original JTool did?
for example:
jtool -e libSystem.B.dylib dyld_shared_cache_arm64
would produce file:libSystem.B.dylib
executing a similar command using jtool2 produces a segment / section dump to the screen, however, it appears that no file is created.
based upon the help for jtool2 it looks like it should create a dylib, so I am assuming I am using the tool incorrectly.
Has anyone been able to do this with jtool2?
If so, can you please explain?
Thank You,
Frank