This document contains code to spoof device identifiers on iOS. It hooks the IORegistryEntryCreateCFProperty and MGCopyAnswer functions to return spoofed values for the device's serial number, IMEI, MEID, and other identifiers when those values are requested, instead of the real identifiers. The spoofed values are read from a plist file. Logging messages are added to indicate when identifiers are being spoofed.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
348 views2 pages
Tweak
This document contains code to spoof device identifiers on iOS. It hooks the IORegistryEntryCreateCFProperty and MGCopyAnswer functions to return spoofed values for the device's serial number, IMEI, MEID, and other identifiers when those values are requested, instead of the real identifiers. The spoofed values are read from a plist file. Logging messages are added to indicate when identifiers are being spoofed.