Skip to content

Commit 97cdd2b

Browse files
committed
Bin Files
1 parent 41f237e commit 97cdd2b

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

examples/mumu/read_elf_mumu

30.2 KB
Binary file not shown.

experiments/mumu/rdtsc_detect_vm

420 KB
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ENTRY(main)
2+
3+
SECTIONS
4+
{
5+
. = 0x1000;
6+
.text : { *(.text) }
7+
. = 0x2000;
8+
.data : { *(.data) }
9+
}

experiments/vm/rdtsc_detect_vm/main.o

1.97 KB
Binary file not shown.

experiments/vm/rdtsc_detect_vm/prog

5.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)