frida 17.3.0 → 17.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/releng/deps.toml +9 -12
- package/releng/sync-from-upstream.py +1 -1
- package/src/frida_bindgen/__pycache__/__init__.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/__main__.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/cli.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/codegen.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/customization.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/loader.cpython-312.pyc +0 -0
- package/src/frida_bindgen/__pycache__/model.cpython-312.pyc +0 -0
- package/subprojects/frida-core.wrap +1 -1
package/package.json
CHANGED
package/releng/deps.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[dependencies]
|
|
2
|
-
version = "
|
|
3
|
-
bootstrap_version = "
|
|
2
|
+
version = "20250919"
|
|
3
|
+
bootstrap_version = "20250801"
|
|
4
4
|
|
|
5
5
|
[ninja]
|
|
6
6
|
scope = "toolchain"
|
|
@@ -41,12 +41,12 @@ url = "https://github.com/frida/libiconv.git"
|
|
|
41
41
|
|
|
42
42
|
[zlib]
|
|
43
43
|
name = "zlib"
|
|
44
|
-
version = "
|
|
44
|
+
version = "171a3eacaea8b731ef1fc586e7777b77742e2a1d"
|
|
45
45
|
url = "https://github.com/frida/zlib.git"
|
|
46
46
|
|
|
47
47
|
[libffi]
|
|
48
48
|
name = "libffi"
|
|
49
|
-
version = "
|
|
49
|
+
version = "cca9fc2909f67d340f4a13ae274587eaf273371d"
|
|
50
50
|
url = "https://github.com/frida/libffi.git"
|
|
51
51
|
options = [
|
|
52
52
|
"-Dexe_static_tramp=false",
|
|
@@ -73,7 +73,7 @@ options = [
|
|
|
73
73
|
|
|
74
74
|
[glib]
|
|
75
75
|
name = "GLib"
|
|
76
|
-
version = "
|
|
76
|
+
version = "9dc59b1b5503789ada22f7699e53256fa3287217"
|
|
77
77
|
url = "https://github.com/frida/glib.git"
|
|
78
78
|
options = [
|
|
79
79
|
"-Dcocoa=disabled",
|
|
@@ -218,7 +218,7 @@ url = "https://github.com/frida/libusb.git"
|
|
|
218
218
|
[lwip]
|
|
219
219
|
when = "machine.os != 'none'"
|
|
220
220
|
name = "lwIP"
|
|
221
|
-
version = "
|
|
221
|
+
version = "4fe7223c2e80dc328266fb2483e789ee5fad7c79"
|
|
222
222
|
url = "https://github.com/frida/lwip.git"
|
|
223
223
|
options = [
|
|
224
224
|
"-Dipv4=disabled",
|
|
@@ -226,9 +226,6 @@ options = [
|
|
|
226
226
|
"-Ddns=disabled",
|
|
227
227
|
"-Darp=disabled",
|
|
228
228
|
"-Dethernet=enabled",
|
|
229
|
-
"-Dtcp_mss=4036",
|
|
230
|
-
"-Dtcp_snd_buf=65535",
|
|
231
|
-
"-Dtcp_wnd=65535",
|
|
232
229
|
{ value = "-Dlwip_debug=disabled", when = "machine.config_is_optimized" },
|
|
233
230
|
]
|
|
234
231
|
dependencies = [
|
|
@@ -337,7 +334,7 @@ dependencies = [
|
|
|
337
334
|
|
|
338
335
|
[capstone]
|
|
339
336
|
name = "Capstone"
|
|
340
|
-
version = "
|
|
337
|
+
version = "27fb5a53bc77baf3c3af7ccd466041418cecca35"
|
|
341
338
|
url = "https://github.com/frida/capstone.git"
|
|
342
339
|
options = [
|
|
343
340
|
"-Darchs=all",
|
|
@@ -373,7 +370,7 @@ url = "https://github.com/frida/tinycc.git"
|
|
|
373
370
|
[openssl]
|
|
374
371
|
when = "machine.os != 'none'"
|
|
375
372
|
name = "OpenSSL"
|
|
376
|
-
version = "
|
|
373
|
+
version = "5029c4562d23547d8e29768e1b0de573c52bf3fc"
|
|
377
374
|
url = "https://github.com/frida/openssl.git"
|
|
378
375
|
options = [
|
|
379
376
|
"-Dcli=disabled",
|
|
@@ -389,7 +386,7 @@ when = """ \
|
|
|
389
386
|
and machine.os not in {'none', 'qnx'} \
|
|
390
387
|
"""
|
|
391
388
|
name = "V8"
|
|
392
|
-
version = "
|
|
389
|
+
version = "669119f601663b73fc01f8eee02cf2f093bbf25b"
|
|
393
390
|
url = "https://github.com/frida/v8.git"
|
|
394
391
|
options = [
|
|
395
392
|
"-Ddebug=false",
|
|
@@ -13,7 +13,7 @@ upstreams = {
|
|
|
13
13
|
"meson": ("https://github.com/mesonbuild/meson.git", "master"),
|
|
14
14
|
"termux-elf-cleaner": "https://github.com/termux/termux-elf-cleaner.git",
|
|
15
15
|
"libiconv": "https://git.savannah.gnu.org/git/libiconv.git",
|
|
16
|
-
"zlib": "https://github.com/madler/zlib.git",
|
|
16
|
+
"zlib": ("https://github.com/madler/zlib.git", "develop"),
|
|
17
17
|
"brotli": "https://github.com/google/brotli.git",
|
|
18
18
|
"minizip": "https://github.com/zlib-ng/minizip-ng.git",
|
|
19
19
|
"libffi": "https://github.com/libffi/libffi.git",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|