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
Hi, I have a question about the function of lf sim and possible modifications that I could make on this command.
In my understanding, lf sim is simulating a passive tag. When the simulation begins, the Proxmark will detect the reader field and once detected, the data in the graph buffer will be sent.
I am wondering if I can modify the code so that the command transmits the data in the graph buffer once I entered the command without waiting for the reader field?
Offline
?? doesn't it do that already? It sends the data to the device, then enters the loop where it detects readerfield? Look at armsrc/lfops.c...
Offline
Sorry for any confusion but I mean if I can send the data immediately after the command typed without waiting for the reader field.
I looked into SimulateTagLowFrequency function, it seems the FPGA is set to FPGA_MAJOR_MODE_LF_EDGE_DETECT mode which I believe is used to detect the reader field. I am wondering in which file does this mode defined that I may possibly modify? Or there are another mode that I can send the data in the graphbuffer out directly?
Offline
I belive the whole LF sim code is inside the lfops.c If it looks for a readerfield you usually see a reference to reading adc values.
Go bananas and have fun! if it turn out to be any good, make a PR
Offline
Pages: 1