├── README.md ├── algorithms └── luhns.md └── malware └── macros └── cobalt_shellcode.md /README.md: -------------------------------------------------------------------------------- 1 | # documentation -------------------------------------------------------------------------------- /algorithms/luhns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/re-fox/documentation/HEAD/algorithms/luhns.md -------------------------------------------------------------------------------- /malware/macros/cobalt_shellcode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/re-fox/documentation/HEAD/malware/macros/cobalt_shellcode.md --------------------------------------------------------------------------------