NefMoto

Technical => Reverse Engineering => Topic started by: keyhana on August 11, 2024, 07:49:41 AM



Title: C166 Module for Ghidra
Post by: keyhana on August 11, 2024, 07:49:41 AM
Hello Everyone,

I have developed a Ghidra module for the C166 Architecture. I believe the module is working well, particularly in terms of instruction semantics and some CPU features like paged offsets and extended instructions, but it sure needs testing and feedback. The module is available on GitHub.

https://github.com/keyhana/c166-ghidra-module

I'd appreciate it if you could give it a try and provide any feedback you might have.

Thank you!


Title: Re: C166 Module for Ghidra
Post by: jaymangsr on August 11, 2024, 12:46:39 PM
Great! Thanks, will do!  8)

Do you know if this works with the current 11.1.2 version of Ghidra?


Title: Re: C166 Module for Ghidra
Post by: keyhana on August 11, 2024, 03:45:51 PM
Great! Thanks, will do!  8)

Do you know if this works with the current 11.1.2 version of Ghidra?

Yes, the module was built using Ghidra version 11.1.1, but I've tested it on version 11.1.2 with no issues.