This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ========================================================== | |
// Sony Xperia SIN (Firmware flashable files) analysis | |
// | |
// Author: zxz0O0 | |
// Started: 2014-06-05 | |
// Notes: Numbers are big endian | |
// Credits: Androxyde | |
// ========================================================== | |
struct SinFile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ========================================================== | |
// IW4M project | |
// | |
// Component: clientdll | |
// Sub-component: steam_api | |
// Purpose: Code to replace localized strings in the game. | |
// | |
// Initial author: NTAuthority | |
// Edited by zxz0O0 to add the ability of loading custom str files | |
// Started: 2013-01-17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ========================================================== | |
// IW4M project | |
// | |
// Component: clientdll | |
// Sub-component: steam_api | |
// Purpose: Increase maxclient limit - client part. | |
// | |
// Initial author: zxz0O0 | |
// Started: 2013-03-18 | |
// ========================================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ========================================================== | |
// IW4M project | |
// | |
// Component: clientdll | |
// Sub-component: steam_api | |
// Purpose: Increase maxclient limit - server part. | |
// | |
// Initial author: zxz0O0 | |
// Started: 2013-03-18 | |
// ========================================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ========================================================== | |
// IW4M project | |
// | |
// Component: clientdll | |
// Sub-component: steam_api | |
// Purpose: Increase maxclient limit. | |
// | |
// Initial author: zxz0O0 | |
// Started: 2013-03-18 | |
// |