RetroArch
|
Classes | |
class | AppInfo |
class | DigestBlock |
class | EbootMeta |
class | FileHeader |
class | Header |
class | MetaHeader |
class | SelfHeader |
class | Struct |
class | StructType |
Functions | |
def | listToString (inlist) |
def | nullterm (str_plus, printhex=False) |
def | keyToContext (key) |
def | manipulate (key) |
def | setContextNum (key, tmpnum) |
def | crypt (key, inbuf, length) |
def | SHA1 (data) |
def | getFiles (files, folder, original) |
def | pack (folder, contentid, outname=None) |
def | usage () |
def | version () |
def | main () |
Variables | |
int | TYPE_NPDRMSELF = 0x1 |
int | TYPE_RAW = 0x3 |
int | TYPE_DIRECTORY = 0x4 |
int | TYPE_OVERWRITE_ALLOWED = 0x80000000 |
def pkg.crypt | ( | key, | |
inbuf, | |||
length | |||
) |
def pkg.getFiles | ( | files, | |
folder, | |||
original | |||
) |
def pkg.keyToContext | ( | key | ) |
def pkg.listToString | ( | inlist | ) |
def pkg.main | ( | void | ) |
def pkg.manipulate | ( | key | ) |
def pkg.nullterm | ( | str_plus, | |
printhex = False |
|||
) |
def pkg.pack | ( | folder, | |
contentid, | |||
outname = None |
|||
) |
def pkg.setContextNum | ( | key, | |
tmpnum | |||
) |
def pkg.SHA1 | ( | data | ) |
def pkg.usage | ( | void | ) |
def pkg.version | ( | ) |
int pkg.TYPE_DIRECTORY = 0x4 |
int pkg.TYPE_NPDRMSELF = 0x1 |
int pkg.TYPE_OVERWRITE_ALLOWED = 0x80000000 |
int pkg.TYPE_RAW = 0x3 |