Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Deploy LX 4.1 patch me!

Valid serial:

PRO-MA992-H52CY-NA6Q

Let's see how the serial is tested.

DeployLX4.1_patchme.zip

I'll try later or tomorow, pretty busy atm :> By the way, patch me or crack me? They are two different things :P lol

Patched EXE.

DeployLX4.1_SND.rar

Edited by JeRRy

  • Author

Great job JeRRy and yes it is an easy one.

Here is a new way of doing it (untested):

The protected assembly has some reference to DeployLX.Licensing.v4.dll in order to check the license.

You will see this Custom Attribute added to protected assembly:

[assembly: LicenseKey("$m|+... ")]

Search to see which assembly contains this attribute either by searching for the string "LicenseKey" (this one could lead to to many results) either by searching for hexadecimal value 246D7C2B.

The assembly which contains the attribute is not necessary to be the main program; ie. For Deploy LX itself this attribute is contained by DeployLX.CodeVeil.Encoder.v4.dll and DeployLX.Licensing.Management.v4.dll.

You need a dummy Visual Studio project in order to get a value for attribute LicenseKey.

Start DelpoyLXand click on Start Wizard; select your Visual Basic .NET or your C# project:

Visual Studio .NET Projects: *.csproj,.vbproj.

Generate a serial number using the file runtime.lic from project directory (using DelpoyLX).

Of course you will have to compile your project again in order to get a protected assembly; open protected assembly in a hex editor and search for 246D7C2B. First dword (4 bytes) before this is the size of "LicenseKey".

Change the LicenseKey from the target assembly with the one you just protect and register with the generate serial number.

would it be possible using a dll from a licensed project within your own project using this method?

  • Author

@exicar: DeployLX.Licensing.v4.dll is not changed: only the value of LicenseKey Custom Attribute will differ; after you change that with your own you should be able to register with generated serial number.

But well :P this is just theory so far - I didn't actually test it to see if works.

ok, so I would need to decompile the dll before I can use it again?

because I wrote the dll some time ago before my ssd crashed so I lost the source code, but codeveil is really hard to decompile, isn´t it?

  • 2 years later...

@CodeCracker, tnx, your method works even for new version 5, I have been using reflexil to change licence atribute.


2011 thread xd


Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.