GithubHelp home page GithubHelp logo

bczhc / casioemuneo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qiufuyu123/casioemuneo

0.0 0.0 0.0 2.15 MB

卡西欧classwizard系列模拟器,支持调试,rop一件注入

License: GNU General Public License v3.0

C++ 92.01% Python 1.65% C 1.10% Lua 4.24% Assembly 1.00% Batchfile 0.01%

casioemuneo's Introduction

CasioEmuNeo

中文版本 | English

卡西欧classwizard系列模拟器,汇编器,调试器,rop自动注入器

教程

不想从源码构建?下载windows预编译版本

release

构建

  1. 安装 xmake & Mingw & 下载字体

    1. curl -fsSL https://xmake.io/shget.text | bash

    2. 安装并配置 Mingw64 *(windows下选则Posix版本!!!不是win32版本)

    3. 字体 下载,重命名为unifont.otf,放到工程根目录

  2. 构建模拟器

    cd emulator
    xmake f -p mingw
    xmake
    xmake run CasioEmuX ../models/fx991cnx
    
  3. 可选 反编译器

    cd disas
    make
    
  4. 可选 构建机型
    下载对应机型的 rom,命名为 rom.bin 放在models 目录下对应名称的目录内
    注意:
    由于casio版权问题,源码不包含任何rom,rom文件请自行找资源下载
    如果想要fx991cnx的rom,请到release页面下载编译好的exe版本

    例子, fx991cnx:

     cd disas
    
    ./bin/u8-disas ../models/fx991cnx/rom.bin  0 0x40000 ./_disas.txt
    

    将_disas.txt复制到 models/fxcnx991目录

    cp ./_disas.txt ../models/fx991cnx/
    

    修改 model.lua
    设置rom_path"rom.bin"

casioemuneo's People

Contributors

qiufuyu123 avatar bczhc 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.