Added libdisasm to 3rd_party.
Started the move of 'prog' global into Project.
This commit is contained in:
13
3rd_party/libdisasm/ia32_settings.cpp
vendored
Normal file
13
3rd_party/libdisasm/ia32_settings.cpp
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "libdis.h"
|
||||
#include "ia32_settings.h"
|
||||
#include "ia32_reg.h"
|
||||
#include "ia32_insn.h"
|
||||
|
||||
ia32_settings_t ia32_settings = {
|
||||
1, 0xF4,
|
||||
MAX_INSTRUCTION_SIZE,
|
||||
4, 4, 8, 4, 8,
|
||||
REG_ESP_INDEX, REG_EBP_INDEX, REG_EIP_INDEX, REG_FLAGS_INDEX,
|
||||
REG_DWORD_OFFSET, REG_SEG_OFFSET, REG_FPU_OFFSET,
|
||||
opt_none
|
||||
};
|
||||
Reference in New Issue
Block a user