You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure what is different about this module, because I have use a few different external modules for new mcu support, but decompiling is painfully slow. Is this because the module is installed without precompiling first? Every other module I have used I have had to compile with sleigh before it would work.
The text was updated successfully, but these errors were encountered:
Is this because the module is installed without precompiling first?
no, Ghidra automatically creates compiled .slaspec for any new processor. So, you should comile only java part (but for m16c any additional java analyzers not needed).
BTW, on my side this module works approximately the same speed as others.
I am not sure what is different about this module, because I have use a few different external modules for new mcu support, but decompiling is painfully slow. Is this because the module is installed without precompiling first? Every other module I have used I have had to compile with sleigh before it would work.
The text was updated successfully, but these errors were encountered: