Recent content by Quintex49

  1. Q

    ROM Hack Amiitool problems

    Well, I have made it past this hump and am working on the next. See the problem I have now encountered: $ ./amiitool -e -k retail.bin -i "modified.bin" -o "signed.bin" Could not open input file: No such file or directory (2) The preceding decrypt string gave me a dump but when I go to the next...
  2. Q

    Hacking Making Amiibo NTAG215s

    Hi I am a newbie and I tried this but could not find the build directory. Here is what bash told me: $ bin/sh build.sh -bash: bin/sh: No such file or directory Do you have any ideas? I have tried everything but buying a new android phone to make Amiibo cards in order to save my real Amiibos...
  3. Q

    ROM Hack Amiitool problems

    I tried it but I got the same result. Here is the result: ./amiitool -l -d -k ./retail.bin -i "30th 8-bit Link.bin" | xxd Could not load keys from "./retail.bin": No such file or directory (2)
  4. Q

    ROM Hack Amiitool problems

    Hi all, I am new and having problems with Amiitool. I am running Cygwin on Windows 7 and on the command line I typed..... ./amiitool -l -d -k retail.bin -i "30th 8-Bit Link.bin" |xxd and below is what I got. Could not load keys from "retail.bin": No such file or directory (2) Could...