Log in

View Full Version : Can someone tell me how to crack ocx


devilsword
November 15th, 2001, 05:20
I have got some cool ocx controls such as ButtonXP 1.2 from www.Station-Media
ExPopupMenu control from www.exontrol.com
I didn't know how to crack,I think it is not same with C program
Thanks in advance

Solomon
November 15th, 2001, 05:39
What programming language do they use? C++/VB/Delphi?

OCX is actually a DLL.

I suggest using ExeScope or other tools to examine its COM interface before disassembling it. Maybe the interfaces are documented in its help files.

regards

Unregistered
November 15th, 2001, 06:03
Let me know if you find somewhere a crack for ?

Mike

Kilby
November 15th, 2001, 06:12
Hmm this has turned into a crack request

OCX are easy enough with IDA and SICE.

However I assume that you can't really be arsed to learn, so why should I be bothered to help you out.

Kilby...

NikDH
November 15th, 2001, 14:01
Quote:
Originally posted by devilsword
I have got some cool ocx controls such as ButtonXP 1.2 from www.Station-Media
ExPopupMenu control from www.exontrol.com
I didn't know how to crack,I think it is not same with C program
Thanks in advance


Hi guy,
well i cracked that program little time ago and i can say its a good target if u wanna learn how to crack ocx
Well i just suggest u to use sice and ida to study it
and to run the sample program that uses the ocx so u can see where it makes checks when some progs call its functions

See ya
NikDH

devilsword
November 15th, 2001, 21:43
Quote:
Originally posted by NikDH


Hi guy,
well i cracked that program little time ago and i can say its a good target if u wanna learn how to crack ocx
Well i just suggest u to use sice and ida to study it
and to run the sample program that uses the ocx so u can see where it makes checks when some progs call its functions

See ya
NikDH


It displays a snag dialog
the display of dialog used many msvbvm60.dll functions
I cannot locate the right call in my target program.I only locate
the funtion on the msvbvm60 .I think it is not that my wanted.
I must locate in the ocx code.How can I do?

NikDH
November 16th, 2001, 20:25
Quote:
Originally posted by devilsword


It displays a snag dialog
the display of dialog used many msvbvm60.dll functions
I cannot locate the right call in my target program.I only locate
the funtion on the msvbvm60 .I think it is not that my wanted.
I must locate in the ocx code.How can I do?


Hi guy,
try to look at the ocx imports and see what its using
Think u should see a function thats like "msgbox" something
like this
Try to bpx on it and see whats going on

See ya
NikDH

devilsword
November 17th, 2001, 03:34
Quote:
Originally posted by NikDH


Hi guy,
try to look at the ocx imports and see what its using
Think u should see a function thats like "msgbox" something
like this
Try to bpx on it and see whats going on

See ya
NikDH


The snag dialog look like a sub VB From.
It seem that it is not easy to locate the call
I didn't know where I trace into the ocx
I stick into kernel.user.msvbvm60
How did I find the right place?