You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,16 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
4
4
5
-
## [unreleased][unreleased]
5
+
## [unreleased][unreleased]
6
+
- Fix 'hf legic' enhancement of rx / tx in legic commands (@drandreas)
7
+
- Fix 'data buffclear' - now frees bigbuff also (@iceman)
8
+
- Fix GET_TICKS and signess while shifting (@drandreas)
9
+
- Added 'hf 14b dump' - now dumps to file (bin & eml) (@iceman)
10
+
- Fix fixed xcorrelation for strong signal (@drandreas)
11
+
- Fix 'hf mf chk' - keytype was reversed (@TomHarkness)
12
+
- Added strange vid/pid found in wild. Could be pm3 easy clones. (@iceman)
13
+
- Fix 'make udev' - udev filename could be in conflict, renamed. (@blshkv)
There is so much in this fork, with all fixes and additions its basically the most enhanced fork to this day for the Proxmark3 device. Which makes it so awesum to play with. Do please play with it. Get excited and experiment. As a side note with all coverity scan fixes this client is much more stable than PM3 Master even if I tend to break it sometimes. I'll try to make a release when this fork becomes stable between my experiments.
8
+
This repo is based on iceman forkfor proxmark3. It is dedicated to bring the most out of the new features for proxmark3 RDV40 device.
23
9
24
10
## Coverity Scan Config & Run
25
11
Download the Coverity Scan Self-buld and install it.
@@ -41,40 +27,20 @@ You will need to configure ARM-NON-EABI- Compiler for it to use:
41
27
42
28
43
29
## Whats changed?
44
-
Whats so special with this fork? I have scraped the web for different enhancements to the PM3 source code and not all of them ever found their way to the master branch.
45
-
Among the stuff is
46
-
47
-
* Jonor's hf 14a raw timing patch
48
-
* Piwi's updates. (usually gets into the master)
49
-
* Piwi's "topaz" branch
50
-
* Piwi's "hardnested" branch
51
-
* Holiman's iclass, (usually gets into the master)
52
-
* Marshmellow's fixes (usually gets into the master)
* other obscure patches like for the sammy-mode, (offline you know), tagidentifications, defaultkeys.
58
-
* Minor textual changes here and there.
59
-
* Simulation of Ultralight/Ntag.
60
-
* Marshmellow's and my "RevEng" addon for the client. Ref: http://reveng.sourceforge.net/ Now using reveng1.44
61
-
* J-Run alternative bruteforce Mifare nested auths.. (you need one other exe to make it work)
62
-
* A Bruteforce for T55XX passwords against tag.
63
-
* A Bruteforce for AWID 26, starting w a facilitycode then trying all 0xFFFF cardnumbers via simulation. To be used against a AWID Reader.
64
-
* A Bruteforce for HID, starting w a facilitycode then trying all 0xFFFF cardnumbers via simulation. To be used against a HID Reader.
65
-
* Blaposts Crapto1 v3.3
66
-
* Icsom's legic script and legic enhancements
67
-
* Aczid's bitsliced bruteforce solver in 'hf mf hardnested'
30
+
* added flash memory 256kb.
31
+
* added smart card module
32
+
* added FPC connector
68
33
69
34
---
70
-
## Why don't you merged with offical PM3 Master?
71
-
Me fiddling with the code so much, there is a nightmare in merging a PR. I will never find time to do PR because of it. Much of what you find here is not in the interest for offical PM3. However and luckily I have @marshmellow42 who takes some stuff and push PR's back. The separation from offical pm3 repo gives me very much freedom to create a firmware/client in the way I want to use the PM3.
35
+
## Why didn't you based it on offical PM3 Master?
36
+
The separation from offical pm3 repo gives us very much freedom to create a firmware/client that suits the RDV40 features. We don't want to mess up the offical pm3 repo with RDV40 specific code.
72
37
73
38
## Why don't you add this or that functionality?
74
-
Give me a hint, and I'll see if I can't merge in the stuff you have.
39
+
Give us a hint, and we'll see if we can't merge in the stuff you have.
75
40
76
41
## PM3 GUI
77
-
I do tend to rename and move stuff around, the official PM3-GUI from Gaucho will not work so well. *sorry*
42
+
The official PM3-GUI from Gaucho will not work.
43
+
The new universial GUI will work.
78
44
79
45
## Development
80
46
This fork now compiles just fine on
@@ -90,13 +56,13 @@ See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux
90
56
A nice and cool install script made by @daveio is found here:
* With your Proxmark3 unplugged from your machine, press and hold the button on your Proxmark 3 as you plug it into a USB port. Continue to hold the button until after this step is complete and the `proxmark3-flasher` command outputs "Have a nice day!"*
@@ -172,16 +138,6 @@ Tested on macOS High Sierra 10.13.2
172
138
173
139
4. Enjoy the update
174
140
175
-
## Docker container
176
-
I recently added a docker container on Docker HUB. You find it here: https://hub.docker.com/r/iceman1001/proxmark3/
177
-
Follow those instructions to get it up and running. No need for the old proxspace-environment anymore.
178
-
179
-
-[1.6.0] How to start: https://www.youtube.com/watch?v=b5Zta89Cf6Q
180
-
-[1.6.0] How to connect: https://youtu.be/0ZS2t5C-caI
181
-
-[1.6.1] How to flash: https://www.youtube.com/watch?v=WXouhuGYEiw
0 commit comments