Skip to content

zhangfannie/migrate-ease

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MigrateEase

MigrateEase is an innovative project designed to analyze codebases specifically for x86_64 architectures and offers tailored suggestions aimed at facilitating the migration process to aarch64. This tool streamlines the transition, ensuring a smooth and efficient evolution of your software to leverage the benefits of aarch64 architecture.

Install

# Enable Python Environment Linux/Mac:
python3 -m venv .venv
source .venv/bin/activate
# install dependencies
pip3 install -r requirement.txt

Usage

python3 -m {scanner_name} --output {result_file_name}.json --arch {arch} {scan_path}'

Parameters {scanner_name}: The name of the scanner, which can be one of cpp, docker, js, python, rust. {result_file_name}: The name of the output result file (without the extension). {arch}: The architecture type, x86_64 or aarch64. {scan_path}: The path to the code that needs to be scanned.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.0%
  • Python 32.5%
  • Rust 7.4%
  • Go 6.2%
  • Assembly 2.4%
  • Makefile 1.4%
  • Other 1.1%