Giter Site home page Giter Site logo

crackercat / x86-mips-translator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jinhang1997/x86-mips-translator

0.0 0.0 0.0 262 KB

A translator to translate x86 binaries to MIPS assembly

License: GNU General Public License v3.0

Makefile 1.54% C 84.46% Assembly 14.00%

x86-mips-translator's Introduction

x86-mips 二进制翻译器

欢迎合作

  • 若您对本项目有兴趣,欢迎给我们加星星;如果您很希望提出建议,可以在 issue 里面告诉我们
  • 若您发现本项目的不足,欢迎 fork 我们的项目并参与开发

项目介绍

  • x86-MIPS 二进制翻译器
  • 用 MIPS 指令表出 x86 指令
  • 目前支持的程序结构
    • 分支、循环
    • 函数调用(用户函数、库函数)
    • 函数递归调用

开发团队

南京航空航天大学计算机科学与技术学院

金航、王山岳、秦瑞哲、蔡益武

指导教师:冯爱民老师

Git Commit 格式

git commit -m "type: descriptions"

type 有以下种类:

  • feat:新功能(feature)
  • fix:修补bug
  • docs:文档(documentation)
  • style: 格式(不影响代码运行的变动)
  • refactor:重构(即不是新增功能,也不是修改bug的代码变动)
  • test:增加测试
  • chore:构建过程或辅助工具的变动

例如:

git commit -m "feat: generate converted mov instructions"

x86-mips-translator's People

Contributors

jinhang1997 avatar wangshanyue avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.