Skip to content

Commit 9894d64

Browse files
authored
Merge pull request #67 from guyush1/run-gef-py
Get gef.py to work #65
2 parents 75ba7ec + 8d50d78 commit 9894d64

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/compilation/frozen_python_modules.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ copy
2323
copyreg
2424
cProfile
2525
csv
26+
<ctypes.**.*>
2627
dataclasses
2728
datetime
2829
<dbm.**.*>
2930
decimal
3031
difflib
3132
dis
33+
<email.**.*>
3234
<encodings.**.*>
3335
<ensurepip.**.*>
3436
enum
@@ -49,6 +51,7 @@ gzip
4951
hashlib
5052
heapq
5153
hmac
54+
<http.**.*>
5255
imaplib
5356
<importlib.**.*>
5457
inspect
@@ -133,6 +136,7 @@ trace
133136
tty
134137
types
135138
typing
139+
<urllib.**.*>
136140
uuid
137141
warnings
138142
wave
@@ -143,6 +147,3 @@ webbrowser
143147
zipapp
144148
<zipfile.**.*>
145149
<zoneinfo.**.*>
146-
<email.**.*>
147-
<urllib.**.*>
148-
<ctypes.**.*>

0 commit comments

Comments
 (0)