Chris Eagle

Results 7 comments of Chris Eagle

imo keystone should never insert dummy instructions in such cases. It is the programmer's job to understand that a delay slot is used, not keystone's job to read the programmer's...

Probably related to menu action installation and removal, I have temporarily disabled the menu actions until I have a chance to get them working properly. Please let know if you...

Andy, commit e172955 gets two IDC functions working: ``` int64 sk3wl_mmap(int64 base, long size, int perms) where perms are a combination of: #define SEGPERM_EXEC 1 ///< Execute #define SEGPERM_WRITE 2...

Alexandre, for some reason I can't open the zip file, my best guess based on the messages above is that you have stepped into a library function call. sk3wldbg doesn't...

Thank you, I am quite confident that it is not a path issue. Among other things I am not using the quick launch button and Ghidra can successfully debug unstripped...

IDA does not currently document undo notifications, so it's currently not possible to support undo. Whe the SDK supports it, I'll work on adding this

I made some updates. It may do better now. Please keep in mind that it can only emulate code that is present in your database. In particular most int 0x21...