diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86.py b/arch/x86.py index 01c1631..25213a0 100644 --- a/arch/x86.py +++ b/arch/x86.py @@ -22,6 +22,8 @@ regnames = [ 'R14', 'R15', 'RFLAGS', + # Segment registers + 'CS', 'DS', 'SS', 'ES', 'FS', 'GS', # FLAGS 'CF', 'PF', 'AF', 'ZF', 'SF', 'TF', 'IF', 'DF', 'OF', 'IOPL', 'NT', # EFLAGS |