├── Example.png ├── LICENSE ├── Makefile ├── README.md ├── SignalKey.x64.o ├── SignalKey.x86.o ├── SignalKeyBOF.cna ├── SignalKeyBOF.sln ├── beacon.h ├── beacon_user_data.h ├── bof.c ├── helpers ├── __init__.py ├── create.py ├── data.py ├── files.py ├── html.py ├── logging.py ├── merge.py ├── models.py ├── style.css ├── templates.py └── utils.py └── signal_decrypter.py /Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/Example.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/README.md -------------------------------------------------------------------------------- /SignalKey.x64.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/SignalKey.x64.o -------------------------------------------------------------------------------- /SignalKey.x86.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/SignalKey.x86.o -------------------------------------------------------------------------------- /SignalKeyBOF.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/SignalKeyBOF.cna -------------------------------------------------------------------------------- /SignalKeyBOF.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/SignalKeyBOF.sln -------------------------------------------------------------------------------- /beacon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/beacon.h -------------------------------------------------------------------------------- /beacon_user_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/beacon_user_data.h -------------------------------------------------------------------------------- /bof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/bof.c -------------------------------------------------------------------------------- /helpers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /helpers/create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/helpers/create.py -------------------------------------------------------------------------------- /helpers/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/helpers/data.py -------------------------------------------------------------------------------- /helpers/files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/helpers/files.py -------------------------------------------------------------------------------- /helpers/html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/helpers/html.py -------------------------------------------------------------------------------- /helpers/logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/helpers/logging.py -------------------------------------------------------------------------------- /helpers/merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/helpers/merge.py -------------------------------------------------------------------------------- /helpers/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/helpers/models.py -------------------------------------------------------------------------------- /helpers/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/helpers/style.css -------------------------------------------------------------------------------- /helpers/templates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/helpers/templates.py -------------------------------------------------------------------------------- /helpers/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/helpers/utils.py -------------------------------------------------------------------------------- /signal_decrypter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xRedpoll/SignalKeyBOF/HEAD/signal_decrypter.py --------------------------------------------------------------------------------