LibXenon
Bare-metal Xbox 360 homebrew library
|
Go to the source code of this file.
Data Structures | |
struct | kventry |
Typedefs | |
typedef struct kventry | kventry |
Functions | |
unsigned int | xenon_get_kv_size () |
unsigned int | xenon_get_kv_offset () |
void | print_key (char *name, unsigned char *data) |
int | cpu_get_key (unsigned char *data) |
int | get_virtual_cpukey (unsigned char *data) |
int | kv_read (unsigned char *data, int virtualcpukey) |
int | kv_get_dvd_key (unsigned char *dvd_key) |
int | kv_get_key (unsigned char keyid, unsigned char *keybuf, int *keybuflen, unsigned char *keyvault) |
void | print_cpu_dvd_keys (void) |
int | updateXeLL (char *path) |
unsigned int | xenon_get_DVE () |
unsigned int | xenon_get_PCIBridgeRevisionID () |
unsigned int | xenon_get_CPU_PVR () |
unsigned int | xenon_get_XenosID () |
int | xenon_get_console_type (void) |
int | xenon_get_logical_nand_data (void *buf, unsigned int offset, unsigned int len) |
int | xenon_logical_nand_data_ok () |
#define KV_FLASH_OFFSET xenon_get_kv_offset() |
#define KV_FLASH_PAGES KV_FLASH_SIZE / 0x200 |
#define KV_FLASH_SIZE xenon_get_kv_size() |