rolling_flaws_about.h 2.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. #pragma once
  2. #define ROLLING_FLAWS_ABOUT_TEXT \
  3. "Rolling code receiver\n version 1.5\n" \
  4. "---\n" \
  5. "Practice rolling code attacks without risking a desync!\n" \
  6. "This app is for educational\n" \
  7. "purposes only.\n---\n" \
  8. "Protocol KeeLoq (DoorHan) is\n" \
  9. "currently supported. More\n" \
  10. "protocols added in future.\n\n" \
  11. ":::Config supported:::\n" \
  12. "Frequency: The\n frequency to TX/RX.\n" \
  13. "Protocol: KL(DH) = KeeLoq\n MF=DoorHan.\n" \
  14. " KL(All) = KeeLoq (any MF)\n" \
  15. " KL(Custom) = KeeLoq\n" \
  16. " (specific MF) set when doing\n a 'Sync Remote'.\n" \
  17. "Fix [SN+Btn]: The SN+button to decode. (20000000 is\n" \
  18. " test decode).\n" \
  19. "Replay attack: Allow replay\n attacks.\n" \
  20. "Window [next]: How many\n" \
  21. " counts forward are\n acceptable?\n" \
  22. "Window [future]: How many\n" \
  23. " counts forward are\n considered future?\n" \
  24. "Window [gap]: How far can\n" \
  25. " two sequential future counts\n be apart?\n" \
  26. "SN00 attack: Allow decoded\n 00 to wildcard SN.\n" \
  27. "SN bits [cfw*]: Number of\n" \
  28. " bits to compare. (custom fw\n only?)\n" \
  29. "Count 0 opens: Count of 0 is\n treated as a match.\n" \
  30. "=========\n" \
  31. "author: @codeallnight\n" \
  32. "https://discord.com/invite/NsjCvqwPAd\n" \
  33. "https://youtube.com/@MrDerekJamison"