├── LICENSE ├── README.md ├── fingerprint.py ├── key_map.json ├── mods.py ├── pc_functions.py └── solve.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pr0t0ns/PerimeterX-Solver/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pr0t0ns/PerimeterX-Solver/HEAD/README.md -------------------------------------------------------------------------------- /fingerprint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pr0t0ns/PerimeterX-Solver/HEAD/fingerprint.py -------------------------------------------------------------------------------- /key_map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pr0t0ns/PerimeterX-Solver/HEAD/key_map.json -------------------------------------------------------------------------------- /mods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pr0t0ns/PerimeterX-Solver/HEAD/mods.py -------------------------------------------------------------------------------- /pc_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pr0t0ns/PerimeterX-Solver/HEAD/pc_functions.py -------------------------------------------------------------------------------- /solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pr0t0ns/PerimeterX-Solver/HEAD/solve.py --------------------------------------------------------------------------------