mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: @go_tus simple bruteforce for t55xx, refactored a bit.
ADD: @pwpiwi 's implementation of Hardnested
This commit is contained in:
parent
1a570b0a6a
commit
c188b1b9b2
18 changed files with 367 additions and 58 deletions
|
@ -16,6 +16,7 @@
|
|||
#include <stdint.h>
|
||||
|
||||
//generic
|
||||
uint8_t justNoise(uint8_t *BitStream, size_t size);
|
||||
size_t addParity(uint8_t *BitSource, uint8_t *dest, uint8_t sourceLen, uint8_t pLen, uint8_t pType);
|
||||
int askdemod(uint8_t *BinStream, size_t *size, int *clk, int *invert, int maxErr, uint8_t amp, uint8_t askType);
|
||||
int BiphaseRawDecode(uint8_t * BitStream, size_t *size, int offset, int invert);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue