Log in

View Full Version : Gleam v1.00


da2dada
August 1st, 2005, 09:07
Hi !

Has anyone ever heard about this exeprotector ?
I need a hint on how to unpack this, and can't find anything with google.

tnx
dad

nikolatesla20
August 1st, 2005, 09:33
I found a version of Gleam (1.01 I think) but I couldn't run it on Win2K, it just crashes. No doubt why it's not in real use anymore...?

I'm thinking this is a very basic packer, you might even be able to just use a generic unpacker tool on it.

-nt20

da2dada
August 1st, 2005, 11:16
I've seen this version, and it seem the only available.

What i don't understand is how they applied this on a WinXP application... (and the application work,off course)


tnx for your reply

HAVOK
August 1st, 2005, 12:59
Quote:
[Originally Posted by da2dada]
What i don't understand is how they applied this on a WinXP application... (and the application work,off course)


Win2k is much more restrictive, with respect to PE validations, than WinXP. For example, an application does not need to have a valid imports table, meaning it can be null, under WinXP but it shall crash under win2k.

Many times cracks do not work for Win2k due to this reason.

Cheers,