Hacking [Tools] AmiiBomb

  • Thread starter Ac_K
  • Start date
  • Views 291,655
  • Replies 607
  • Likes 65

Sliter

Well-Known Member
Member
Joined
Dec 7, 2013
Messages
3,264
Trophies
0
Location
ᕕ( ᐛ )ᕗ
XP
1,771
Country
Brazil
I ordered my stuff already ... maybe someday it gonna arrive hahahah
by the way, what about the others non amiibo NFC game figures? like skylanders on that pokemon scramble that had on wiiu? (actually, I'm only interested in skylanders and amiibo XD)
 

Rizzice

Member
Newcomer
Joined
Sep 23, 2008
Messages
11
Trophies
0
XP
189
Country
United States
I bought some NTAG off DHGate a couple weeks ago and it's now been at "Held at customs" for 7 days now. Is this just because they don't update regularly or is my mail actually stuck somewhere in customs? Anyone encounter the same thing ordering from China?
 

Sliter

Well-Known Member
Member
Joined
Dec 7, 2013
Messages
3,264
Trophies
0
Location
ᕕ( ᐛ )ᕗ
XP
1,771
Country
Brazil

nitrostemp

Well-Known Member
Member
Joined
Mar 15, 2009
Messages
1,563
Trophies
0
Age
33
XP
1,469
Country
one more question though... these NTAG215s have a capacity of 504 bytes, but most dumps are 540 bytes or 572 bytes. How does this work with 504 bytes of space, exactly?

EDIT:

And by the way...



Thanks! Ordered a set :D


504 bytes refers to the writable space, the other 36bytes are locked.
 

Zarklord

Well-Known Member
Member
Joined
May 13, 2016
Messages
194
Trophies
0
Age
25
XP
268
Country
United States
@Ac_K i have i think discovered the issue with writing the spoofed Majora's Mask Link and Skyward Sword Link bin's, your program presumably because they aren't on amiibo.life see's them as decrypted and ruins them(by encrypting a already encrypted bin.) so maybe a way for unrecognized bin's to be marked as encrypted or decrypted since your program cant tell... also please if the amiibo key has already been located turn of the clipboard checking it can crash the program depending on how large the copy I do is...
 

nitrostemp

Well-Known Member
Member
Joined
Mar 15, 2009
Messages
1,563
Trophies
0
Age
33
XP
1,469
Country
Okay, so I've found some USB NFC reader/writers that aren't too expensive... will this app work with them?
Probly not, this is designed to talk to a ardunio.

--------------------- MERGED ---------------------------

but what of the 572 byte dumps then? And how does this work if 36 bytes are locked (what exactly is the 36 bytes)?
most likely the tag UID.
 

Ac_K

Well-Known Member
OP
Newcomer
Joined
Mar 1, 2009
Messages
72
Trophies
0
XP
871
Country
France
one more question though... these NTAG215s have a capacity of 504 bytes, but most dumps are 540 bytes or 572 bytes. How does this work with 504 bytes of space, exactly?
but what of the 572 byte dumps then? And how does this work if 36 bytes are locked (what exactly is the 36 bytes)?

NTAG215 have a capacity of 540 bytes, there is 504 bytes rewritable and 36 bytes of constant, uid, lock bytes, for explaination see: https://www.3dbrew.org/wiki/Amiibo
The 572 bytes dumps contains a hash at the end of file (SHA-265?), calculate by the tools who used for dump (I don't know which one, N2 or PowerSaves?). In AmiiBomb I don't try to recompute the hash, I just ask for delete it if there is an hash at the end.

@Ac_K i have i think discovered the issue with writing the spoofed Majora's Mask Link and Skyward Sword Link bin's, your program presumably because they aren't on amiibo.life see's them as decrypted and ruins them(by encrypting a already encrypted bin.) so maybe a way for unrecognized bin's to be marked as encrypted or decrypted since your program cant tell... also please if the amiibo key has already been located turn of the clipboard checking it can crash the program depending on how large the copy I do is...

Hum, a spoofed Amiibo dump have a "fake" UID, who's not start by 0x04 certainly, so AmiiBomb don't detect your file. Can you provide me the *.bin file who created mistake? I'm gonna see what's I can do for this kind of dump.
There's already an option for disable the clipboard checking, I just have to at it to the configuration file to keep the choice in memory. Anyway, I fix a small bug when AmiiBomb crash as you explain ;)
 

Zarklord

Well-Known Member
Member
Joined
May 13, 2016
Messages
194
Trophies
0
Age
25
XP
268
Country
United States
NTAG215 have a capacity of 540 bytes, there is 504 bytes rewritable and 36 bytes of constant, uid, lock bytes, for explaination see: https://www.3dbrew.org/wiki/Amiibo
The 572 bytes dumps contains a hash at the end of file (SHA-265?), calculate by the tools who used for dump (I don't know which one, N2 or PowerSaves?). In AmiiBomb I don't try to recompute the hash, I just ask for delete it if there is an hash at the end.



Hum, a spoofed Amiibo dump have a "fake" UID, who's not start by 0x04 certainly, so AmiiBomb don't detect your file. Can you provide me the *.bin file who created mistake? I'm gonna see what's I can do for this kind of dump.
There's already an option for disable the clipboard checking, I just have to at it to the configuration file to keep the choice in memory. Anyway, I fix a small bug when AmiiBomb crash as you explain ;)
actually looking into it for some reason "byte[9] == 0x0" for the spoofed bins, I think you should check the location of the lock bytes as that is different for the decrypted bins...
 

Ac_K

Well-Known Member
OP
Newcomer
Joined
Mar 1, 2009
Messages
72
Trophies
0
XP
871
Country
France
actually looking into it for some reason "byte[9] == 0x0" for the spoofed bins, I think you should check the location of the lock bytes as that is different for the decrypted bins...

That's why. In an encrypted dump, the byte[9] is always 0x48 and normally byte[1] is always 0x04. But I just check the 0x48. I know it's not the best way to recognize if it's encypted or not. Spoofed *.bin files only work with N2 and PowerTags, so it's not a normal behavior for AmiiBomb use. But I have to fix that! Oh and you feel free to push commit your fix on the GitHub if you want ;)
 

nando

Well-Known Member
Member
Joined
Jan 1, 2008
Messages
2,263
Trophies
0
Website
Visit site
XP
1,023
Country
United States
has anyone got this working on parallels? are there minimum os requirements? i get unhandled exception errors on launch and on clicking on any menu item with windows 7 on parallels desktop

"See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.MissingMethodException: Method not found: '!!0[] System.Array.Empty()'.
at AmiiBomb.Main_Form.AskBinFolder()
at AmiiBomb.Main_Form.Main_Form_Shown(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnShown(EventArgs e)
at System.Windows.Forms.Form.CallShownEvent()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** Loaded Assemblies **************"
 

gix222

Well-Known Member
Newcomer
Joined
Nov 15, 2010
Messages
81
Trophies
0
XP
176
Country
Thanks for the tool, soldered and connected everything in 20 minutes, i didnt have uno or nano arduino but old one arduino due and flashed nano version everything works, thanks again!
 
  • Like
Reactions: GraFfiX420

GraFfiX420

Well-Known Member
Member
Joined
Oct 14, 2009
Messages
465
Trophies
1
XP
1,593
Country
United States
hell no, i use online banking apps and similar on my phone, ain't having shite installed on my phone that any script kiddie has made.

Script kiddies? Lol, we're far from the days where script kiddies are putting out jailbreaks, if that day was ever even here. There's really only a handful of people on the planet who have the skills to jailbreak the latest ios versions, not saying that they're to be trusted, but it's definitely not just a kid in his moms basement publishing this stuff.
 
D

Deleted-355425

Guest
Script kiddies? Lol, we're far from the days where script kiddies are putting out jailbreaks, if that day was ever even here. There's really only a handful of people on the planet who have the skills to jailbreak the latest ios versions, not saying that they're to be trusted, but it's definitely not just a kid in his moms basement publishing this stuff.

missed my point, not the jailbreak but the apps you install through the jailbreak.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=W6ckbBpSKhw