swift-frida icon indicating copy to clipboard operation
swift-frida copied to clipboard

find type metadata for non-public types

Open maltek opened this issue 6 years ago • 0 comments

Right now, only metadata for public types is found. Since those Metadata* are also required for passing around values of private types, metadata for those types also must be embedded somewhere in the program.

We'll need to investigate where this data is stored and how to find it.

maltek avatar Mar 23 '18 14:03 maltek