AndroidNativeEmu icon indicating copy to clipboard operation
AndroidNativeEmu copied to clipboard

malloc bug Invalid instruction (UC_ERR_INSN_INVALID)

Open aadog opened this issue 2 years ago • 0 comments

example_jni.zip libpoxy.zip

image

image

image

# Tracing instruction at 0xcbd3f77e, instruction size = 0x2, instruction = 28 22 
# Tracing instruction at 0xcbd3f780, instruction size = 0x4, instruction = 47 f8 28 0c 
# Tracing instruction at 0xcbd3f784, instruction size = 0x2, instruction = 10 46 
# Tracing instruction at 0xcbd3f786, instruction size = 0x2, instruction = 88 47    ///call malloc
# Tracing instruction at 0xcbc98000, instruction size = 0x2, instruction = 7f 45    //to bug
# Tracing instruction at 0xcbc98002, instruction size = 0x2, instruction = 4c 46 
# Tracing instruction at 0xcbc98004, instruction size = 0x2, instruction = 01 01 
# Tracing instruction at 0xcbc98006, instruction size = 0x2, instruction = 01 00 
# Tracing instruction at 0xcbc98008, instruction size = 0x2, instruction = 00 00 
# Tracing instruction at 0xcbc9800a, instruction size = 0x2, instruction = 00 00 
# Tracing instruction at 0xcbc9800c, instruction size = 0x2, instruction = 00 00 
# Tracing instruction at 0xcbc9800e, instruction size = 0x2, instruction = 00 00 
# Tracing instruction at 0xcbc98010, instruction size = 0x2, instruction = 03 00 
# Tracing instruction at 0xcbc98012, instruction size = 0x2, instruction = 28 00 
# Tracing instruction at 0xcbc98014, instruction size = 0x2, instruction = 01 00 
# Tracing instruction at 0xcbc98016, instruction size = 0x2, instruction = 00 00 
# Tracing instruction at 0xcbc98018, instruction size = 0x2, instruction = 00 00 
# Tracing instruction at 0xcbc9801a, instruction size = 0x2, instruction = 00 00 
# Tracing instruction at 0xcbc9801c, instruction size = 0x2, instruction = 34 00 
# Tracing instruction at 0xcbc9801e, instruction size = 0x2, instruction = 00 00 
# Tracing instruction at 0xcbc98020, instruction size = 0x2, instruction = f8 b8

aadog avatar May 23 '22 17:05 aadog