Proxmark3 community

Research, development and trades concerning the powerful Proxmark3 device.

Remember; sharing is caring. Bring something back to the community.


"Learn the tools of the trade the hard way." +Fravia

  • Logged in as ikarus
  • Last visit: Today 11:22:42

Announcement

Time changes and with it the technology
Proxmark3 @ discord

Users of this forum, please be aware that information stored on this site is not private.

#1 2021-04-23 01:25:29

Jimmid
Contributor
From: Adelaide South Australia
Registered: 2020-05-31
Posts: 16

iceman fork Chaging standalone mode default.

Hi.  I have the Proxmark3 rdv2 and have downloaded the precompiled iceman fork for rdv2 (v4.9237-3678-g7fbe4063b 2021-04-20 10:46:33) flashed it, and really like it.

What I now want to do is change the standalone default to Legic for a project. 
I downloaded proxspace master and installed it.
I have downloaded the uncompiled master and read the instructions.  I have edited the  makefile.platform.sample  and saved it as makefile.platform.  I then copied all the files from iceman fork directory into the proxspace pm3 folder.
I then tried the make clean && make all command. It appeared to run ok.

My question is:
1. Did I do the correct steps?
2.Does the proxspace compiler automatically use makefile.platform if it is in the folder?
3. If it compiled correctly, what files are produced to flash to the proxmark, and where are they found?
4. How can you tell the standalone mode your proxmark is in?

any help appreciated.

Offline

#2 2021-04-23 19:38:02

gator96100
Contributor
From: Austria
Registered: 2016-03-25
Posts: 177

Re: iceman fork Chaging standalone mode default.

1. Copying the RRG files directly in the pm3 directory is not recommended, however it does work. Usually, you use git to clone the repository and go from there.
Open ProxSpace and run:

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

Now make your changes to Makefile.platform, then run

make clean && make all

2. It should automatically load the Makefile.platform file, to make sure during compiling it will say what settings are used, e.g.:

===================================================================
Platform name:     Proxmark3 generic target
PLATFORM:          PM3GENERIC
PLATFORM_SIZE:     512
Platform extras:   No extra selected
Included options:  LF HITAG EM4x50 EM4x70 ISO15693 LEGICRF ISO14443b ISO14443a ICLASS FELICA NFCBARCODE HFSNIFF HFPLOT
Standalone mode:   HF_YOUNG
===================================================================

3. You can run the pm3, pm3-flash-all, pm3-flash-bootrom and pm3-flash-fullimage directly from ProxSpace. Alternatively, if you wish to create a .7z file like the recompiled builds are you have to open the autobuild.bat file from ProxSpace. This requires that the RRG fork is downloaded using git. If successful a build folder should be created in the root folder of your ProxSpace installation and in it is the .7z file.

Offline

#3 2021-04-24 01:27:54

Jimmid
Contributor
From: Adelaide South Australia
Registered: 2020-05-31
Posts: 16

Re: iceman fork Chaging standalone mode default.

Thank you very much gator96100. That worked well.
Just one more question.
Do you or anyone, have the instructions for using the Legic standalone mode and light sequence, or know where I can find them?

Thanks again for your help.

Offline

#4 2021-04-24 03:26:06

Jimmid
Contributor
From: Adelaide South Australia
Registered: 2020-05-31
Posts: 16

Re: iceman fork Chaging standalone mode default.

I have figured out the legic standalone use.

If you hold down the button in stand alone mode until the lights flash, then release:

C stays on and A flashes.  It is in read mode.

Hold a legic tag to the reader.

C goes out, A stays on steady and D comes on.  It is now in simulate mode until you press the button.

It automatically switches from read mode to simulate mode once it reads a valid tag..

Great.

Offline

Quick reply

Write your message and submit

Board footer

Powered by FluxBB