uEmu icon indicating copy to clipboard operation
uEmu copied to clipboard

Tiny cute emulator plugin for IDA based on unicorn.

Results 6 uEmu issues
Sort by recently updated
recently updated
newest added

Fix runtime error caused by `close_windows()`, ``` Traceback (most recent call last): File "uEmu.py", line 111, in activate self.action_handler.handle_menu_action(self.action_type) File "uEmu.py", line 1743, in handle_menu_action [x.handler() for x in self.MENU_ITEMS...

Use this tool with IDA7.7_pro + python3.11.3 under win10_64bit ,Simulate any function ,Encounter the following Err: E:/IDA_Pro_7.7/plugins/uEmu.py:494: SyntaxWarning: "is not" with a literal. Did you mean "!="? return t is...

starting from ida 8.3, ida64.exe can open 32-bit binary and idb file. ida 9.0 has removed ida.exe `ph.flag&PR_USE64` return PR_USE64 if we open a 32-bit binary with ida64.exe change to...

This fixes the warning I was getting in IDA. The warning is also mentioned [here](https://github.com/alexhude/uEmu/issues/43)

is there a plan to support sse and avx instructions? great work btw!

![image](https://github.com/user-attachments/assets/30cc544b-6662-40e7-85fb-c3cf042c230c)