All Projects → RfidResearchGroup → homebrew-proxmark3

RfidResearchGroup / homebrew-proxmark3

Licence: MIT License
Homebrew tap containing proxmark3 software/firmware

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to homebrew-proxmark3

Homebrew Openjdk
AdoptOpenJDK HomeBrew Tap
Stars: ✭ 1,798 (+7717.39%)
Mutual labels:  homebrew, homebrew-tap
homebrew-i386-elf-toolchain
Homebrew formulas for buildling a valid GCC toolchain for the i386-elf target.
Stars: ✭ 62 (+169.57%)
Mutual labels:  homebrew, homebrew-tap
homebrew-chunkwm
Homebrew Tap for Chunkwm tiling window manage (https://github.com/koekeishiya/chunkwm)
Stars: ✭ 47 (+104.35%)
Mutual labels:  homebrew, homebrew-tap
homebrew-llvm
LLVM formulae for the Homebrew package manager
Stars: ✭ 23 (+0%)
Mutual labels:  homebrew, homebrew-tap
homebrew-pourhouse
My homebrew tap, serving up casks from EclecticLightCo!
Stars: ✭ 78 (+239.13%)
Mutual labels:  homebrew, homebrew-tap
homebrew-devops
🍺 DevOps / SRE formulae for the @Homebrew package manager.
Stars: ✭ 36 (+56.52%)
Mutual labels:  homebrew, homebrew-tap
homebrew-extensions
🍻 Homebrew tap for PHP extensions
Stars: ✭ 264 (+1047.83%)
Mutual labels:  homebrew, homebrew-tap
homebrew-essentia
Homebrew build scripts for Essentia
Stars: ✭ 25 (+8.7%)
Mutual labels:  homebrew, homebrew-tap
homebrew-tap
Homebrew Tap for argo
Stars: ✭ 12 (-47.83%)
Mutual labels:  homebrew-tap
XboxDev
Information about XboxDev and issue tracker for the entire XboxDev ecosystem
Stars: ✭ 64 (+178.26%)
Mutual labels:  homebrew
homebrew-fuse
gromgit's FUSE tap
Stars: ✭ 166 (+621.74%)
Mutual labels:  homebrew
dotfiles
🏠 dotfile configuration for macOS and Linux
Stars: ✭ 37 (+60.87%)
Mutual labels:  homebrew
AutoBrew
AutoBrew: Homebrew deployments made easy
Stars: ✭ 71 (+208.7%)
Mutual labels:  homebrew
phpmon
Lightweight, native Mac menu bar app that interacts with Laravel Valet. Helps you manage multiple PHP installations, locate config files and more.
Stars: ✭ 1,896 (+8143.48%)
Mutual labels:  homebrew
AskSinAnalyzer
Analyzer for radio telegrams in a HomeMatic environment
Stars: ✭ 54 (+134.78%)
Mutual labels:  homebrew
actions
🚀 Homebrew's GitHub Actions
Stars: ✭ 60 (+160.87%)
Mutual labels:  homebrew
mac-cleanup-sh
🗑️ Cleanup script for macOS (DEPRECATED)
Stars: ✭ 1,585 (+6791.3%)
Mutual labels:  homebrew
homebrew-openni2
OpenNI2-related formulae for the Homebrew package manager
Stars: ✭ 41 (+78.26%)
Mutual labels:  homebrew
tilt-pitch
Simple replacement for the Tilt Hydrometer mobile apps and TiltPi with lots of features
Stars: ✭ 32 (+39.13%)
Mutual labels:  homebrew
MusicPremium
PlayStation Vita plugin to enable background music play for any game or application.
Stars: ✭ 43 (+86.96%)
Mutual labels:  homebrew

Homebrew tap for RRG/Iceman Proxmark3 repo

Homebrew - is a open-source package manager for Apple macOS.

This repository contains homebrew formulas for RRG/Iceman Proxmark3 project with it dependencies.

[note] The old HID-flasher doesn't compile on this version. You'll need to manually fix/compile it on MacOS but this old flasher software is used if you have firmware from 2012 installed on your device.

Install

  • Install homebrew if you haven't yet already done so: http://brew.sh/

  • Tap this repo: brew tap rfidresearchgroup/proxmark3

  • Install Proxmark3:

    • brew install proxmark3 for stable release
    • brew install --HEAD proxmark3 for latest non-stable from GitHub (use this if previous command fails)
    • brew install --with-blueshark proxmark3 for blueshark support, stable release
    • brew install --HEAD --with-blueshark proxmark3 for blueshark support, latest non-stable from GitHub (use this if previous command fails)

Build options

Use brew info proxmark3 to see all available options.

Platform selection

Firmware is built for the Proxmark3 RDV4 device by default. Use the following options to select other platforms:

  • --with-generic: build for generic (non-RDV4) devices, see platform.
  • --with-small: enable build-time size limit for devices with 256kB flash, see 256kb versions.

Removing features

It's possible to remove features to reduce firmware size for 256kB devices using options such as --without-lf, --without-hitag, etc.

--without-foo corresponds to the SKIP_FOO compile options listed here.

Standalone mode

Firmware is built with the LF_SAMYRUN standalone mode by default. Use the --with-lf-foo or --with-hf-foo options to select a different standalone mode, or --without-standalone to disable standalone mode altogether.

--with-lf-foo corresponds to the STANDALONE=LF_FOO compile options listed here.

Errors while running

  • If you see this message To reinstall HEAD, run brew reinstall proxmark3
  • do this
    brew remove proxmark3
    brew reinstall proxmark3
    

Force HomeBrew to pull the latest source from github

brew upgrade --fetch-HEAD proxmark3

Usage

Proxmark3 client will be installed in /usr/local/bin/proxmark3

Firmware will be located in /usr/local/share/firmware/

The paths mentioned above are symlinks created by Homebrew (brew install implies brew link) to your Cellar.

See instructions on the RRG repo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].