sk3wldbg - Debugger plugin for IDA Pro backed by the Unicorn Engine

computerline

New member
Ida Pro Expert
This is the Sk3wlDbg plugin for IDA Pro. It's purpose is to provide a front end for using the Unicorn Engine to emulate machine code that you are viewing with IDA.

The plugin installs as an IDA debugger which you may select whenever you open an IDA database containing code supported by Unicorn. Currently supported architectures include:
x86
x86-64
ARM
ARM64
MIPS
MIPS64
SPARC
SPARC64
M68K

https://github.com/cseagle/sk3wldbg

[Build for IDA 6.8 https://mega.nz/#!pEcWzDRT!81SeqplomaBbzgtANQDvKkeV_qQ5QmuckE-UYuklcQs]
 
Last edited:

computerline

New member
Ida Pro Expert
error -> Invalid memory fetch (UC_ERR_FETCH_UNMAPPED) (exc.code b, tid 1491)
That because the author does not yet implement memory map & api simulator, so, wait for the update :)
P/S
I read the repo, the author has update some error check, the missing API call & memory map will be solve by use AppCall, I'll build for 6.8 while the repo in stable state :)
 
Last edited:
Top