]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - README.txt
ADD: fixed some spelling misstakes in luascript.
[proxmark3-svn] / README.txt
... / ...
Content-type: text/html ]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - README.txt


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 42.
Impressum, Datenschutz
CommitLineData
1The iceman fork.
2
3NOTICE:
4
5The official Proxmark repository is found here: https://github.com/Proxmark/proxmark3
6
7
8NEWS:
9
10Whats in 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.
11Among the stuff is
12
13 * Jonor's hf 14a raw timing patch
14 * Piwi's updates. (usually gets into the master)
15 * Holiman's iclass, (usually gets into the master)
16 * Marshmellow's LF fixes
17 * Midnitesnake's Ultralight, Ultralight-c enhancements
18 * Izsh's lf peak modification / iir-filtering
19 * Aspers's tips and tricks from inside the PM3-gui-tool, settings.xml and other stuff.
20 * My own desfire, Ultralight extras, LF T55xx enhancements, bugs fixes (filelength, hf mf commands ), TNP3xxx lua scripts, Awid26, skidata scripts (will come)
21 * other obscure patches like for the sammy-mode, (offline you know), tagidentifications, defaultkeys.
22
23Give me a hint, and I'll see if I can't merge in the stuff you have.
24
25I don't actually know how to make small pull-request to github :( and that is the number one reason for me not pushing a lot of things back to the PM3 master.
26
27PM3 GUI:
28
29I do tend to rename and move stuff around, the official PM3-GUI from Gaucho will not work so well. *sorry*
30
31
32DEVELOPMENT:
33
34This fork is adjusted to compile on windows/mingw environment with Qt5.3.1 & GCC 4.8
35For people with linux you will need to patch some source code and some small change to one makefile. If you are lazy, you google the forum and find asper's or holimans makefile or you find your solution below.
36
37GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS.
38 - See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux
39 - Generally speaking, if you're running a "later" Proxmark, installation is very easy.
40 - Run "sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget"a
41 - Follow these instructions
42