Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decompiling takes forever!!! #6

Open
RyanHope opened this issue Feb 18, 2024 · 3 comments
Open

Decompiling takes forever!!! #6

RyanHope opened this issue Feb 18, 2024 · 3 comments

Comments

@RyanHope
Copy link

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.

@esaulenka
Copy link

esaulenka commented Feb 19, 2024

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.

@RyanHope
Copy link
Author

Then perhaps something about the size of the memory space / bin size. The file I have loaded 960kb.

@esaulenka
Copy link

Sounds weird. Check yours MCU datasheet, typical flash memory amount on these devices is 64..256 kBytes (and it's started NOT from zero!).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants