Forum: .NET Reverse Engineering
11-17-2015, 08:25 AM
|
Replies: 9
Views: 26,996
|
Forum: .NET Reverse Engineering
11-17-2015, 08:23 AM
|
Replies: 0
Views: 18,770
Dotnet program license check
Public Shared Function IsLicensed() As Boolean
Try
Dim license As License = LicenseManager.Validate(GetType(Verify_License), New Verify_License)
If (license Is Nothing) Then
...
|
Forum: .NET Reverse Engineering
06-11-2015, 03:14 AM
|
Replies: 9
Views: 26,996
|
Forum: .NET Reverse Engineering
06-11-2015, 01:57 AM
|
Replies: 9
Views: 26,996
Here is the webpage appearing on the localhost...
Here is the webpage appearing on the localhost page. It shows the hasp is SL legacy. Also, the html/js page is somehow appearing in the temp internet explorer directory and I can see the relevant js...
|
Forum: .NET Reverse Engineering
06-10-2015, 04:20 AM
|
Replies: 9
Views: 26,996
I can view the code but there is no hint on the...
I can view the code but there is no hint on the location of the html/javascript files.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type"...
|
Forum: .NET Reverse Engineering
06-09-2015, 04:38 AM
|
Replies: 9
Views: 26,996
Hasp 6.60 reverse help
One of the software uses the above protection in .Net. There are no hardware locks in this software, only software.
There are 2 ways we can activate the softaware, online mode and c2v/v2c...
|
Forum: .NET Reverse Engineering
04-05-2008, 12:29 AM
|
Replies: 467
Views: 314,777
Jfx,
thanks for the reply. The sources are...
Jfx,
thanks for the reply. The sources are available with me also, no problem in that. Only that, i want to find exactly how the installer works. I was wondering how the installer works without...
|
Forum: .NET Reverse Engineering
04-04-2008, 02:03 AM
|
Replies: 467
Views: 314,777
Need help on file unpacking
DXperience is a commercial program making components for the VStudio environment in .Net. I made some cr@acks for them for some time. Basically you patch the dll and the trial msg doesnt appear...
|
Forum: .NET Reverse Engineering
03-06-2008, 01:51 AM
|
Replies: 467
Views: 314,777
|
Forum: .NET Reverse Engineering
03-04-2008, 01:16 AM
|
Replies: 467
Views: 314,777
|
Forum: .NET Reverse Engineering
02-26-2008, 02:09 AM
|
Replies: 467
Views: 314,777
|
Forum: .NET Reverse Engineering
02-26-2008, 01:13 AM
|
Replies: 467
Views: 314,777
|
Forum: .NET Reverse Engineering
02-21-2008, 01:35 AM
|
Replies: 467
Views: 314,777
|
Forum: .NET Reverse Engineering
02-21-2008, 01:32 AM
|
Replies: 467
Views: 314,777
thanks
Hi,
This answered my question and thanks for it.
But the method i tried to employ failed with the keygen. Changing the version no to lower and using the old keygen did not work. So i went ahead and...
|
Forum: .NET Reverse Engineering
02-19-2008, 02:30 AM
|
Replies: 467
Views: 314,777
|
Forum: .NET Reverse Engineering
07-09-2007, 07:05 AM
|
Replies: 467
Views: 314,777
Janus webforms controls
Hi LibX,
I am a newbie, so pls dont get angry or frustrated by my questions :-)
Is there a way i could convert the Unicode chars to normal Ascii or other plain text chars?
kesk
|
Forum: .NET Reverse Engineering
07-07-2007, 01:13 AM
|
Replies: 467
Views: 314,777
Janus webforms controls
Ok,
The components licensing is the place where i change the code to break. I found that the dll is expecting a regitry key, if the key is not found then it install a key, but both the keys are...
|
Forum: .NET Reverse Engineering
07-06-2007, 09:06 AM
|
Replies: 467
Views: 314,777
Hi All,
I am a entry level member in Reverse...
Hi All,
I am a entry level member in Reverse engineering .NET controls. I have done .Net components for VStudio like DXperience, Janus Winforms, Telerik, etc. I am trying the Janus Webforms trial,...
|