SUPER DUPER SHORTENED PROXMARK3 SET UP
Open for Guide
-
download the ProxSpace.7z file from Releases · Gator96100/ProxSpace · GitHub
-
Must use 7zip to extract ( Extract to root level folder C:\ProxSpace for example )
Download -
Open and run
runme64.bat
-
git clone https://github.com/RfidResearchGroup/proxmark3.git
-
cd proxmark3
-
Proxmark3 Easy ONLY
notepad Makefile.platform
Change to this ( just move the # )
#PLATFORM=PM3RDV4
PLATFORM=PM3GENERIC
File - Save - Close
make clean && make all
Plug in your Proxmark3
-
./pm3-flash-bootrom
-
./pm3-flash-fullimage
-
pm3
BOOM - And we are done
Future Updates
( Thanks to @TheCyborgFirefighter and @Zwack ORIGINAL POST )
cd proxmark3
git pull
make clean && make all
ORmake -j
(it will allow for parallel compiling and goes faster. - Thanks @ Iceman) ORmake -j4
(for compiling in parallel on all cores - Thanks @ equipter)./pm3-flash-bootrom
./pm3-flash-fullimage
pm3
hw tune