Skip to content

Commit 36d90d6

Browse files
authored
Merge pull request #78 from puckey/chore/improve-ios-deobfuscation
Improve deobfuscateAppleGPU
2 parents c96a0f1 + c87c001 commit 36d90d6

30 files changed

+344
-276
lines changed

.eslintrc.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ module.exports = {
2424
rules: {
2525
'@typescript-eslint/ban-ts-ignore': OFF,
2626
'@typescript-eslint/explicit-module-boundary-types': OFF,
27-
'@typescript-eslint/no-explicit-any': WARN,
28-
'sort-keys': [
29-
ERROR,
30-
'asc',
31-
{
32-
caseSensitive: true,
33-
natural: false,
34-
},
35-
]
27+
'@typescript-eslint/no-explicit-any': WARN
3628
}
3729
};

benchmarks.tar.gz

-303 Bytes
Binary file not shown.

benchmarks/d-adreno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
["3.1.30",["qualcomm adreno 540","540",0,[[1919,1279,19]]],["qualcomm adreno 630 gpu","630",0,[[1920,1080,21]]],["qualcomm adreno 540 gpu","540",0,[[1919,1279,24]]],["qualcomm adreno 680 gpu","680",0,[[2880,1920,47]]],["qualcomm adreno 685 gpu","685",0,[[1920,1080,28]]],["qualcomm adreno 690 gpu","690",0,[[1920,1280,28]]],["qualcomm adreno 618 gpu","618",0,[[1920,1080,20]]],["qualcomm adreno 8cx gen 3","8",0,[[1920,1080,22]]]]
1+
["4.0.0",["qualcomm adreno 540","540",0,[[1919,1279,19]]],["qualcomm adreno 630 gpu","630",0,[[1920,1080,21]]],["qualcomm adreno 540 gpu","540",0,[[1919,1279,24]]],["qualcomm adreno 680 gpu","680",0,[[2880,1920,52]]],["qualcomm adreno 685 gpu","685",0,[[1920,1080,28]]],["qualcomm adreno 690 gpu","690",0,[[1920,1280,28]]],["qualcomm adreno 618 gpu","618",0,[[1920,1080,20]]],["qualcomm adreno 8cx gen 3","8",0,[[1920,1080,22]]]]

benchmarks/d-amd.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

benchmarks/d-apple.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
["3.1.30",["apple m1","1",0,[[2880,1800,60]]],["apple paravirtual device","",0,[[1024,768,30]]],["apple a14","14",0,[[2704,1756,120]]],["apple m1 max","1",0,[[3456,2234,120]]],["apple m1 pro","1",0,[[3024,1964,120]]]]
1+
["4.0.0",["apple m1","1",0,[[2880,1800,60]]],["apple paravirtual device","",0,[[1024,768,30]]],["apple a14","14",0,[[2704,1756,120]]],["apple m1 max","1",0,[[3456,2234,120]]],["apple m1 pro","1",0,[[3024,1964,120]]]]

benchmarks/d-geforce.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

benchmarks/d-intel.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

benchmarks/d-nvidia.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

benchmarks/d-radeon.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

benchmarks/m-adreno.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)