Skip to content

Commit 5ec2c96

Browse files
committed
Add missing x86-64 regs
1 parent 0287c96 commit 5ec2c96

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

qiling/arch/x86.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ def regs(self) -> QlRegisterManager:
109109
**x86_const.reg_map_64_b,
110110
**x86_const.reg_map_64_w,
111111
**x86_const.reg_map_64_d,
112-
**x86_const.reg_map_seg_base
112+
**x86_const.reg_map_seg_base,
113+
**x86_const.reg_map_xmm,
114+
**x86_const.reg_map_ymm,
115+
**x86_const.reg_map_zmm
113116
)
114117

115118
pc_reg = 'rip'

0 commit comments

Comments
 (0)