]>
Commit | Line | Data |
---|---|---|
e98572a1 | 1 | The iceman fork |
2 | --------------- | |
2f5436ff | 3 | NOTICE: |
770f7345 | 4 | |
0a966150 | 5 | The official Proxmark repository is found here: https://github.com/Proxmark/proxmark3 |
770f7345 | 6 | |
e98572a1 | 7 | NEWS: |
8 | ||
9 | ::THIS FORK IS HIGHLY EXPERIMENTAL:: | |
770f7345 | 10 | |
770f7345 | 11 | |
b1329a02 | 12 | Whats 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. |
0a966150 | 13 | Among the stuff is |
b1329a02 | 14 | |
15 | * Jonor's hf 14a raw timing patch | |
0a966150 | 16 | * Piwi's updates. (usually gets into the master) |
e98572a1 | 17 | * Piwi's "topaz" branch (not merged) |
b1329a02 | 18 | * Holiman's iclass, (usually gets into the master) |
e98572a1 | 19 | * Marshmellow's fixes (usually gets into the master) |
b1329a02 | 20 | * Midnitesnake's Ultralight, Ultralight-c enhancements |
21 | * Izsh's lf peak modification / iir-filtering | |
22 | * Aspers's tips and tricks from inside the PM3-gui-tool, settings.xml and other stuff. | |
23 | * My own desfire, Ultralight extras, LF T55xx enhancements, bugs fixes (filelength, hf mf commands ), TNP3xxx lua scripts, Awid26, skidata scripts (will come) | |
24 | * other obscure patches like for the sammy-mode, (offline you know), tagidentifications, defaultkeys. | |
e98572a1 | 25 | * Minor textual changes here and there. |
26 | * Simulation of Ultralight/Ntag. | |
27 | * Marshmellow's and my "RevEng" addon for the client. Ref: http://reveng.sourceforge.net/ | |
28 | * Someone's alterantive bruteforce Mifare changes.. (you need the two other exe to make it work) | |
29 | * | |
0a966150 | 30 | |
31 | Give me a hint, and I'll see if I can't merge in the stuff you have. | |
b1329a02 | 32 | |
33 | I 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. | |
0a966150 | 34 | |
35 | PM3 GUI: | |
770f7345 | 36 | |
b1329a02 | 37 | I do tend to rename and move stuff around, the official PM3-GUI from Gaucho will not work so well. *sorry* |
770f7345 | 38 | |
e98572a1 | 39 | |
0a966150 | 40 | |
41 | DEVELOPMENT: | |
770f7345 | 42 | |
0a966150 | 43 | This fork is adjusted to compile on windows/mingw environment with Qt5.3.1 & GCC 4.8 |
b1329a02 | 44 | For 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. |
0a966150 | 45 | |
8fac5452 GC |
46 | GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS. |
47 | - See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux | |
48 | - Generally speaking, if you're running a "later" Proxmark, installation is very easy. | |
49 | - 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 | |
50 | - Follow these instructions | |
51 | Content-type: text/html ]>