issues
search
keystone-engine
/
keystone
Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings
http://www.keystone-engine.org
GNU General Public License v2.0
2.3k
stars
458
forks
source link
Fix push word behavior in x86
#578
Open
w1nd3x
opened
9 months ago
w1nd3x
commented
9 months ago
Fixes Issue #207 and Issue #10
The behavior in 10 was only corrected for KS_MODE_32, this corrects the behavior in KS_MODE_64
Properly handles a 16 bit push word instruction
Fixes Issue #207 and Issue #10