- All content keys were redacted, they should be 128-bit hex strings.
- These methods involve the use of ffmpeg and -cenc_decryption_key which is not part of stable releases as of July 2022. Use nightlies from gyan.dev or some other autobuild in the meantime. Hopefully it gets added in the next stable release.
- On my end none of these were particularly reliable. This may change in the future as FFmpeg evolves. The direct method of playing with ffplay is currently the most reliable out of the listed methods.
<!doctype html> | |
<html lang="en"> | |
<!-- Standalone MetaMask Signer for A Medium Article: Signing messages in Ethereum medium.com/@k3no--> | |
<!-- Not to be used in production, just for educational purposes. --> | |
<head> | |
<!-- Required meta tags --> | |
<meta charset="utf-8"> |
// Usage : frida -U -f bundle_id -l cordova-enable-webview-debug.js --no-pause | |
Java.perform(function() { | |
var Webview = Java.use("android.webkit.WebView") | |
Webview.loadUrl.overload("java.lang.String").implementation = function(url) { | |
console.log("[+]Loading URL from", url); | |
this.setWebContentsDebuggingEnabled(true); | |
this.loadUrl.overload("java.lang.String").call(this, url); | |
} | |
}); |
#!/usr/bin/env python3 | |
# SPDX-License-Identifier: BSD-3-Clause | |
flags = { | |
'trans': [ | |
('091', '206', '250'), | |
('254', '169', '184'), | |
('255', '255', '255'), | |
('254', '169', '184'), | |
('091', '206', '250'), |
The model regions on Apple wikis are missing some entries- and the entries are lacking some information that I would be critical for international buyers: there are some extreme differences between features in some regions: FaceTime support, Dual SIM support, etc.
What's worse is some regions have multiple codes, and sometimes even imported devices from other regions.
Unfortunately, Apple does not seem to acknowledge these region numbers exist at all and resort to nebulous claims about the feature differences, and it doesn't help that there are some conflicting reports on the internet.
So I'm going to try my best to maintain an up-to-date list. Any and all confirmations, additions and denials here would be extremely helpful. Please just leave a comment.