Jump to content

Can i find string value in ipa file with IDA pro?


vlvhello

1 post in this topic

Recommended Posts

Posted

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               
            }
        }

 

Archived

This topic is now archived and is closed to further replies.

×
  • 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