lucid icon indicating copy to clipboard operation
lucid copied to clipboard

An Interactive Hex-Rays Microcode Explorer

Results 5 lucid issues
Sort by recently updated
recently updated
newest added

Executing action: lucid:view_microcode (View microcode) Traceback (most recent call last): File "C:/Program Files/IDA_Pro_v7.5_Portable/plugins\lucid\util\ida.py", line 51, in activate self.action_function(ctx) File "C:/Program Files/IDA_Pro_v7.5_Portable/plugins\lucid\core.py", line 119, in interactive_view_microcode self.explorer.show(current_address) File "C:/Program Files/IDA_Pro_v7.5_Portable/plugins\lucid\ui\explorer.py", line...

Excuse me, After installation, it cannot display `View microcode` on menu, Could you give me an advice how to deal with this problem? Thank you very much.

Originally this started out as a personal side project of mine that I didn't expect to do much work on. But just like that, before you know it.. I ended...

Hello, your excellent work inspired me! I wonder if the same method can support decompilation of **completely unknown architectures**, that means a binary IDA can even not disassemble. Now i...

I see in the article here https://hex-rays.com/blog/hex-rays-microcode-api-vs-obfuscating-compiler/ that there is a microcode graph view: ![image](https://github.com/gaasedelen/lucid/assets/163925935/ccee6978-bf37-4776-958e-afe3444c524c) I cannot find this feature in Lucid. Maybe this is part of the 'View Subtree'...