X64 base regs (#1166)
* x86: setup FS & GS base * Fixed base register writes for x64, removed then for x16/x32 (the don't exist there?) * FS reg comes before GS so the base regs do so, too * added shebang to const_generator.py * Added base regs to and added 'all' support to const_generator Co-authored-by: naq <aquynh@gmail.com>
This commit is contained in:
@ -256,7 +256,9 @@ public interface X86Const {
|
||||
public static final int UC_X86_REG_FPTAG = 247;
|
||||
public static final int UC_X86_REG_MSR = 248;
|
||||
public static final int UC_X86_REG_MXCSR = 249;
|
||||
public static final int UC_X86_REG_ENDING = 250;
|
||||
public static final int UC_X86_REG_FS_BASE = 250;
|
||||
public static final int UC_X86_REG_GS_BASE = 251;
|
||||
public static final int UC_X86_REG_ENDING = 252;
|
||||
|
||||
// X86 instructions
|
||||
|
||||
|
Reference in New Issue
Block a user