keystone icon indicating copy to clipboard operation
keystone copied to clipboard

Missing instructions

Open aquynh opened this issue 9 years ago • 3 comments

please list all the missing instructions here, so i can fix all of them in 1 go.

  • salc (X86, #54)
  • int1 (X86, #53)
  • fsetpm (X86)

aquynh avatar May 13 '16 16:05 aquynh

added "fsetpm" to the list

aquynh avatar May 16 '16 06:05 aquynh

added SALC, INT1 & FSETPM instructions now. here is the output of kstool.

$ kstool x32 "salc; int1; fsetpm"
Kstool v1.0 for Keystone Engine (www.keystone-engine.org)

salc; int1; fsetpm = [ d6 f1 db e4 ]

aquynh avatar May 16 '16 06:05 aquynh

I realise I'm a bit late to this thread but as it's still open, I thought I'd notify this issue I'm currently experiencing:

kstool x64 "endbr64"
ERROR: failed on ks_asm() with count = 0, error = 'Invalid mnemonic (KS_ERR_ASM_MNEMONICFAIL)' (code = 514)

BananaIguana avatar Aug 24 '21 15:08 BananaIguana