hilda 3.4.1__py3-none-any.whl → 3.4.3__py3-none-any.whl
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.
- hilda/_version.py +2 -2
- hilda/snippets/xpc.py +6 -4
- {hilda-3.4.1.dist-info → hilda-3.4.3.dist-info}/METADATA +1 -1
- {hilda-3.4.1.dist-info → hilda-3.4.3.dist-info}/RECORD +8 -8
- {hilda-3.4.1.dist-info → hilda-3.4.3.dist-info}/WHEEL +0 -0
- {hilda-3.4.1.dist-info → hilda-3.4.3.dist-info}/entry_points.txt +0 -0
- {hilda-3.4.1.dist-info → hilda-3.4.3.dist-info}/licenses/LICENSE +0 -0
- {hilda-3.4.1.dist-info → hilda-3.4.3.dist-info}/top_level.txt +0 -0
hilda/_version.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '3.4.
|
|
32
|
-
__version_tuple__ = version_tuple = (3, 4,
|
|
31
|
+
__version__ = version = '3.4.3'
|
|
32
|
+
__version_tuple__ = version_tuple = (3, 4, 3)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
hilda/snippets/xpc.py
CHANGED
|
@@ -24,9 +24,9 @@ def safe_monitor(symbol_name, **kwargs):
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
def sniff_send():
|
|
27
|
-
safe_monitor('xpc_connection_send_message
|
|
28
|
-
safe_monitor('xpc_connection_send_message_with_reply
|
|
29
|
-
safe_monitor('xpc_connection_send_message_with_reply_sync
|
|
27
|
+
safe_monitor('xpc_connection_send_message', regs={'x0': 'po', 'x1': 'po'})
|
|
28
|
+
safe_monitor('xpc_connection_send_message_with_reply', regs={'x0': 'po', 'x1': 'po'})
|
|
29
|
+
safe_monitor('xpc_connection_send_message_with_reply_sync', regs={'x0': 'po', 'x1': 'po'})
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def sniff_receive():
|
|
@@ -96,7 +96,9 @@ def send_message_raw(service_name, message_raw):
|
|
|
96
96
|
# 0 is for connecting instead of listening
|
|
97
97
|
conn = hilda.symbols.xpc_connection_create_mach_service(service_name, 0, 0)
|
|
98
98
|
assert conn != 0, 'failed to create xpc connection'
|
|
99
|
-
hilda.po(f'''
|
|
99
|
+
hilda.po(f'''
|
|
100
|
+
extern void xpc_connection_set_event_handler(intptr_t, id);
|
|
101
|
+
xpc_connection_set_event_handler({conn}, ^(id obj) {{}})''')
|
|
100
102
|
hilda.symbols.xpc_connection_resume(conn)
|
|
101
103
|
active_xpc_connections[service_name] = conn
|
|
102
104
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hilda
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.3
|
|
4
4
|
Summary: LLDB wrapped and empowered by iPython's features
|
|
5
5
|
Author-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>, netanel cohen <netanelc305@protonmail.com>
|
|
6
6
|
Maintainer-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>, netanel cohen <netanelc305@protonmail.com>
|
|
@@ -3,7 +3,7 @@ gifs/ui.png,sha256=iaRwNZ9qVWUkUe2TJb_6VPsTu--7HrElA2duWiyZ-Oc,131
|
|
|
3
3
|
gifs/xpc_print_message.gif,sha256=i5S8Y9bJm9n-NtOipFTAC8_jUR4uZCM4sOap_ccJX0k,939935
|
|
4
4
|
hilda/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
hilda/__main__.py,sha256=KWRqvukK4wraxCMtvH5nO25mFXLO5aWXa7z_VfAtbO8,90
|
|
6
|
-
hilda/_version.py,sha256=
|
|
6
|
+
hilda/_version.py,sha256=fSNeAX5Bg36r54nDCKwsgj7AdgGidPfrx0RVOxIT3ac,704
|
|
7
7
|
hilda/breakpoints.py,sha256=EVeY589ZIz1DwW3kGn-MpvjVrma1ANAjWz4DdRW8T4c,20025
|
|
8
8
|
hilda/cli.py,sha256=PCjrI7GrERIrZCODJYmPt6eyl-nPYZviTS8fBG3oIjM,3618
|
|
9
9
|
hilda/common.py,sha256=El-ih7cvCv9PJ5OWb1jkCbh4GuaRD6gqlrFC5gyY-TE,498
|
|
@@ -37,7 +37,7 @@ hilda/snippets/libmalloc.py,sha256=RBUuiyJvxxlIxhbriaHzfzJX9azeitlD1tUsUjIe_xQ,1
|
|
|
37
37
|
hilda/snippets/remotepairingd.py,sha256=w7SYctpKw3B56ZP26n4Ap5_hz6VmZiUbe8CrTmZ1JWI,5849
|
|
38
38
|
hilda/snippets/syslog.py,sha256=8qhYHKTElzWifqYAwt72iQ57wf1n0F_au2Vl2L8NPOc,294
|
|
39
39
|
hilda/snippets/uuid.py,sha256=ttw-rq2Wshm7UMZXd5uYP37bi8G_ZE4XcXJbsYIgp1c,273
|
|
40
|
-
hilda/snippets/xpc.py,sha256=
|
|
40
|
+
hilda/snippets/xpc.py,sha256=JFI_9zYi47CT0PA60s8WDJ6yp35CaO1l7WB0ptvzKmQ,3993
|
|
41
41
|
hilda/snippets/mach/CFRunLoopServiceMachPort_hooks.py,sha256=8e6184bcRhqSDqXyDu-jnIXDbdw-mnP15J4MgNBKyg4,4202
|
|
42
42
|
hilda/snippets/mach/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
43
43
|
hilda/snippets/macho/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -49,9 +49,9 @@ hilda/snippets/macho/macho_load_commands.py,sha256=rlYHiPGUMpjpTkhI89twarufx7W88
|
|
|
49
49
|
hilda/ui/colors.json,sha256=f-ITquY3IInQreviTy23JfmxfJrGM1_MivACf1GKGqM,262
|
|
50
50
|
hilda/ui/ui_manager.py,sha256=BmzI1sBx0PYCQDlB9Al7wsTEAMJxaJ7NW0DS4C7g5-0,2265
|
|
51
51
|
hilda/ui/views.py,sha256=bzClOgKirKYs6nhsNRXpkGNIg3oIOmFb659GLWrlTdo,7792
|
|
52
|
-
hilda-3.4.
|
|
53
|
-
hilda-3.4.
|
|
54
|
-
hilda-3.4.
|
|
55
|
-
hilda-3.4.
|
|
56
|
-
hilda-3.4.
|
|
57
|
-
hilda-3.4.
|
|
52
|
+
hilda-3.4.3.dist-info/licenses/LICENSE,sha256=M-LVJ0AFAYB82eueyl8brh-QLPe-iLNVgbCi79-3TDo,1078
|
|
53
|
+
hilda-3.4.3.dist-info/METADATA,sha256=Qm7OgeRaxe470evW3KGkXYfD_b7JixF33xfzJUXU4os,21695
|
|
54
|
+
hilda-3.4.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
55
|
+
hilda-3.4.3.dist-info/entry_points.txt,sha256=9n3O3j6V3XnVR_GcFqCWNgRAbalfukTSW2WvghsLVmA,46
|
|
56
|
+
hilda-3.4.3.dist-info/top_level.txt,sha256=TVD7l1WkE1noT866YqPFhiQnjYCYZM5Xz54v_3EYpnI,11
|
|
57
|
+
hilda-3.4.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|