Reverse Engineering RET Homepage RET Members Reverse Engineering Projects Reverse Engineering Papers Reversing Challenges Reverser Tools RET Re-Search Engine Reverse Engineering Forum Reverse Engineering Links

Go Back   Reverse Engineering Team Board > Reverse Engineering Board > .NET Reverse Engineering
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 02-19-2017, 02:04 AM
bar891 bar891 is offline
Member
 
Join Date: Jun 2006
Posts: 14
Default Need Help

I have deobfuscated a .net program. it has a demo program and a full program with an activation key. I have bypassed the activation key to make the program full but after a period of time the program goes back to being demo. I have been working on this for week but getting nowhere. can someone push me in the right direction please?

https://files.mycloud.com/home.php?b...9&name=fireone
Reply With Quote
  #2  
Old 02-23-2017, 02:58 AM
user1 user1 is offline
Senior Member
 
Join Date: Jun 2011
Posts: 332
Smile

Maybe your patch incomplete, did you check it again? Does this soft use online updates?
__________________
dongle backup
Reply With Quote
  #3  
Old 02-25-2017, 01:58 AM
bar891 bar891 is offline
Member
 
Join Date: Jun 2006
Posts: 14
Default

i've checked it over and over. no it does not use online updates.
Reply With Quote
  #4  
Old 02-25-2017, 09:08 AM
tonyweb tonyweb is offline
Member
 
Join Date: May 2011
Posts: 9
Default

Hi bar891,
I wouldn't focus on the main executable, given that the real protection is inside the SSCProt.dll.

You have indeed a valid license (even though it's a DEMO one) so just use "original" executable and focus on the following two DLL routines:

Code:
TClientProtector::InExpireMode
TClientProtector::SystemAuthorized
The first one tells if the license is trial or not while the second one is telling you if you can use the license on your system.

Best Regards,
Tony

Last edited by tonyweb : 02-25-2017 at 11:45 AM.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump





Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.