b05afccde0
Add a few tests for the sign, verify, attach and detach code. These require some additional infrastructure to create a sample PE/COFF executable, plus a key & cert for testing. Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
9 lines
58 B
ArmAsm
9 lines
58 B
ArmAsm
|
|
.text
|
|
.globl _start
|
|
_start:
|
|
nop
|
|
|
|
.data
|
|
data:
|
|
.long 0x0
|