PureUPX 1.13 (Shell to UPX)

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

- replaced UPX 2.01 with UPX 3.00
- added support for LZMA compression algorithm
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

- upgraded to UPX 3.01
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
BoyMark
New User
New User
Posts: 6
Joined: Fri May 25, 2007 8:07 am

Minimize Button

Post by BoyMark »

It would be perfect the GUI has a minimize button.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- updated PB folder detection for PB4.10 beta 4
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
aaaaaaaargh
User
User
Posts: 55
Joined: Thu Jul 27, 2006 1:24 pm

Post by aaaaaaaargh »

Hi,
when using your (great) PureValid Library and I select the 'Create Treadsafe Executable' Compiler option I get the following message:
POLINK: error: Unresolved external symbol'_PBStringBasePosition.'
POLINK: fatal error: 1 unresolved external(s).

(PB 4.1b4 WIN)



:(
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

aaaaaaaargh wrote:Hi,
when using your (great) PureValid Library and I select the 'Create Treadsafe Executable' Compiler option I get the following message:
POLINK: error: Unresolved external symbol'_PBStringBasePosition.'
POLINK: fatal error: 1 unresolved external(s).
PureVALID has no threadsafe version.
But I guess I could add one (I don't have the sources right now) : will try to do it this week.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
aaaaaaaargh
User
User
Posts: 55
Joined: Thu Jul 27, 2006 1:24 pm

Post by aaaaaaaargh »

Thanks that would be great!!!!! :D :D :D
User avatar
aaaaaaaargh
User
User
Posts: 55
Joined: Thu Jul 27, 2006 1:24 pm

Post by aaaaaaaargh »

gnozal wrote:
aaaaaaaargh wrote:Hi,
when using your (great) PureValid Library and I select the 'Create Treadsafe Executable' Compiler option I get the following message:
POLINK: error: Unresolved external symbol'_PBStringBasePosition.'
POLINK: fatal error: 1 unresolved external(s).
PureVALID has no threadsafe version.
But I guess I could add one (I don't have the sources right now) : will try to do it this week.
Eeeh, any progress on this? :(
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

aaaaaaaargh wrote:
gnozal wrote:
aaaaaaaargh wrote:Hi,
when using your (great) PureValid Library and I select the 'Create Treadsafe Executable' Compiler option I get the following message:
POLINK: error: Unresolved external symbol'_PBStringBasePosition.'
POLINK: fatal error: 1 unresolved external(s).
PureVALID has no threadsafe version.
But I guess I could add one (I don't have the sources right now) : will try to do it this week.
Eeeh, any progress on this? :(
???

Posted Tue Oct 23, 2007 in PureValid thread [ http://www.purebasic.fr/english/viewtopic.php?t=9825 ]
Update

Changes :
- added threadsafe version [PB4]
- updated help file
Do you have any problems with the threadsafe version ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
aaaaaaaargh
User
User
Posts: 55
Joined: Thu Jul 27, 2006 1:24 pm

Post by aaaaaaaargh »

gnozal wrote:
aaaaaaaargh wrote:
gnozal wrote:
aaaaaaaargh wrote:Hi,
when using your (great) PureValid Library and I select the 'Create Treadsafe Executable' Compiler option I get the following message:
POLINK: error: Unresolved external symbol'_PBStringBasePosition.'
POLINK: fatal error: 1 unresolved external(s).
PureVALID has no threadsafe version.
But I guess I could add one (I don't have the sources right now) : will try to do it this week.
Eeeh, any progress on this? :(
???

Posted Tue Oct 23, 2007 in PureValid thread [ http://www.purebasic.fr/english/viewtopic.php?t=9825 ]
Update

Changes :
- added threadsafe version [PB4]
- updated help file
Do you have any problems with the threadsafe version ?
Oh dear, I completely missed it, sorry I'll try it out asap.
Thanks!!!
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

Thank you very much :)


(I'm not really that familiar with encryption of files and the sort...but could i ask a simple question. With UPX when it says 'scramble' what does that mean in relation to encryption...do they mean the same thing...as in someone should not be able to look at the code and figure it out with a hex editor?)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

SFSxOI wrote:Thank you very much :)


(I'm not really that familiar with encryption of files and the sort...but could i ask a simple question. With UPX when it says 'scramble' what does that mean in relation to encryption...do they mean the same thing...as in someone should not be able to look at the code and figure it out with a hex editor?)
The scramble feature simply modifies the header so that most automatic extraction programs won't recognize the UPX header.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- added minimize button
- upgraded to UPX 3.02
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
BoyMark
New User
New User
Posts: 6
Joined: Fri May 25, 2007 8:07 am

Post by BoyMark »

Thanks for this great Stuff. And now it has minimize button.
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

OK< got a chuckle out of this one. I d/l the PureUPX and Avast poped up and will not allow it - says its infected with Win32:Trojan-gen {Other}

:)
Post Reply