blob: 3f8fa9e75189a6acf12315bd24296c4b776be70c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
qemu-2.12.1 crashes when running malicious bootloader.
Running specific bootloader on Qemu causes fatal error and
hence SIGABRT in /qemu-2.12.1/tcg/tcg.c on line 2684.
Bootloader binary code is included in attachments.
The code was generated by assembling a valid bootloader, then
appending random-bytes from file `/dev/urandom` to the binary file.
|