Using EXECryptor with PureBasic

Share your advanced PureBasic knowledge/code with the community.
MrMat
Enthusiast
Enthusiast
Posts: 762
Joined: Sun Sep 05, 2004 6:27 am
Location: England

Post by MrMat »

Micko wrote:Hi
Someone can tell me the link to download PBCoffee for EXECryptor please ?
PBCoffee was for PureBasic 3.9x and doesn't work (and isn't needed) to use Execryptor with PureBasic 4.xx. There should be explanation somewhere above on using Execryptor with PB.

I stopped using Execryptor some time ago and no longer have it installed so hopefully there is enough info around or someone else can help.
Mat
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

Is there any news on this topic?
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
dell_jockey
Enthusiast
Enthusiast
Posts: 767
Joined: Sat Jan 24, 2004 6:56 pm

Post by dell_jockey »

Rook Zimbabwe wrote:Is there any news on this topic?
as a customer of this company, I haven't heard from them for a long time. Shortly after PB 4.x I reported to them that their product could no longer be used with the current version of PB. I got a form letter reply, since then 'no joy' on that channel.
cheers,
dell_jockey
________
http://blog.forex-trading-ideas.com
MrMat
Enthusiast
Enthusiast
Posts: 762
Joined: Sun Sep 05, 2004 6:27 am
Location: England

Post by MrMat »

It should still work with some ammendments even after ProcedureDLL was changed. I think it was something like putting:

Code: Select all

!public _Procedure0 As '_EXECryptor_AntiDebug'
at the start of each procedure in the EXECryptor include (amend as necessary for each procedure e.g. !public _ProcedureN As '_ProcedureName' where N can be found from the generated asm).

Unfortunately my posts showing how to get it to work disappeared from their boards and i no longer have it installed so i can't check.
Mat
Mike Trader
User
User
Posts: 43
Joined: Tue Jul 10, 2007 8:09 pm

Post by Mike Trader »

I was very dissapointed with EXEcryptor. It exhibited some bugs with another compiler and after many emails and postings on their forum (very user unfriendly website) I gave up.

The product seems to be defunct.

I can however strongly reccomend a substitute product i found that I now use called Code Virtualizer.
http://www.oreans.com/

(I am not associated with either of these companies)
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

Post by localmotion34 »

Whether or not this program will work with PB is now irrelevant.

PB user thinking of using this protection should check out Team {Res} or Team SND forums, and see the sheer level at which EXECryptor is abused by reversers.

Patching Mov AL, 3 after registration check calls to the VM fully and completely registers the program.

There is now even an unpacker for this protector, which works almost flawlessly.

And BTW, dont even think of using the new Armadillo 6.0 either. Armageddon, the new ARTeam unpacker fully unpacks the beta.

We're all screwed now. hahaha.

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
dell_jockey
Enthusiast
Enthusiast
Posts: 767
Joined: Sat Jan 24, 2004 6:56 pm

Post by dell_jockey »

localmotion34 wrote:Whether or not this program will work with PB is now irrelevant.

PB user thinking of using this protection should check out Team {Res} or Team SND forums, and see the sheer level at which EXECryptor is abused by reversers.

Patching Mov AL, 3 after registration check calls to the VM fully and completely registers the program.

There is now even an unpacker for this protector, which works almost flawlessly.

And BTW, dont even think of using the new Armadillo 6.0 either. Armageddon, the new ARTeam unpacker fully unpacks the beta.

We're all screwed now. hahaha.
Thanks Localmotion, for this information. So what do we do now to limit the usage of or software to a defined user group?
cheers,
dell_jockey
________
http://blog.forex-trading-ideas.com
Post Reply