How would I go about changing the country code in this clover patch?
I understand I have to edit the <data> field, but all examples I can find describe the string encoded in HEX.
I understand I have to edit the <data> field, but all examples I can find describe the string encoded in HEX.
Code (Text):
<dict>
<key>Comment</key>
<string>10.10.2+ 5Ghz US FCC, the-darkvoid</string>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>QYP8/3QsSA==</data>
<key>Name</key>
<string>AirPortBrcm4360</string>
<key>Replace</key>
<data>ZscGVVPrKw==</data>
</dict>
<key>Comment</key>
<string>10.10.2+ 5Ghz US FCC, the-darkvoid</string>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>QYP8/3QsSA==</data>
<key>Name</key>
<string>AirPortBrcm4360</string>
<key>Replace</key>
<data>ZscGVVPrKw==</data>
</dict>