Hi
This commit is contained in:
parent
889eebc671
commit
a6cb9cdc7d
1 changed files with 10 additions and 0 deletions
10
main.c
Normal file
10
main.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
__attribute__((section(".text")))
|
||||
char main[] = {
|
||||
0xeb, 0x05,
|
||||
0x33, 0x90, 0x90, 0x90, 0x90,
|
||||
0x48, 0xc7, 0xc6, 0x01, 0x00, 0x00, 0x00,
|
||||
0x48, 0x8d, 0x35, 0xed, 0xff, 0xff, 0xff,
|
||||
0x48, 0xc7, 0xc0, 0x01, 0x00, 0x00, 0x00,
|
||||
0x48, 0xc7, 0xc2, 0x01, 0x00, 0x00, 0x00,
|
||||
0x0F, 0x05,
|
||||
0xC3};
|
Loading…
Reference in a new issue