LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <pci/io.h>
#include <time/time.h>
#include <xenon_nand/xenon_sfcx.h>
#include <xenon_nand/xenon_config.h>
#include <xenon_soc/xenon_secotp.h>
#include <xenon_smc/xenon_smc.h>
#include <crypt/hmac_sha1.h>
#include <crypt/rc4.h>
#include "xb360.h"
Go to the source code of this file.
Functions | |
void | print_key (char *name, unsigned char *data) |
int | cpu_get_key (unsigned char *data) |
int | get_virtual_cpukey (unsigned char *data) |
int | kv_get_key (unsigned char keyid, unsigned char *keybuf, int *keybuflen, unsigned char *keyvault) |
int | kv_read (unsigned char *data, int virtualcpukey) |
int | kv_get_dvd_key (unsigned char *dvd_key) |
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 () |
int | xenon_logical_nand_data_ok () |
int | xenon_get_logical_nand_data (void *buf, unsigned int offset, unsigned int len) |
unsigned int | xenon_get_kv_size () |
unsigned int | xenon_get_kv_offset () |
Variables | |
struct XCONFIG_SECURED_SETTINGS | secured_settings |
struct sfc | sfc |
|
extern |
Definition at line 17 of file xenon_config.c.
Definition at line 10 of file xenon_sfcx.c.