Page 1 of 1

Obfuscation Utility

PostPosted: August 18th, 2009, 1:01 pm
by Blod
Hello,

Can Anybody remember the following Utility?

I downloaded it a few years ago and can't remember where from.
I then lost it when I had to format my hard disk.

It was a small utility that would bunch up Delphi code in a way that
would make it difficult to decompile and hack.
Code would be bunched like so...

Beginfori:=1to10dobegindowhatever;end;ifvariable1>=200then

imagine a few hundred lines of code like this.
Difficult for a human but the compiler can still compile it.

Thanks for any assistance

Blod

Re: Obfuscation Utility

PostPosted: August 19th, 2009, 2:28 am
by geowink
I put Obfuscation Utility delphi into Google and got a bunch of possibilities. Check it out.

George

Re: Obfuscation Utility

PostPosted: August 19th, 2009, 7:51 am
by Kambiz
There's no sense to use such a utility. A Delphi code formatter utility returns everything to original.

Re: Obfuscation Utility

PostPosted: August 19th, 2009, 12:12 pm
by Blod
Thanks Geowiz,

I did that myself but couldn't find the utility That I was searching for.

Thanks Kambiz,

It may do that in up to date versions of Delphi but I'm still using version 5

Blod

Re: Obfuscation Utility

PostPosted: August 20th, 2009, 10:05 am
by stimpakr
Greetings

CnPack has this feature.
www.cnpack.org

cheers!
stim

Re: Obfuscation Utility

PostPosted: August 20th, 2009, 6:16 pm
by Blod
Thanks,

I wasn't aware of this site.
I'll take a look.

Blod