Miasm2
 All Classes Namespaces Files Functions Variables Typedefs Properties Macros
Variables
miasm2.jitter.csts Namespace Reference

Variables

int EXCEPT_DO_NOT_UPDATE_PC = 1
 
tuple EXCEPT_CODE_AUTOMOD = (1 << 0)
 
tuple EXCEPT_SOFT_BP = (1 << 1)
 
tuple EXCEPT_INT_XX = (1 << 2)
 
tuple EXCEPT_BREAKPOINT_INTERN = (1 << 10)
 
tuple EXCEPT_ACCESS_VIOL = ((1 << 14) | EXCEPT_DO_NOT_UPDATE_PC)
 
int PAGE_READ = 1
 
int PAGE_WRITE = 2
 
int PAGE_EXEC = 4
 
int BREAKPOINT_READ = 1
 
int BREAKPOINT_WRITE = 2
 

Variable Documentation

int miasm2.jitter.csts.BREAKPOINT_READ = 1

Definition at line 20 of file csts.py.

int miasm2.jitter.csts.BREAKPOINT_WRITE = 2

Definition at line 21 of file csts.py.

tuple miasm2.jitter.csts.EXCEPT_ACCESS_VIOL = ((1 << 14) | EXCEPT_DO_NOT_UPDATE_PC)

Definition at line 13 of file csts.py.

tuple miasm2.jitter.csts.EXCEPT_BREAKPOINT_INTERN = (1 << 10)

Definition at line 11 of file csts.py.

tuple miasm2.jitter.csts.EXCEPT_CODE_AUTOMOD = (1 << 0)

Definition at line 8 of file csts.py.

int miasm2.jitter.csts.EXCEPT_DO_NOT_UPDATE_PC = 1

Definition at line 6 of file csts.py.

tuple miasm2.jitter.csts.EXCEPT_INT_XX = (1 << 2)

Definition at line 10 of file csts.py.

tuple miasm2.jitter.csts.EXCEPT_SOFT_BP = (1 << 1)

Definition at line 9 of file csts.py.

int miasm2.jitter.csts.PAGE_EXEC = 4

Definition at line 18 of file csts.py.

int miasm2.jitter.csts.PAGE_READ = 1

Definition at line 16 of file csts.py.

int miasm2.jitter.csts.PAGE_WRITE = 2

Definition at line 17 of file csts.py.