proxmark3/Installation_Instructions/Windows-Installation-Instructions.md
Chrissy Morgan e3a82cd849 Restructure of RRG repo
Added installtion videos.
Re-wrote installtion instructions
2019-04-07 23:38:00 +01:00

2.6 KiB

Building on Windows

You will need to use the Gator96100 Proxspace package to assist in your windows installation. This can be downloaded from https://github.com/Gator96100/ProxSpace/

Notes

If you receive gcc errors using v3.1 during build, download and use v2.2. This may help resolve the issue.


Video Installation guide

Windows Installation tutorial

Manual Installation

Driver Installation

Install required drivers for your windows installation. You will may need admin privileges to do this. (This is covered in the video) Step by step guides are online such as RiscCorps

Install Github

Install Github for Windows https://desktop.github.com/

Download / clone Proxspace repo

Download the required proxspace repo. https://github.com/Gator96100/ProxSpace/

Extract 'ProxSpace' to a location on drive without spaces. For example D:\OneDrive\Documents\GitHub is ok whereas C:\My Documents\My Projects\proxspace is not.

Clone RFID RESEARCH GROUP files

Clone fork

git clone https://github.com/RfidResearchGroup/proxmark3.git

Copy files to Proxspace

Copy all the contents from the proxmark3 folder into the proxspace pm3 folder

Run the .bat

Run runme.bat or runme64.bat depending on your Windows architecture.

Please note you will need to use / as you are using BASH.

Make

CLEAN COMPILE inside the pm3 window.

make clean && make all

Flash the image

Flash the BOOTROM & FULLIMAGE

client/flasher.exe comX -b bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf

Run the client

Assuming you have Proxmark3 Windows drivers installed you can run the Proxmark software where "X" is the com port number assigned to proxmark3 under Windows.

Change into the client folder

cd client

Run the client

./proxmark3.exe comX

Test

Check your firmware revision on the Proxmark III with

hw ver

For basic help type help. Or for help on a set of sub commands type the command followed by help. For example hf mf help. Make sure you head over to the use of proxmark area to help you get on your way!