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.
Pages: 1
I had setup PM3 and when I tried to write data to card it didn't respond with anything (No beep/no light/nothing). I had used
proxmark3>lf t55xx wr 0 00041060
Writing to block: 0 data : 0x00041060
after that when I read block 0, It has totally different value.
proxmark3> lf t55xx read 0
[0] 0x2AAAAAAA 00101010101010101010101010101010
Here is details for pm3
proxmark3> hw ver
Prox/RFID mark3 RFID instrument
bootrom: master/v2.2 2015-07-31 12:45:27
os: master/v2.2 2015-07-31 12:27:57
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2015/06/22 at 21:47:54
uC: AT91SAM7S512 Rev B
Embedded Processor: ARM7TDMI
Nonvolatile Program Memory Size: 512K bytes. Used: 162219 bytes (31%). Free: 362
069 bytes (69%).
Second Nonvolatile Program Memory Size: None
Internal SRAM Size: 64K bytes
Architecture Identifier: AT91SAM7Sxx Series
Nonvolatile Program Memory Type: Embedded Flash Memory
Offline
You are using an old firmware. Pull the latest source from Github and compile/flash, and try again.
Offline
I had tried but failed with below error while make
make[3]: `luac.exe' is up to date.
make[3]: Leaving directory `/c/proxmark3-master/liblua'
make[2]: Leaving directory `/c/proxmark3-master/liblua'
g++ -I/c/QT/qt/include -I/c/QT/qt/include/QtCore -I/c/QT/qt/include/QtGui -c -o
obj/proxgui.o proxgui.cpp
In file included from proxgui.cpp:12:0:
proxguiqt.h:11:24: fatal error: QApplication: No such file or directory
#include <QApplication>
^
compilation terminated.
make[1]: *** [obj/proxgui.o] Error 1
make[1]: Leaving directory `/c/proxmark3-master/client'
make: *** [client/all] Error 2
Admin@Admin-PC /c/proxmark3-master
Offline
If you're running Ubuntu or other Debian-based 'nix, try
sudo apt-get install libqt4-dev
otherwise, post more details of your OS...
Offline
I have windows 7 Home premium
32 bit OS
Offline
Poking yourself in the eye with a sharp stick is generally considered more fun than trying to compile stuff under Windoze... but there are a few suggestions out there if you google for
fatal error: QApplication: No such file or directory windows
Many suggest editing the .pro file... do you have a .pro file?
Let us know how you get on.
Offline
Basically what this error tells you, (if you google) is that its missing some references to some DLL files needed.
It depends on Qt4 or Qt5 and it has been written about on this forum. Skip the above suggestion and just search the forum.
Offline
Sorry guys for late reply but I was sick. so, wasn't working
Poking yourself in the eye with a sharp stick is generally considered more fun than trying to compile stuff under Windoze... but there are a few suggestions out there if you google for
fatal error: QApplication: No such file or directory windows
Many suggest editing the .pro file... do you have a .pro file?
Let us know how you get on.
Thanks for advice and now I switched to Ubuntu and now there are no error in make.but having problem in flashing. so, I'm starting a new topic for that
Offline
Pages: 1