Log in

View Full Version : Best for keygening


voodoo
November 30th, 2004, 14:05
what is better for keygening C#.net or C++.net???

thanks.

sgdt
December 1st, 2004, 10:21
IMHO, that's a bit like asking "Which has more towing capacity, a Honda Mo-Ped, or a VW Bug?".

If you like the .net languages, great, use them. You can even create a keygen in Java if it's a language you like and are comfortable with.

Personally, I like VC++ 6 and MASM (frequently use RADASM front end for things with UI's like keygens).

The reason is that keygenning can frequently be accomplished by cut-paste'ing code right from the target. The .net languages make using ASM a pain, but VC++ 6 and MASM make it easy.

Hope this makes sense. If you are going to be "coding", use the language your comfortable with. But a lot of keygenning doesn't require much coding at all IF you use a language that supports inline asm.

voodoo
December 1st, 2004, 12:46
Thanks for your comments, almost every one say VC++ is the best.
An other quastion: Does VC++ soppurt inline asm????
thx

sgdt
December 1st, 2004, 19:58
VC++ (6) does support inline asm, just wrap the entire piece in an _asm { } block.

Anonymous
December 4th, 2004, 05:15
What about VC++.net???

Dose it work without .net firmwork????

Teerayoot
December 12th, 2004, 14:50
What about VC++.net???

Dose it work without .net firmwork????


Yes,it work with out .NET.

I very like NET language ,it great cauze u can write your code(class) and can use(inherit) in anothor language.

ANd Now .Net is Open sourced !

Anonymous
December 14th, 2004, 15:20
and Vb.net????
does it support inline asm????

Teerayoot
December 16th, 2004, 10:53
and Vb.net????
does it support inline asm????


nope.
As i known
Pascal ,C++ are supported ,other not.