mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-27 10:34:08 +08:00
CHG: updated some changelogs and instructions.
This commit is contained in:
parent
c567aecb2e
commit
743c26f3b9
2 changed files with 20 additions and 7 deletions
|
@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file.
|
||||||
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...
|
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...
|
||||||
|
|
||||||
## [unreleased][unreleased]
|
## [unreleased][unreleased]
|
||||||
-
|
|
||||||
|
## [ice.3.1.0][2017-09-26]
|
||||||
|
- proxmark3 client can reconnect to device without restart (iceman)
|
||||||
|
- lots of bug fixes (many many)
|
||||||
- trace/securakey-64169.pm3 - trace of a scecurakey (atyppo)
|
- trace/securakey-64169.pm3 - trace of a scecurakey (atyppo)
|
||||||
- 'hf mf decrypt' - got some longer input and helptext parameter (iceman)
|
- 'hf mf decrypt' - got some longer input and helptext parameter (iceman)
|
||||||
- Updated the Reveng 1.51 sourcecode to 1.52 from Reveng project homepage (iceman)
|
- Updated the Reveng 1.51 sourcecode to 1.52 from Reveng project homepage (iceman)
|
||||||
|
|
|
@ -17,7 +17,22 @@ To compile, just run "make".
|
||||||
===========
|
===========
|
||||||
= Windows =
|
= Windows =
|
||||||
===========
|
===========
|
||||||
The following is a complete list of packages required to setup the compile environment yourself. Alternatively you can download an archive of the full environment (see below).
|
|
||||||
|
Rather than download and install every one of these packages, a new ProxSpace
|
||||||
|
environment archive file will be made available for download on the project
|
||||||
|
page at @Gator96100's repo
|
||||||
|
|
||||||
|
Afterwards just clone the iceman repo or download someone elses. Read instructions on @Gator96100 repo page. (https://github.com/Gator96100/ProxSpace/)
|
||||||
|
|
||||||
|
Download the ProxSpace environment archive and extract it to C:\
|
||||||
|
|
||||||
|
Links
|
||||||
|
https://github.com/Gator96100/ProxSpace/archive/master.zip
|
||||||
|
|
||||||
|
|
||||||
|
-- OR --
|
||||||
|
|
||||||
|
Use the following list of packages required to setup the compile environment yourself.
|
||||||
|
|
||||||
1 - Install QT SDK for Windows [1]
|
1 - Install QT SDK for Windows [1]
|
||||||
|
|
||||||
|
@ -72,11 +87,6 @@ Download links:
|
||||||
[5] http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitProUpdater-1.5.0.exe/download
|
[5] http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitProUpdater-1.5.0.exe/download
|
||||||
[6] http://strawberry-perl.googlecode.com/files/strawberry-perl-5.10.1.1.msi
|
[6] http://strawberry-perl.googlecode.com/files/strawberry-perl-5.10.1.1.msi
|
||||||
|
|
||||||
Rather than download and install every one of these packages, a new ProxSpace
|
|
||||||
environment archive file will be made available for download on the project
|
|
||||||
page at http://code.google.com/p/proxmark3/downloads/list
|
|
||||||
|
|
||||||
Download the ProxSpace environment archive and extract it to C:\
|
|
||||||
|
|
||||||
============
|
============
|
||||||
= Mac OS X =
|
= Mac OS X =
|
||||||
|
|
Loading…
Reference in a new issue