libscemu icon indicating copy to clipboard operation
libscemu copied to clipboard

ENTER instruction: unimplemented

Open HongThatCong opened this issue 11 months ago • 0 comments

Test with a shellcode, result:

scemu.exe -6 --banzai -v -f .\sc_test\sc.bin
loading memory maps
shellcode detected.
 ----- emulation -----
1 0x3c0000: enter 80h,0
thread 'main' panicked at ....\Rust\cargo\registry\src\index.crates.io-6f17d22bba15001f\libscemu-0.19.2\src\emu.rs:3680:18:
not implemented: unimplemented operand type Immediate8_2nd

Reference here: The Old New Thing

If you need the shellcode, I can upload here

Tks @sha0coder

HongThatCong avatar Dec 24 '24 07:12 HongThatCong