mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Merge branch 'master' into experimental_varlen
* master: adjust standalone doc Use placeholder for standalone mode if needed Move compile options to Makefile.hal textual chg: refactor standalone mode info string add: icerun - skeleton standalone mode for ppl to use as base for their new modes.
This commit is contained in:
commit
540fecb760
17 changed files with 215 additions and 161 deletions
|
@ -195,6 +195,10 @@ void WriteTagToFlash(uint8_t index, size_t size) {
|
|||
return;
|
||||
}
|
||||
|
||||
void ModInfo(void) {
|
||||
DbpString(" HF Mifare ultra fast sniff/sim/clone - aka VIGIKPWN (Colin Brigato)");
|
||||
}
|
||||
|
||||
void RunMod() {
|
||||
StandAloneMode();
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue