App.info

From Vita Developer wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

What is app.info

app.info is pretty much the PlayStation Mobile version of param.sfo, When compiling a game with the PSM SDK your app.xml file is compiled into app.info by the "appinfo_compiler.py" script found inside the PSM SDK. Unlike param.sfo app.info actually embeds the icon0 and pic0 files inside app.info it is a CXML structure.

Data Structure

offset value description
0x00 0x50534D41 (ASCII "PSMA") Magic Number / File Header