bd-jb/payload/start.S
2024-12-14 23:32:07 +01:00

14 lines
249 B
ArmAsm

/*
* Copyright (C) 2021-2024 Andy Nguyen
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
.intel_syntax noprefix
.section .text
.global _start
_start:
jmp payload