sync ports with The Matrix
This commit is contained in:
parent
5d7f23fd90
commit
358e427f5b
6 changed files with 23 additions and 35 deletions
19
security/pwntools/patches/patch-pwnlib_commandline_main_py
Normal file
19
security/pwntools/patches/patch-pwnlib_commandline_main_py
Normal file
|
@ -0,0 +1,19 @@
|
|||
Index: pwnlib/commandline/main.py
|
||||
--- pwnlib/commandline/main.py.orig
|
||||
+++ pwnlib/commandline/main.py
|
||||
@@ -21,7 +21,6 @@ from pwnlib.commandline import scramble
|
||||
from pwnlib.commandline import shellcraft
|
||||
from pwnlib.commandline import template
|
||||
from pwnlib.commandline import unhex
|
||||
-from pwnlib.commandline import update
|
||||
from pwnlib.commandline import version
|
||||
from pwnlib.commandline.common import parser
|
||||
from pwnlib.context import context
|
||||
@@ -45,7 +44,6 @@ commands = {
|
||||
'shellcraft': shellcraft.main,
|
||||
'template': template.main,
|
||||
'unhex': unhex.main,
|
||||
- 'update': update.main,
|
||||
'version': version.main,
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue