Перейти к содержанию

Keygen v2017.01 vFinaL.exe Analysis


Рекомендуемые сообщения

1617101404_code4binestimatedlicensecost200eur.png.1e97555b7c7eed329d4937dab0088a02.png

 We see that we are lack of license. What is the problem, Lets' chat to [email protected]!

Mr. code4bin doesn't wan't You to make free activations around the globe,

He will sell you missing parts of the application for around ~250$ 😕

 

....

 Paying attention to not send him bucks, why his app isn't cheap, let's see what we are missing ...

2084622224_keygenmissedlicense_dat.thumb.png.5686301f5d75a5567c5713b52113371b.png

 

See, the missing part is the License.dat file, with 1.aes file packed inside, - it's a ZIP, let's fake it !

401618842_keygenwantszipwith1.aesinside.thumb.png.c73da63b5ba53dd02eb23a8f712c4636.png

Cool, let's dig it further, few steps for free activations, as it should be...

image.thumb.png.11cba22bd205d40fee49547db2441f9a.png

Computer binary mess, we get own Response.xml after digging inside 2,13.3 code,

Stop the growing corruption that started from '2.13.3 app + keygen' pack which was absolutely free lead to such noncense with versions, upgrades,

Let's stop manual <Request></Response >, transactions , forum spam for asking activations or license generator missing parts,

Fu*Kc You, no-named 'Key Generator Boss'
 

Keygen 2017.01 vFiNaL.exe.7z

License.dat to play around... 

Does anybody has lic.ac file? ;)

 

License.dat

// 2017.x vFinal appbase

    private static byte[] EncryptInitStringForSecurityDLL(string initString)
    {
      byte[] bytes = Encoding.UTF8.GetBytes(initString);
      byte[] rgbKey = new byte[24];
      string str1 = "Security.1;a<3k9Zvt^dE80";
      string str2 = "a2H*b#I'";
      for (int index = 0; index < rgbKey.Length; ++index)
        rgbKey[index] = Convert.ToByte(str1[index]);
      byte[] rgbIV = new byte[8];
      for (int index = 0; index < rgbIV.Length; ++index)
        rgbIV[index] = Convert.ToByte(str2[index]);
      ICryptoTransform encryptor = new TripleDESCryptoServiceProvider().CreateEncryptor(rgbKey, rgbIV);
      try
      {
        using (MemoryStream memoryStream = new MemoryStream())
        {
          using (CryptoStream cryptoStream = new CryptoStream((Stream) memoryStream, encryptor, CryptoStreamMode.Write))
          {
            cryptoStream.Write(bytes, 0, bytes.Length);
            cryptoStream.FlushFinalBlock();
            return memoryStream.ToArray();
          }
        }
      }
      catch (CryptographicException ex)
      {
        return (byte[]) null;
      }
    }


   /*  Learn how it unpacks... */
    private static void FirstTimeSetup()
    {
      SettingsHandler instance = SettingsHandler.GetInstance();
      if (instance.Program.ForceRegenerateX)
      {
        string path = Path.Combine(SettingsHandler.GetDataFolder(), "x.sdf");
        if (File.Exists(path))
          File.Delete(path);
        instance.Program.ForceRegenerateX = false;
      }
      bool flag = Program.IsFirstTimeSetupNeeded();
      CSDebug.WriteTrace("isFirstTimeSetupNeeded=" + flag.ToString());
      if (flag)
      {
        Program.fs.Hide();
        int num = (int) new FormFirstTimeSetup(Program.versionString).ShowDialog();
        string[] contents = new string[2]
        {
          Program.versionString,
          DateTime.Now.ToShortDateString() + " " + DateTime.Now.ToLongTimeString()
        };
        File.WriteAllLines(Path.Combine(SettingsHandler.GetDataFolder(), "version.txt"), contents);
        Program.ApplyAccessRules();
      }
      if ((!Program.IsRegLinkInstalled() || !flag ? (!Program.IsFirstTimeSetupNeededForRegLink() ? 1 : 0) : 0) == 0)
      {
        int num1 = (int) new FormFirstTimeSetup(Program.versionString)
        {
          RegLinkMode = true
        }.ShowDialog();
      }
      if (Program.IsAdministrator())
      {
        Program.ApplyAccessRules();
        CSDebug.WriteTrace("Account running Main.exe is administrator. Applying access rules...");
      }
      Program.fs.Show();
    }

 

Program.cs

Here is the proof - 2.13 with the 2.17.1 missing db

image.thumb.png.2b3f111f2c85037444aecc2739956ab7.png

Ссылка на комментарий
Поделиться на другие сайты

Этот кейген уже отломали, так что не нужно попусту тратить время, тем более софт кривой...

Ссылка на комментарий
Поделиться на другие сайты

22 часа назад, vargab сказал:

Мне тоже было бы интересно.

Я также хотел бы знать

password: final2017 

В 01.02.2021 в 15:31, valerysntx сказал:

 

License.dat

Ссылка на комментарий
Поделиться на другие сайты

Гость
Эта тема закрыта для публикации ответов.
  • Последние посетители   0 пользователей онлайн

    • Ни одного зарегистрированного пользователя не просматривает данную страницу
×
×
  • Создать...