├── README.md ├── hardware ├── README.md └── usb-protocols │ ├── argon.md │ └── descriptors │ └── 3rdparty-wireless-receiver.txt ├── homebrew ├── README.md └── xebuild │ ├── freeboot-like_patches.md │ └── patch_format.md └── official-software ├── README.md ├── bootloaders ├── cb_a.md └── cd.md ├── file-formats └── bdes_header.md ├── hypervisor └── key_derivation.md ├── kernel └── memory_map.md ├── networking └── system_link.md └── system ├── security_overview.md └── software_update.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/README.md -------------------------------------------------------------------------------- /hardware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/hardware/README.md -------------------------------------------------------------------------------- /hardware/usb-protocols/argon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/hardware/usb-protocols/argon.md -------------------------------------------------------------------------------- /hardware/usb-protocols/descriptors/3rdparty-wireless-receiver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/hardware/usb-protocols/descriptors/3rdparty-wireless-receiver.txt -------------------------------------------------------------------------------- /homebrew/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/homebrew/README.md -------------------------------------------------------------------------------- /homebrew/xebuild/freeboot-like_patches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/homebrew/xebuild/freeboot-like_patches.md -------------------------------------------------------------------------------- /homebrew/xebuild/patch_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/homebrew/xebuild/patch_format.md -------------------------------------------------------------------------------- /official-software/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/official-software/README.md -------------------------------------------------------------------------------- /official-software/bootloaders/cb_a.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/official-software/bootloaders/cb_a.md -------------------------------------------------------------------------------- /official-software/bootloaders/cd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/official-software/bootloaders/cd.md -------------------------------------------------------------------------------- /official-software/file-formats/bdes_header.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/official-software/file-formats/bdes_header.md -------------------------------------------------------------------------------- /official-software/hypervisor/key_derivation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/official-software/hypervisor/key_derivation.md -------------------------------------------------------------------------------- /official-software/kernel/memory_map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/official-software/kernel/memory_map.md -------------------------------------------------------------------------------- /official-software/networking/system_link.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/official-software/networking/system_link.md -------------------------------------------------------------------------------- /official-software/system/security_overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/official-software/system/security_overview.md -------------------------------------------------------------------------------- /official-software/system/software_update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/InvoxiPlayGames/x360-research/HEAD/official-software/system/software_update.md --------------------------------------------------------------------------------