Ole André Vadla Ravnås
c2145f3589
Add support for new attach options
2026-05-31 12:32:06 +02:00
Ole André Vadla Ravnås
a9caf62a0c
Reformat with black 26.3.1
2026-04-26 17:47:34 +02:00
Ole André Vadla Ravnås
cc9a78ef19
device: Add override_option()
...
Expose Device.override_option() for overriding backend-specific
options on a device.
Overrides apply when establishing a host session. If one already
exists, changes take effect on the next connection.
2026-03-26 20:30:10 +01:00
Abhi
9f463fb602
Fix regressions reported by mypi and black ( #269 )
2026-01-07 09:14:51 +01:00
Etienne Maheux
bf1245ddb0
typing: Remove generic @overload on handlers
...
Generic @overload definitions on signal handlers were masking
type-checking errors.
2025-12-15 21:23:57 +01:00
Etienne Maheux
0f247e9439
typing: Improve @cancellable; add flag literals
...
Refine @cancellable typing to better model control flow and
introduce Literal types for optional Compiler flags to
improve static checking and autocomplete.
2025-12-15 21:23:57 +01:00
Ole André Vadla Ravnås
f5ba22ad36
compiler: Expose platform and externals options
2025-11-04 10:23:00 +01:00
Ole André Vadla Ravnås
4e16e5c667
package-manager: Fix the PackageRole declaration
2025-07-01 21:25:59 +02:00
Ole André Vadla Ravnås
09d6c7b044
package-manager: Update to the new API
2025-07-01 21:22:01 +02:00
Ole André Vadla Ravnås
690da0652d
package-manager: Remove unused install phase
2025-06-20 11:48:08 +02:00
Ole André Vadla Ravnås
dec23f9ef5
extension: Expose PackageManager.registry
2025-06-19 12:17:09 +02:00
Ole André Vadla Ravnås
6fbe238c1a
extension: Simplify the Compiler constructor
...
The DeviceManager is no longer needed.
2025-06-18 22:49:42 +02:00
Ole André Vadla Ravnås
fe1c61ce5d
Add PackageManager bindings
2025-06-18 22:49:42 +02:00
Ole André Vadla Ravnås
51501ceacb
Add support for the new Compiler options
...
I.e. `output_format`, `bundle_format`, and `type_check`.
2025-06-01 23:48:37 +02:00
Ole André Vadla Ravnås
0b7bde2fd4
Revert "Use ParamSpec for better type hints"
...
This reverts commit 9a3ec81843 .
2024-10-10 20:13:54 +02:00
Ole André Vadla Ravnås
6a18d4c4cc
Fix a stylistic inconsistency
2024-10-10 20:09:50 +02:00
Nick
9a3ec81843
Use ParamSpec for better type hints
2024-10-10 20:07:23 +02:00
Ole André Vadla Ravnås
0b854499cd
rpc: Fix type hints for make_rpc_call_request()
...
Co-authored-by: Håvard Sørbø <havard@hsorbo.no >
2024-05-31 15:40:22 +02:00
Ole André Vadla Ravnås
243cce22e6
rpc: Add support for new binary data passing
...
Which means:
- Pass in data to RPC method.
- Return value and data from RPC method.
Co-authored-by: Håvard Sørbø <havard@hsorbo.no >
2024-05-31 15:11:05 +02:00
Ole André Vadla Ravnås
8b888558c7
device: Add open_service() and Service API
...
Co-authored-by: Håvard Sørbø <havard@hsorbo.no >
2024-05-30 23:28:36 +02:00
Ole André Vadla Ravnås
56ec6a46e7
Fix stylistic inconsistencies
2024-04-24 13:18:01 +02:00
Ole André Vadla Ravnås
9706e4be99
Move _frida package inside the frida package
...
So we only have one top-level package, to avoid confusing IDEs.
Also add missing files to the Meson build system.
2024-04-24 12:41:52 +02:00
Ole André Vadla Ravnås
3e489dff85
device: Add unpair()
2023-10-09 13:12:04 +02:00
Yotam Nachum
fb86c3aa37
Add async variant to rpc calls
2023-02-03 20:13:19 +02:00
Yotam Nachum
b203e4bbca
core: Add specific signals type hinting
2023-01-14 15:15:17 +02:00
Ole André Vadla Ravnås
6470583f8b
core: Avoid using Python's union syntax
...
So we don't depend on Python >= 3.10.
2022-10-06 22:50:50 +02:00
Yotam Nachum
4f5c83fd09
Fix type hinting
2022-09-24 18:54:10 +03:00
Orip
32e3def2a1
Fix Device.get_bus
...
The Previous implementation called the `_Device.get_bus` method which doesn't exist
2022-09-12 20:59:52 +03:00
Yotam Nachum
600d68a982
Add _frida type hinting
2022-09-12 20:59:52 +03:00
Yotam Nachum
af23dd92f2
Add docstrings
2022-09-12 20:59:52 +03:00
Yotam Nachum
057d901c06
Add type hinting
...
Lots of functions were using *args and **kwargs that were kind of
useless with type hinting, so I explicitly named every possible argument
and its type. It breaks backward compatibility (sort of) because you can
pass nonsense arguments anymore.
2022-09-12 20:59:52 +03:00
Yotam Nachum
fc00ac2b75
Automatically format code with Black and Isort
2022-09-12 20:59:52 +03:00
Yotam Nachum
c4785c3f7c
Use f-strings
...
f-strings is a new, shorter alternative to `.format` method that was
introduced in Python 3.6.
2022-09-12 20:59:52 +03:00
Yotam Nachum
0d9e17f757
Remove object parent class
...
Python 3 classes inherit from object class implicitly
2022-09-12 11:55:02 +03:00
Yotam Nachum
27337a5ce5
Remove unused backward compatibility header
2022-09-12 11:55:00 +03:00
Yotam Nachum
62bf077ebd
Remove handling of old string type basestring
...
We don't need it anymore with Python 3 only
2022-09-12 11:48:36 +03:00
Ole André Vadla Ravnås
85229982a6
session: Add support for the new snapshot APIs ( #212 )
2022-08-03 11:43:00 +02:00
Ole André Vadla Ravnås
795e522f02
Port to the new frida-core API
2022-08-02 12:56:06 +02:00
Ole André Vadla Ravnås
77f0141d4b
compiler: Add Compiler API
2022-07-20 01:43:25 +02:00
Ole André Vadla Ravnås
3bca276575
Update to the new frida-core APIs
2021-07-06 23:36:00 +02:00
Ole André Vadla Ravnås
bc1e5d752f
Move to the new application and process query APIs
2021-07-01 21:36:39 +02:00
Grant Douglas
abfbe016c3
Add Device.query_system_parameters()
2021-06-17 02:47:06 +02:00
Ole André Vadla Ravnås
0650579d82
Throw when attempting an RPC call on a destroyed script
...
This was previously covered by post() throwing, which it no longer does.
2021-06-12 02:17:19 +02:00
Ole André Vadla Ravnås
15537d437e
Improve the “script is destroyed” error message
2021-06-12 02:16:36 +02:00
Ole André Vadla Ravnås
aaf7f0ce6d
Add Script.is_destroyed property
2021-06-12 02:14:54 +02:00
Ole André Vadla Ravnås
0eb90247fb
Add Session.is_detached property
2021-06-12 02:13:33 +02:00
Ole André Vadla Ravnås
f3dc04cdc1
Add Device.is_lost property
2021-06-12 02:12:36 +02:00
Ole André Vadla Ravnås
4cc9209c3d
Add support for the new frida-core APIs
2021-06-08 02:25:25 +02:00
NewbieGoose
39f36f7d4a
Add RPC exports listing functionality to Script and ScriptExports ( #180 )
2021-04-27 21:26:56 +02:00
Ole André Vadla Ravnås
3e37f6d742
Update to the new attach() core API
2020-12-16 03:38:43 +01:00