Skip to content

Commit b18fe13

Browse files
authored
Add files via upload
0 parents  commit b18fe13

24 files changed

+2905
-0
lines changed

shellWasp.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# from .start import bramwell_syscall
2+
import start.shellWasp
3+
4+
from start.shellWasp import *
5+
if __name__ == "__main__":
6+
print ("hi. i am an evil wasp.")
7+
syscallMain()

0 commit comments

Comments
 (0)