https://github.com/zeuxisoo/tools-amichanger
A tools for change the serial number in dump ami file
https://github.com/zeuxisoo/tools-amichanger
ami console-application golang tools
Last synced: 12 months ago
JSON representation
A tools for change the serial number in dump ami file
- Host: GitHub
- URL: https://github.com/zeuxisoo/tools-amichanger
- Owner: zeuxisoo
- Created: 2017-05-02T02:21:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T08:18:42.000Z (about 9 years ago)
- Last Synced: 2025-06-10T21:15:08.719Z (about 1 year ago)
- Topics: ami, console-application, golang, tools
- Language: Go
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changer/amii.go
Awesome Lists containing this project
README
# Tools AmiChanger
A tools for change the serial number in dump ami file
## Prepare
Install the vendors
glide install
Download the tools packages
make amiitool
## Build
Build the program
make build
Show help message from generated file
./main
## Develop
Build the program, and try to generate single file
go run *.go create --key=/path/to/retail/key.bin --amiibo=/path/to/ami/dump/file.bin
Build the program, and try to generate multiple files base on count arguments
go run *.go multi --key=/path/to/retail/key.bin --amiibo=/path/to/ami/dump/file.bin --count=10
Clean the generated bin files
make clean-results
## Other versions
| Language | Link |
| ------------ | --------------------------- |
| Python | [here][python version link] |
[python version link]: https://github.com/zeuxisoo/tools-amichanger/tree/python