Iceman Fork - Proxmark3
Go to file
2019-09-30 19:47:36 +02:00
.github Create FUNDING.yml 2019-08-18 17:58:35 +02:00
.vscode Fix vscode tasks 2019-09-11 00:51:29 +03:00
armsrc fix 'lf t55xx resetread' - NG and better fault handling 2019-09-30 19:47:36 +02:00
bootrom remove leading/tailing "/" from installation RELPATHs 2019-09-05 23:20:46 +02:00
client fix 'lf t55xx resetread' - NG and better fault handling 2019-09-30 19:47:36 +02:00
common better median for clietside 10%-90% only. thanks for the suggestion @doegox!. Device side still uses old algo 2019-09-22 19:00:11 +02:00
common_arm Add Makefile.defs with common defs 2019-08-30 22:10:06 +02:00
common_fpga Fix fpga_compress race condition and isolate it in tools 2019-08-11 21:42:01 +02:00
doc Update Linux-Installation-Instructions.md 2019-09-24 13:14:47 +02:00
driver initial commit to be in sync the-soon-defunct repo pm3rdv40. 2018-08-12 21:54:31 +02:00
fpga make install: half way 2019-08-30 21:55:13 +02:00
include samples to skip (unint32_t) 2019-09-30 19:22:26 +10:00
recovery remove leading/tailing "/" from installation RELPATHs 2019-09-05 23:20:46 +02:00
tools Simple script to convert pm3 traces to something audible, thanks @rfidiot for the idea 2019-09-25 15:02:40 +02:00
traces some update logs 2017-08-30 22:27:05 +02:00
.gitattributes Add .dic to gitattributes for LF, remove existing CR 2019-05-12 20:37:51 +02:00
.gitignore ignore bmptst (@wzvlad) 2019-09-09 13:38:44 +02:00
.travis.yml reduce Travis prereqs 2019-09-01 20:03:59 +02:00
appveyor.yml yaml comments... 2019-09-21 19:20:59 +02:00
CHANGELOG.md Update CHANGELOG.md 2019-09-30 21:06:22 +10:00
COMPILING.txt Update COMPILING.txt to point to the docs, update some instructions 2019-08-29 19:06:11 +02:00
covbuild.sh UPD: updates of the coverity scan scripts, to make the release 2017.07 of coverity build tools 2017-07-11 13:33:42 +02:00
covconfig.sh UPD: updates of the coverity scan scripts, to make the release 2017.07 of coverity build tools 2017-07-11 13:33:42 +02:00
HACKING.md hacking.txt -> .md + ref in readme 2019-05-05 00:41:20 +02:00
LICENSE.txt remove tabs 2019-07-24 00:52:24 +02:00
Makefile fix make help 2019-09-24 15:16:09 +02:00
Makefile.defs remove leading/tailing "/" from installation RELPATHs 2019-09-05 23:20:46 +02:00
Makefile.host remove leading/tailing "/" from installation RELPATHs 2019-09-05 23:20:46 +02:00
Makefile.platform.sample Clarify some PLATFORM_EXTRAS usages 2019-07-17 20:39:32 +02:00
pm3 WSL: detect auth problems to run wmic 2019-09-24 11:45:38 +02:00
pm3-flash merge flasher in client 2019-09-09 01:35:15 +02:00
pm3-flash-all update scripts to work with make install 2019-08-30 23:35:29 +02:00
pm3-flash-bootrom update scripts to work with make install 2019-08-30 23:35:29 +02:00
pm3-flash-fullimage update scripts to work with make install 2019-08-30 23:35:29 +02:00
pm3test.sh split slow tests 2019-09-21 18:32:07 +02:00
prox.png Restructure of RRG repo 2019-04-07 23:38:00 +01:00
rdv40.txt initial commit to be in sync the-soon-defunct repo pm3rdv40. 2018-08-12 21:54:31 +02:00
README.md Update README.md 2019-09-13 09:38:09 +02:00

RRG / Iceman repo - Proxmark3

This repo is based on iceman fork for Proxmark3. It supports other Proxmark3 platforms as well.

It is dedicated to bringing the most out of the new features for Proxmark3 RDV4.0 new hardware and design.

Releases Linux & OSX CI Windows CI
Latest release Build status Build status

PROXMARK INSTALLATION AND OVERVIEW

FAQ's & Updates Installation Use of the Proxmark
What has changed? Setup and build for Linux Compilation Instructions
Development Important notes on ModemManager for Linux users Validating proxmark client functionality
Why didn't you base it on official Proxmark3 Master? Homebrew (Mac OS X) & Upgrading HomeBrew Tap Formula First Use and Verification
Proxmark3 GUI Setup and build for Windows Commands & Features
Issues Blue shark manual Advanced compilation parameters
Notes on UART Maintainers Command Cheat sheet
Notes on frame format More cheat sheets
Notes on external flash EMV
Notes on Termux / Android Troubleshooting
Notes on wireshark / tracedata JTAG
Notes on loclass
Notes on paths
Developing standalone mode Wiki about standalone mode
Donations

Support on other Proxmark3 platforms

In order to build this repo for other Proxmark3 platforms we urge you to read Advanced compilation parameters

What has changed?

On the hardware side:

  • added flash memory 256kb.
  • added smart card module
  • added FPC connector

On the software side: quite a lot, see the Changelog file.

Development

This repo now compiles just fine on

  • Proxspace v3.2
  • Windows/mingw environment with Qt5.6.1 & GCC 4.8
  • Ubuntu 1404, 1510, 1604, 1804, 1904
  • Mac OS X / Homebrew
  • ParrotOS, Gentoo, Pentoo, Kali, Nethunter, Archlinux, Fedora
  • WSL, WSL2 (Windows subsystem linux) on Windows 10
  • Docker container

If you intend to contribute to the code, please read the coding style notes first.

Cheat sheet

Thanks to Alex Dibs, you can enjoy a command cheat sheet

Maintainers ( package, distro )

To all distro, package maintainers, we tried to make your life easier. make install is now available and if you want to know more.

Why didn't you base it on official Proxmark3 Master?

The separation from official Proxmark3 repo gives us a lot of freedom to create a firmware/client that suits the RDV40 features. We don't want to mess up the official Proxmark3 repo with RDV40 specific code.

Proxmark3 GUI

The official PM3-GUI from Gaucho will not work. The new universal GUI will work. Proxmark3 Universal GUI Almost, change needed in order to show helptext when client isn't connected to a device.

Issues

Please see the Proxmark Forum and see if your issue is listed in the first instance Google is your friend :) Questions will be answered via the forum by Iceman and the team.

It's needed to have a good USB cable to connect Proxmark3 to USB. If you have stability problems (Proxmark3 resets, firmware hangs, especially firmware hangs just after start, etc.) - check your cable with a USB tester (or try to change it). It needs to have a resistance smaller or equal to 0.3 Ohm.

The end

Donations

Nothing says thank you as much as a donation. So if you feel the love, do feel free to become a iceman patron. For some tiers it comes with rewards.

https://www.patreon.com/iceman1001

All support is welcome!