mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
FIX: 'lf gprox sim' - now correctly simulates gProx
This commit is contained in:
parent
a4dd4eb5b5
commit
7b050e9afe
2 changed files with 56 additions and 39 deletions
|
@ -62,7 +62,6 @@ int usage_lf_fdx_sim(void) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
// Ask/Biphase Demod then try to locate an ISO 11784/85 ID
|
||||
// BitStream must contain previously askrawdemod and biphasedemoded data
|
||||
int detectFDXB(uint8_t *dest, size_t *size) {
|
||||
|
@ -378,6 +377,7 @@ int CmdFdxSim(const char *Cmd) {
|
|||
|
||||
verify_values(countryid, animalid);
|
||||
|
||||
// 32, no STT, BIPHASE INVERTED == diphase
|
||||
uint8_t clk = 32, encoding = 2, separator = 0, invert = 1;
|
||||
uint16_t arg1, arg2;
|
||||
size_t size = 128;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue