Proxmark3 community

Research, development and trades concerning the powerful Proxmark3 device.

Remember; sharing is caring. Bring something back to the community.


"Learn the tools of the trade the hard way." +Fravia

You are not logged in.

Announcement

Time changes and with it the technology
Proxmark3 @ discord

Users of this forum, please be aware that information stored on this site is not private.

#1 2012-12-08 20:03:04

C0Y0-Ck3r
Contributor
Registered: 2012-11-08
Posts: 87

0000 in the first 2bytes

Hey,
I got a problem when using the command chk, it displays fo the keys '0000' in the 2 first bytes. But when doing a dump in a file I got the good keys.
Example : when using the chk command I got key = [0000ffffffff] and when dumping it in the bin file I got the good key [ffffffffff] what can be the problem with the first display ? and how can I fix it ?
Thanks !

Offline

#2 2012-12-19 11:50:21

C0Y0-Ck3r
Contributor
Registered: 2012-11-08
Posts: 87

Re: 0000 in the first 2bytes

Problem solved, for those who will got the same I advice them to go common folder then to the file cmdhfmf.c and then change all the printf that have %012llx to %012I64x.
Normaly after that, everything would work smile Hope I've helped out someone !

Offline

#3 2013-01-10 23:03:17

urkis
Contributor
Registered: 2012-02-12
Posts: 30

Re: 0000 in the first 2bytes

I had the same problem, when I do nested attacks the keys that been found always had '0000' in the beginning, and it was not the correct key.
Replacing all llx to I64x works well!

I suggest that someone changes all this occurrences in the official svn:
https://code.google.com/p/proxmark3/source/search?q=llx&origq=llx

Last edited by urkis (2013-01-10 23:04:38)

Offline

#4 2013-01-11 10:39:27

C0Y0-Ck3r
Contributor
Registered: 2012-11-08
Posts: 87

Re: 0000 in the first 2bytes

Yeah hope someone can fix it !!

Offline

#5 2013-01-16 11:41:57

Cex
Contributor
Registered: 2009-12-14
Posts: 104

Re: 0000 in the first 2bytes

urkis wrote:

I had the same problem, when I do nested attacks the keys that been found always had '0000' in the beginning, and it was not the correct key.
Replacing all llx to I64x works well!

I suggest that someone changes all this occurrences in the official svn:
https://code.google.com/p/proxmark3/source/search?q=llx&origq=llx

Fixed in r649, please try out now.

Offline

#6 2013-01-22 04:39:31

moebius
Contributor
Registered: 2011-03-10
Posts: 206

Re: 0000 in the first 2bytes

Cex wrote:
urkis wrote:

I had the same problem, when I do nested attacks the keys that been found always had '0000' in the beginning, and it was not the correct key.
Replacing all llx to I64x works well!

I suggest that someone changes all this occurrences in the official svn:
https://code.google.com/p/proxmark3/source/search?q=llx&origq=llx

Fixed in r649, please try out now.

Fixed! Thanks!

Offline

Board footer

Powered by FluxBB