mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ADD: StandAloneMode LF Proxbrute by @brad-anton
https://github.com/brad-anton/proxbrute --adjusted to fit iceman fork and latest enhancements to LF (untested)
This commit is contained in:
parent
c1f742dfe5
commit
2e32fd289c
4 changed files with 193 additions and 1 deletions
|
@ -1204,7 +1204,7 @@ void __attribute__((noreturn)) AppMain(void) {
|
|||
* All standalone mod "main loop" should be the RunMod() function.
|
||||
* Since the standalone is either LF or HF, the somewhat bisarr defines below exists.
|
||||
*/
|
||||
#if defined (WITH_LF) && ( defined (WITH_LF_SAMYRUN) || defined (WITH_LF_HIDBRUTE) )
|
||||
#if defined (WITH_LF) && ( defined (WITH_LF_SAMYRUN) || defined (WITH_LF_HIDBRUTE) || define (WITH_LF_PROXBRUTE) )
|
||||
RunMod();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue