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

请问怎么添加支持mips架构? #67

Open
xiziyunqi105 opened this issue May 15, 2023 · 1 comment
Open

请问怎么添加支持mips架构? #67

xiziyunqi105 opened this issue May 15, 2023 · 1 comment

Comments

@xiziyunqi105
Copy link

No description provided.

@MatthewShao
Copy link
Collaborator

可以按照以下步骤尝试添加:

  1. 在Architecture类中添加MIPS相关的信息,包括FLAG_INDEXES, SP_INDEXES, getPcKSet等,注意mips的delay slot机制可能需要特殊处理。
  2. 修改完成以后应该就可以对mips目标进行分析了,运行过程可能出现报错,需要详细分析原因修改对应代码。主要关注PcodeVisitor中是否有未实现的指令。

欢迎提交相关pr。

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