Waraxe IT Security Portal
Login or Register
November 16, 2024
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 89
Members: 0
Total: 89
Full disclosure
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> How to fix -> Any virtual basic gurus who could help with this one please?
Post new topicReply to topic View previous topic :: View next topic
Any virtual basic gurus who could help with this one please?
PostPosted: Sun Nov 30, 2008 11:44 am Reply with quote
Pauline
Beginner
Beginner
Joined: Nov 30, 2008
Posts: 4
Location: Australia




Program's Name:

Application
Code:
MPanel Version 13.00.0014



Program's Website:[/b
Code:
http://www.meliar.com/



[b]Program's Version:


Version 13.00.0014 (Not Beta)


Programs's Download Link:
Request from
Code:
http://www.meliar.com/


Evaluation not freely available. Need to request through this site and they send a link to your email address of a fully functional 30 day evaluation copy. Catch is they ask for Name, company name and phone number and contact you to ask for the reason/s you would want it.
To save you time I have already done this. I've uploaded the program set-up file to link below
Code:
http://rapidshare.com/files/167823827/Setup_MPanel_130DWD.rar.html



Other Attempts:

Spent weeks trying to learn from tutorials how to reverse visual basic.
Tried many tools but could not jump online activation.


Setup File Size:

4.5MB


OS: XP/NT/Vista/Win98

Limitation: 30 Days Trial, fully functional

Registration Type and install process:
1. Install
2. Insert request code provided by company: US-99639529
3. Program authenticates request code online and 30 day evaluation begins
4. Program then looks for
Code:
AutoCAD
and if it's not running offers to start it as it runs on top of
Code:
AutoCAD.



Description:


Application use: Draw 3D spaceframe with
Code:
AutoCAD.
This program then adds fabric sails mesh to frame, relaxes the mesh and produces flat panels for cutting out and welding together.

Random Example of use:

This site selected by Google search and has nothing to do with me. Just selected to explain what can be achieved with the program
Code:
http://www.basestructures.com/


Footnote:

I really don't like to put people out. If there is someone who is willing to help me crack this myself I'd be really obliged.

Thanks

Pauline




Wink
View user's profile Send private message
PostPosted: Sun Nov 30, 2008 1:08 pm Reply with quote
Henderson
Valuable expert
Valuable expert
Joined: Jul 11, 2008
Posts: 58




The application was compiled to P-Code. Use P32Dasm or VB Decompiler Pro to analyze Smile


P.S. What is Virtual Basic ? Laughing
View user's profile Send private message
Thanks Henderson
PostPosted: Fri Dec 05, 2008 9:36 am Reply with quote
Pauline
Beginner
Beginner
Joined: Nov 30, 2008
Posts: 4
Location: Australia




I meant visual basic (Late night).
Thanks for your input. Did you check it out?
If so does it look difficult to crack? Is it Newbie material?
Pauline Very Happy
View user's profile Send private message
PostPosted: Sat Dec 06, 2008 2:40 pm Reply with quote
Henderson
Valuable expert
Valuable expert
Joined: Jul 11, 2008
Posts: 58




The program uses component registration scheme called 1way (atma-software.com/1way), ver. 5.9. It's contained in MPReg2.dll (written in Delphi). Looks easy.

Edit:

Even found a tutorial for older version of it: woodmann.com/krobar/nag/ns64.txt. Should give you an idea.
View user's profile Send private message
Very kind of you Henderson
PostPosted: Sun Dec 07, 2008 3:05 am Reply with quote
Pauline
Beginner
Beginner
Joined: Nov 30, 2008
Posts: 4
Location: Australia




Thanks for going to all the trouble for me. I really appreciate it.
I got the tute, the tools and the latest version of 1way.

Excuse my ignorance from here on in:

1. I understand that Flux, as an example, is hacking 1Way.dll in the 1Way program files to produce a new .dll and so crack the 1Way program? The 1way program I assume is protected by the authors own method = 1way.dll.

2. The author of the program I'm trying to crack has produced a .dll via 1Way and renamed it MPReg2.dll?

3. So I need to work on MPReg2.dll in the manner described in the tute?

4. What Flux seems to be saying is that if I was to take the cracked MPReg2.dll and rename it to the protection .dll of any other program protected by 1Way it would work?

Am I on the right track?

How did you discover the method of protection? What tool/s did you need for this? Is there a universal tool? I'm coming to understand that there's stacks of different tools out there to choose from. Knowing which one to use is the problem.

Regards
Pauline Rolling Eyes
View user's profile Send private message
PostPosted: Sun Dec 07, 2008 1:45 pm Reply with quote
Henderson
Valuable expert
Valuable expert
Joined: Jul 11, 2008
Posts: 58




Yes, you're on right track. Basically, to crack this scheme, you need to modify MPReg2.dll functions, so that their return values were same as expected by the program to work as registered. However, in this particular case, 1way seems to be implemented to handle internet authorization only. Except for that the program is fully functional, right?

A good debugger is the only tool you need in most cases. OllyDbg is what I use. Of course good knowledge of assembly language is a must. To disassemble VB P-code compiled apps, you need a program that handles the pseudo code, which is VB Decompiler Pro for example.

P.S.

Changing
Code:
0040488D BADC0A4500 MOV EDX,450ADC

to
Code:
0040488D BA8C8C4200 MOV EDX,428C8C

seems to be funny way to bypass internet authorization Laughing

Cheers
View user's profile Send private message
Any virtual basic gurus who could help with this one please?
www.waraxe.us Forum Index -> How to fix
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.035 Seconds