lamda 7.20__tar.gz → 7.22__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {lamda-7.20 → lamda-7.22}/PKG-INFO +10 -1
- {lamda-7.20 → lamda-7.22}/lamda/__init__.py +1 -1
- {lamda-7.20 → lamda-7.22}/lamda.egg-info/PKG-INFO +10 -1
- {lamda-7.20 → lamda-7.22}/README.md +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/bcast.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/client.py +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/const.py +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/exceptions.py +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/any.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/api.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/compiler/plugin.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/descriptor.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/duration.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/empty.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/field_mask.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/source_context.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/struct.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/timestamp.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/type.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/wrappers.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/application.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/debug.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/file.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/policy.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/proxy.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/services.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/settings.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/shell.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/status.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/storage.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/types.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/uiautomator.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/util.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/rpc/wifi.proto +0 -0
- {lamda-7.20 → lamda-7.22}/lamda/types.py +0 -0
- {lamda-7.20 → lamda-7.22}/lamda.egg-info/SOURCES.txt +0 -0
- {lamda-7.20 → lamda-7.22}/lamda.egg-info/dependency_links.txt +0 -0
- {lamda-7.20 → lamda-7.22}/lamda.egg-info/not-zip-safe +0 -0
- {lamda-7.20 → lamda-7.22}/lamda.egg-info/requires.txt +0 -0
- {lamda-7.20 → lamda-7.22}/lamda.egg-info/top_level.txt +0 -0
- {lamda-7.20 → lamda-7.22}/setup.cfg +0 -0
- {lamda-7.20 → lamda-7.22}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lamda
|
3
|
-
Version: 7.
|
3
|
+
Version: 7.22
|
4
4
|
Summary: Android reverse engineering & automation framework
|
5
5
|
Home-page: https://github.com/rev1si0n/lamda
|
6
6
|
Author: rev1si0n
|
@@ -13,4 +13,13 @@ Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Classifier: Operating System :: Android
|
14
14
|
Classifier: Topic :: Security
|
15
15
|
Requires-Python: >=3.6,<3.12
|
16
|
+
Requires-Dist: grpcio-tools<1.60.0,>=1.35.0
|
17
|
+
Requires-Dist: grpc-interceptor<0.15.0,>=0.13.0
|
18
|
+
Requires-Dist: grpcio<1.60.0,>=1.35.0
|
19
|
+
Requires-Dist: cryptography>=35.0.0
|
20
|
+
Requires-Dist: msgpack>=1.0.0
|
21
|
+
Requires-Dist: asn1crypto<2,>=1.0.0
|
22
|
+
Requires-Dist: pem==23.1.0
|
16
23
|
Provides-Extra: full
|
24
|
+
Requires-Dist: frida<17.0.0,>=16.0.0; extra == "full"
|
25
|
+
Requires-Dist: pyreadline==2.1; sys_platform == "win32"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lamda
|
3
|
-
Version: 7.
|
3
|
+
Version: 7.22
|
4
4
|
Summary: Android reverse engineering & automation framework
|
5
5
|
Home-page: https://github.com/rev1si0n/lamda
|
6
6
|
Author: rev1si0n
|
@@ -13,4 +13,13 @@ Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Classifier: Operating System :: Android
|
14
14
|
Classifier: Topic :: Security
|
15
15
|
Requires-Python: >=3.6,<3.12
|
16
|
+
Requires-Dist: grpcio-tools<1.60.0,>=1.35.0
|
17
|
+
Requires-Dist: grpc-interceptor<0.15.0,>=0.13.0
|
18
|
+
Requires-Dist: grpcio<1.60.0,>=1.35.0
|
19
|
+
Requires-Dist: cryptography>=35.0.0
|
20
|
+
Requires-Dist: msgpack>=1.0.0
|
21
|
+
Requires-Dist: asn1crypto<2,>=1.0.0
|
22
|
+
Requires-Dist: pem==23.1.0
|
16
23
|
Provides-Extra: full
|
24
|
+
Requires-Dist: frida<17.0.0,>=16.0.0; extra == "full"
|
25
|
+
Requires-Dist: pyreadline==2.1; sys_platform == "win32"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|