mirror of
https://github.com/khanhduytran0/coruna.git
synced 2026-06-03 13:18:02 +02:00
JS beautify other files
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# Coruna
|
||||
|
||||
The leaked exploit toolkit. Partially deobfuscated by Claude (thanks @34306) and by hand.
|
||||
The leaked exploit toolkit for various iOS versions. Extracted from `https://sadjd.mijieqi[.]cn/group.html`
|
||||
|
||||
These scripts are modified in a way that allows you to host them locally.
|
||||
Partially deobfuscated and symbolicated by Claude (thanks @34306 for sponsor) and by hand.
|
||||
|
||||
Note that the script names may be incorrect and only includes exploit chains for tested devices.
|
||||
These scripts are modified in a way that allows you to host them locally. Note that this only includes exploit chains for tested devices.
|
||||
|
||||
## Tested on
|
||||
| Device| Version | Exploit chain |
|
||||
| Device| Version | WebKit exploit chain |
|
||||
| :--- | --- | --- |
|
||||
| iPhone 6s+ | 15.4.1 | jacurutu -> VariantB? -> ? |
|
||||
| iPhone Xs Max | 16.5 | terrorbird -> seedbell -> VariantB -> ? |
|
||||
| iPhone 15 Pro Max | 17.0 | cassowary -> seedbell_pre -> seedbell_17 -> VariantB -> ? |
|
||||
| iPhone 6s+ | 15.4.1 | jacurutu -> VariantB? |
|
||||
| iPhone Xs Max | 16.5 | terrorbird -> seedbell -> VariantB |
|
||||
| iPhone 15 Pro Max | 17.0 | cassowary -> seedbell_pre -> seedbell_17 -> VariantB |
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
# Other
|
||||
|
||||
Stores random files like dumped dylib and original files
|
||||
Stores random files like dumped dylib and original obfuscated files
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
@@ -262,7 +262,7 @@ let m_57620206d62079baad0e57e6d9ec93120c0f5247 = () => {
|
||||
* and conversion to/from doubles, BigInts, and JS numbers.
|
||||
*/
|
||||
class Int64 {
|
||||
// Wrapper for compatibility with obsfucated modules
|
||||
// Wrapper for compatibility with obfuscated modules
|
||||
static ut(t) {return Int64.fromNumber(t);}
|
||||
static ot(t) {return Int64.fromBigInt(t);}
|
||||
static st(t) {return Int64.fromUnsigned(t);}
|
||||
|
||||
Reference in New Issue
Block a user