https://github.com/lich4/lucid
-
- Added a "Copy microcode" item to the right-click menu in the "Microcode Explorer" window.
-
- The original Lucid generated microcode for all maturities in one pass, which is too slow for large functions. It has been changed to use caching and generate microcode on demand.
-
- Added a "View microcode" item to the right-click menu in the "Disassembly" window.
-
- When an address range is selected in the "Disassembly" window, the plugin can retrieve microcode for that code range instead of the entire function.