RetroArch
Classes | Functions | Variables
pkg Namespace Reference

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
 

Function Documentation

◆ crypt()

def pkg.crypt (   key,
  inbuf,
  length 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getFiles()

def pkg.getFiles (   files,
  folder,
  original 
)
Here is the caller graph for this function:

◆ keyToContext()

def pkg.keyToContext (   key)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ listToString()

def pkg.listToString (   inlist)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

def pkg.main ( void  )
Here is the call graph for this function:

◆ manipulate()

def pkg.manipulate (   key)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ nullterm()

def pkg.nullterm (   str_plus,
  printhex = False 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pack()

def pkg.pack (   folder,
  contentid,
  outname = None 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setContextNum()

def pkg.setContextNum (   key,
  tmpnum 
)
Here is the caller graph for this function:

◆ SHA1()

def pkg.SHA1 (   data)
Here is the caller graph for this function:

◆ usage()

def pkg.usage ( void  )

◆ version()

def pkg.version ( )
Here is the caller graph for this function:

Variable Documentation

◆ TYPE_DIRECTORY

int pkg.TYPE_DIRECTORY = 0x4

◆ TYPE_NPDRMSELF

int pkg.TYPE_NPDRMSELF = 0x1

◆ TYPE_OVERWRITE_ALLOWED

int pkg.TYPE_OVERWRITE_ALLOWED = 0x80000000

◆ TYPE_RAW

int pkg.TYPE_RAW = 0x3