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:
iceman1001 2017-10-29 03:51:07 +01:00
commit 2e32fd289c
4 changed files with 193 additions and 1 deletions

View file

@ -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