mirror of https://github.com/cowrie/cowrie.git
Source code of the dummy executables
This commit is contained in:
parent
db2ccf5297
commit
e79c2d77c1
|
@ -0,0 +1,4 @@
|
|||
.text
|
||||
.globl __start
|
||||
__start:
|
||||
nop
|
|
@ -0,0 +1,4 @@
|
|||
.text
|
||||
.globl __start
|
||||
__start:
|
||||
nop
|
|
@ -0,0 +1,4 @@
|
|||
.text
|
||||
.globl main
|
||||
main:
|
||||
nop
|
|
@ -0,0 +1,4 @@
|
|||
.text
|
||||
.globl _start
|
||||
_start:
|
||||
NOP 0x0
|
|
@ -0,0 +1,4 @@
|
|||
.text
|
||||
.globl __start
|
||||
__start:
|
||||
nop
|
|
@ -0,0 +1,4 @@
|
|||
.text
|
||||
.globl __start
|
||||
__start:
|
||||
nop
|
|
@ -0,0 +1,4 @@
|
|||
.text
|
||||
.globl _main
|
||||
_main:
|
||||
nop
|
|
@ -0,0 +1,4 @@
|
|||
.text
|
||||
.globl _start
|
||||
_start:
|
||||
nop
|
Loading…
Reference in New Issue