├── .gitignore ├── LICENSE ├── README.md ├── bootloader_unlocker └── bootloader_unlocker.ps1 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samuelcaldas/Bruteforce-Bootloader-Unlocker/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samuelcaldas/Bruteforce-Bootloader-Unlocker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samuelcaldas/Bruteforce-Bootloader-Unlocker/HEAD/README.md -------------------------------------------------------------------------------- /bootloader_unlocker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samuelcaldas/Bruteforce-Bootloader-Unlocker/HEAD/bootloader_unlocker -------------------------------------------------------------------------------- /bootloader_unlocker.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samuelcaldas/Bruteforce-Bootloader-Unlocker/HEAD/bootloader_unlocker.ps1 --------------------------------------------------------------------------------