Jump to content

vlvhello

Newbie
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

34 profile views

vlvhello's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, i have a game to mod. in android version, i get a class has a parameter (named singeA ) assigned a string value (in android version is "singeZeYT").How can i find value of the parameter in Ios version?I try to using Ida pro but i failed. public static class Info { static Info() { Info.Configs["android.prod"] = new Info.Config { singeA = "singeZeYT", }; } public static readonly Dictionary<string, Info.Config> Configs = new Dictionary<string, Info.Config>(); public class Config { public string singeA } }
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines