package
3.1.581+incompatible
Repository: https://github.com/blacktop/ipsw.git
Documentation: pkg.go.dev

# Functions

ConvertAddressToOffset converts a dyld_shared_cache address to an offset.
ConvertOffsetToAddress converts a dyld_shared_cache offset to an address.
Diff compares two DSC files.
GetDylibsThatImport returns a list of dylibs that import the given dylib.
GetInfo returns a Info struct for a given dyld_shared_cache file.
GetStrings returns a list of strings from a dyld_shared_cache file for a given regex pattern.
No description provided by the author
GetSymbols returns a list of symbols from a dyld_shared_cache file for a given list of lookup symbol structs.
No description provided by the author
No description provided by the author
GetWebkitVersion returns the WebKit version from a dyld_shared_cache file.
LookupSymbol returns a dyld_shared_cache symbol for an address.
No description provided by the author

# Structs

Address is a struct that contains information about a dyld_shared_cache address swagger:model.
Dylib is a struct that contains information about a dyld_shared_cache dylib swagger:model.
ImportedBy is a struct that contains information about which dyld_shared_cache dylibs import a given dylib swagger:model.
Info is a struct that contains information about a dyld_shared_cache file swagger:model.
Offset is a struct that contains information about a dyld_shared_cache offset swagger:model.
String is a struct that contains information about a dyld_shared_cache string swagger:model.
Symbol is a struct that contains information about a dyld_shared_cache symbol swagger:model.
SymbolLookup is a struct that contains information about a dyld_shared_cache symbol lookup.