Jump to content

fancyboy

Members
  • Posts

    9
  • Joined

  • Last visited

About fancyboy

  • Birthday 02/25/1966

fancyboy's Achievements

Newbie

Newbie (1/14)

10

Reputation

  1. Hello all, As the title suggests, I've been looking for the words "CheckLicense" within bullseye broker 5, using a good reflector and the reflexal plug-in, but I cant seem to find them. With everything decompiled, I right click on bullseye broker, and within the drop down window I then click on "go to entry point". Once there, I see the following in the right side window.... [sTAThread] private static void Main(string[] args) { using (Mutex mutex = new Mutex(false, appGuid)) { if (!mutex.WaitOne(0, false)) { MessageBox.Show("Instance already running"); } else { GC.Collect(); NLicense license = new NLicense("ac327ffd-5fb1-40c6-b60c-b8638cac8d01"); NLicenseManager.Instance.SetLicense(license); NLicenseManager.Instance.LockLicense = true; Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); SplashScreenHelper.Show(); Application.Run((args.Length > 0) ? new frmMain(args[0]) : new frmMain()); ...I think I've clicked on all those items, but still dont see the combined words "Checklicense". Does anyone know where it is, or at least direct me to a video or a tutorial that will help? Thanks.
×
×
  • Create New...