11 lines
372 B
Text
11 lines
372 B
Text
|
Index: pwn/__init__.py
|
||
|
--- pwn/__init__.py.orig
|
||
|
+++ pwn/__init__.py
|
||
|
@@ -14,6 +14,3 @@ if not platform.architecture()[0].startswith('64'):
|
||
|
|
||
|
See Gallopsled/pwntools#518 for more information."""
|
||
|
log.warn_once('Pwntools does not support 32-bit Python. Use a 64-bit release.')
|
||
|
-
|
||
|
-with context.local(log_console=sys.stderr):
|
||
|
- pwnlib.update.check_automatically()
|