Editing Activation ACF
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
ACF is a data structure stored in PS4 Kit System Flash at offset [http://www.psdevwiki.com/ps4/Flash-Main#0x1C9080_ACF_.28Dev.2FTest.29 0x1C9080]. | ACF is a data structure stored in PS4 Kit System Flash at offset [http://www.psdevwiki.com/ps4/Flash-Main#0x1C9080_ACF_.28Dev.2FTest.29 0x1C9080]. | ||
See also [https://wiki.henkaku.xyz/vita/AFV PSVita equivalent]. | See also [https://wiki.henkaku.xyz/vita/AFV PSVita equivalent]. | ||
Line 15: | Line 13: | ||
| 1C9080 || 1C9083 || '''Magic''' "acf\0" | | 1C9080 || 1C9083 || '''Magic''' "acf\0" | ||
|- | |- | ||
| 1C9084 || 1C9087 || '''Format | | 1C9084 || 1C9087 || '''Format version''' Constant 4 bytes. (format_ver, format_minor_ver) | ||
|- | |- | ||
| 1C9088 || 1C9097 || '''Activation Key''' | | 1C9088 || 1C9097 || '''Activation Key''' | ||
Line 21: | Line 19: | ||
| 1C9098 || 1C909B || '''Issue Number'''. Ex: 3, 15. | | 1C9098 || 1C909B || '''Issue Number'''. Ex: 3, 15. | ||
|- | |- | ||
| 1C909C || 1C909F || '''Start | | 1C909C || 1C909F || '''Start date''' 4 bytes. Little Endian. | ||
|- | |- | ||
| 1C90A0 || 1C90A3 || '''Expire | | 1C90A0 || 1C90A3 || '''Expire date''' 4 bytes. Little Endian. Usually 90 days since Start date. | ||
|- | |- | ||
| 1C90A4 || 1C90A7 || '''Reserved''' Always zeroed. | | 1C90A4 || 1C90A7 || '''Reserved''' Always zeroed. |