Documentation
¶
Index ¶
- func Get(uuid string, db db.Database) ([]*model.Symbol, error)
- func GetDSC(uuid string, db db.Database) (*model.DyldSharedCache, error)
- func GetDSCImage(uuid string, addr uint64, db db.Database) (*model.Macho, error)
- func GetForAddr(uuid string, addr uint64, db db.Database) (*model.Symbol, error)
- func GetIPSW(version, build, device string, db db.Database) (*model.Ipsw, error)
- func GetMachO(uuid string, db db.Database) (*model.Macho, error)
- func Rescan(ipswPath, pemDB, sigsDir string, db db.Database) (err error)
- func Scan(ipswPath, pemDB, sigsDir string, db db.Database) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDSCImage ¶
GetDSCImage retrieves the Mach-O image with the given UUID and address from the Dyld Shared Cache (DSC) in the database.
func GetForAddr ¶
GetForAddr retrieves the symbol associated with the given UUID and address from the database. It returns the symbol and an error if any.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.