bd-jb/payload/start.S

14 lines
249 B
ArmAsm
Raw Normal View History

2024-12-14 17:32:07 -05:00
/*
* 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
2021-10-24 16:57:03 -04:00
.global _start
2021-10-24 11:23:44 -04:00
_start:
jmp payload