Skip to content

Commit 5cbc13d

Browse files
committed
Shellcode: Set magic_64 to ARM64\x64.
1 parent 8d470b3 commit 5cbc13d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ShellCode/DummyHead.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _KernelSize:
2929
.long 0 // reserved4, Kernel Size L
3030
.long 0 // reserved4, Kernel Size H
3131

32-
nop // magic_64
32+
.ascii "ARM\x64" // magic_64
3333
.long 0 // reserve5
3434

3535
/* Do not remove the last line */

0 commit comments

Comments
 (0)