Jump to content
Tuts 4 You

Code Not Executing


SameerRaj

Recommended Posts

Posted

public frmProcssTicket(string string_2, Color color_1, bool bool_1, int int_2, int int_3)
    {

   

        Class2.XRoAsQdzvBk9W();
       
       
        this.string_0 = string_2;
        this.color_0 = color_1;
        this.int_0 = int_2;
        base.Tag = int_2;
        this.bool_0 = bool_1;
        this.int_1 = int_3;
        this.AutoSize = true;
     
        base.AutoSizeMode = AutoSizeMode.GrowAndShrink;

       
        MessageBox.Show("sda");
    //    for (int i = 0; i < 3; i++)
  //      {
      //      this.list_0.Add(null);
        //}
        MessageBox.Show("duc");

        this code running fine but when 

public frmProcessTicket(string string_2, Color color_1, bool bool_1, int int_2, int int_3)
    {

   

        Class2.XRoAsQdzvBk9W();
       
       
        this.string_0 = string_2;
        this.color_0 = color_1;
        this.int_0 = int_2;
        base.Tag = int_2;
        this.bool_0 = bool_1;
        this.int_1 = int_3;
        this.AutoSize = true;
     
        base.AutoSizeMode = AutoSizeMode.GrowAndShrink;

-->       panle.Autosize=true;

After Adding ThisLine  Next MessageBox is Not Executing Also 
        MessageBox.Show("sda");

 

After Adding ThisLine  Next MessageBox is Not Executing Also  same here also 
        for (int i = 0; i < 3; i++)
        {
            this.list_0.Add(null);
        }
        MessageBox.Show("duc");

        this.method_0(bool_1);
        if (!this.bool_0)
        {
            int num = 55;

Posted

Your target does not appear to be fully unpacked/unprotected/deobfuscated. Finish the unpacking process first before you try and edit things or alter the code flow any.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...