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
You are not logged in.
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.
Hi everyone!
My Proxmark3 is currently in the post, and should be with me in two weeks. In the mean time, I figured I'd pull together resources that I'll need for when my device arrives. One of the things on my checklist was a build environment.
Rather than set up an environment within my day-to-day OS, I went the way of Docker so that I could create and distribute easily replicable environments for Proxmark3 firmware and client compilation. So far it supports 64-bit builds, but with the addition of 32-bit libraries it should be fairly trivial to leverage a 64-bit Docker environment to serve up 32-bit builds also.
Anyway, please take a look at the project and feel free to fork it/do what you like with it.
https://github.com/chrisfu/docker-proxmark3
Cheers,
Chris
Offline
love the idea with Docker, I tried yours but it fails in the entrypoint part.
So I found that @midnitesnake had a proxmark3 docker image on https://hub.docker.com which I'm now adjusting so I can get a docker image for iceman fork.
There has been issues with getting the old proxspace mingw environment to work with latest code.
A docker image will solve this problem.
Offline
Ok, some aditional changes had to be done to the docker setup but it all works. These docker containers is smooth to use.
Offline