Iceman Fork - Proxmark3
Go to file
2019-12-20 11:19:58 +01:00
.github Update FUNDING.yml 2019-11-07 17:18:16 +01:00
.vscode Fix vscode tasks 2019-09-11 00:51:29 +03:00
armsrc hf mf nested: break bad loop if timeout (@uzlonewolf) 2019-12-14 12:45:07 +01:00
bootrom perform startup delay also during TIA 2019-10-15 18:07:28 +02:00
client b0 doesnt use crc 2019-12-20 11:19:58 +01:00
common add cardx crc skeleton, will need to adapt 2019-12-16 13:26:13 +01:00
common_arm arm: move mthumb-interwork to CFLAGS for clang compatibility 2019-10-27 01:28:07 +02:00
common_fpga Fix fpga_compress race condition and isolate it in tools 2019-08-11 21:42:01 +02:00
doc Update jtag_notes.md 2019-11-28 09:15:19 +01: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 Add auth1 output - experimental. 2019-12-17 13:09:14 +01:00
recovery remove leading/tailing "/" from installation RELPATHs 2019-09-05 23:20:46 +02:00
tools style 2019-12-06 17:12:29 +02:00
traces and the file 2019-10-17 22:51:59 +02:00
.coverity.conf.sample cov settings 2019-10-10 14:53:03 +02:00
.gitattributes Add .dic to gitattributes for LF, remove existing CR 2019-05-12 20:37:51 +02:00
.gitignore ignore old/swp files 2019-11-19 08:32:30 +01: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 changelog 2019-12-06 17:14:50 +02:00
COMPILING.txt Update COMPILING.txt to point to the docs, update some instructions 2019-08-29 19:06:11 +02:00
covbuild.sh coverity: long test 2019-10-13 00:49:19 +02:00
covconfig.sh cov settings 2019-10-10 14:53:03 +02:00
covsubmit.sh covsubmit: avoid aborting when previous data are not present 2019-11-17 11:45:20 +01: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 make style: skip cov-int 2019-10-13 00:48:12 +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 pm3 serial detection on OS X more robust 2019-11-18 13:11:28 +01: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-12-02 20:28:29 +01:00

RRG / Iceman repo - Proxmark3

Releases Linux & OSX CI Windows CI Coverity
Latest release Build status Build status Coverity 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

Build for non-RDV4 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

Note: This is a bleeding edge repository. The maintainers actively is working out of this repository and will be periodically re-structuring the code to make it easier to comprehend, navigate, build, test, and contribute to, so DO expect significant changes to code layout on a regular basis.

This repo compiles nicely 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

The public roadmap is an excellent start to read if you are interesting in contributing.

👉 Remember! If you intend to contribute to the code, please read the coding style notes first. We usually merge your contributions fast since we do like the idea of getting a functionality in the Proxmark3 and weed out the bugs afterwards.

Notes / helpful documents

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.

Read the Troubleshooting guide to weed out most known problems.

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