Executable bit/shebang house cleaning (#2189)

This commit is contained in:
Aaron Adams 2024-06-06 17:46:34 +08:00 committed by GitHub
parent 9a0094b564
commit 581861d2fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 2 additions and 3 deletions

0
nix/bundle/bundle-linux.sh Normal file → Executable file
View File

0
nix/bundle/bundle-macos.sh Normal file → Executable file
View File

0
nix/bundle/print_needed_elf.py Normal file → Executable file
View File

0
pwndbg/__init__.py Executable file → Normal file
View File

0
pwndbg/chain.py Executable file → Normal file
View File

0
pwndbg/commands/checksec.py Executable file → Normal file
View File

2
pwndbg/commands/cymbol.py Executable file → Normal file
View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
"""
Add, load, show, edit, or delete symbols for custom structures.

0
pwndbg/commands/elf.py Executable file → Normal file
View File

1
pwndbg/commands/patch.py Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
from __future__ import annotations
import argparse

0
pwndbg/search.py Executable file → Normal file
View File

View File

@ -1 +1,2 @@
#!/usr/bin/env bash
SKIP_GENERATION=1 mkdocs serve -a 0.0.0.0:8000

View File

@ -1 +1,2 @@
#!/usr/bin/env bash
gdb -nx -x docs.py