Skip to content

Instantly share code, notes, and snippets.

@dosomder
dosomder / sinalaysis.cs
Last active July 19, 2023 01:17
Xperia SIN Structure analysis
// ==========================================================
// Sony Xperia SIN (Firmware flashable files) analysis
//
// Author: zxz0O0
// Started: 2014-06-05
// Notes: Numbers are big endian
// Credits: Androxyde
// ==========================================================
struct SinFile
@dosomder
dosomder / PatchMW2LocalizedStrings.cpp
Created April 1, 2013 10:35
Load localized strings in IW4M
// ==========================================================
// 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
@dosomder
dosomder / PatchMW2MaxclientsCL.cpp
Last active October 3, 2020 02:57
IW4M client patches for increasing of maxclients
// ==========================================================
// IW4M project
//
// Component: clientdll
// Sub-component: steam_api
// Purpose: Increase maxclient limit - client part.
//
// Initial author: zxz0O0
// Started: 2013-03-18
// ==========================================================
@dosomder
dosomder / PatchMW2MaxclientsSV.cpp
Last active October 3, 2020 02:57
IW4M server patches for increasing of maxclients
// ==========================================================
// IW4M project
//
// Component: clientdll
// Sub-component: steam_api
// Purpose: Increase maxclient limit - server part.
//
// Initial author: zxz0O0
// Started: 2013-03-18
// ==========================================================
@dosomder
dosomder / PatchMW2Maxclients.cpp
Last active October 3, 2020 02:57
IW4M Various common patches for increasing of maxclients
// ==========================================================
// IW4M project
//
// Component: clientdll
// Sub-component: steam_api
// Purpose: Increase maxclient limit.
//
// Initial author: zxz0O0
// Started: 2013-03-18
//