├── LICENSE ├── README.md ├── img ├── reg_wizard1.png └── reg_wizard2.png └── license_gadget ├── base license ├── new │ ├── decrypt.py │ ├── license_new.py │ └── patch.py └── old │ ├── cert.cer │ ├── fds_server.py │ ├── key.key │ └── license_old.py └── vdom license └── vdom.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/README.md -------------------------------------------------------------------------------- /img/reg_wizard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/img/reg_wizard1.png -------------------------------------------------------------------------------- /img/reg_wizard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/img/reg_wizard2.png -------------------------------------------------------------------------------- /license_gadget/base license/new/decrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/license_gadget/base license/new/decrypt.py -------------------------------------------------------------------------------- /license_gadget/base license/new/license_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/license_gadget/base license/new/license_new.py -------------------------------------------------------------------------------- /license_gadget/base license/new/patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/license_gadget/base license/new/patch.py -------------------------------------------------------------------------------- /license_gadget/base license/old/cert.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/license_gadget/base license/old/cert.cer -------------------------------------------------------------------------------- /license_gadget/base license/old/fds_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/license_gadget/base license/old/fds_server.py -------------------------------------------------------------------------------- /license_gadget/base license/old/key.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/license_gadget/base license/old/key.key -------------------------------------------------------------------------------- /license_gadget/base license/old/license_old.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/license_gadget/base license/old/license_old.py -------------------------------------------------------------------------------- /license_gadget/vdom license/vdom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rrrrrrri/fgt-gadgets/HEAD/license_gadget/vdom license/vdom.c --------------------------------------------------------------------------------