xed-sys 0.6.0+xed-2024.05.20

Rust FFI bindings for Intel XED.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	;; this is a test to see if the xed resync mechanism works
	;; when it encounters function symbols.
	
	[bits 64]

	SECTION .text
	global foo:function
foo:
	ret
	db 0x00
	global bar:function
bar:
	db 0x00, 0x00
	ret