Results 1 to 11 of 11

Thread: Exporting with libraries.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2010
    Posts
    19
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Exporting with libraries.

    I'll try it in my free time.

    EDIT:

    It's very interesting, size of files is about 33%-40% ratio. We will see after packing into *.rar.

    EDIT2:

    So.

    Without using UPX:

    libgcc_s_dw2-1.dll + mingwm10.dll + QtCore4.dll + QtGui4.dll + mobile.exe -> packed into rar : 3983 KB
    libgcc_s_dw2-1.dll + mingwm10.dll + QtCore4.dll + QtGui4.dll + mobile.exe -> unpacked : 11840 KB
    RAM usage : 7500 KB

    With use of UPX:

    libgcc_s_dw2-1.dll + mingwm10.dll + QtCore4.dll + QtGui4.dll + mobile.exe -> packed into rar : 3969 KB
    libgcc_s_dw2-1.dll + mingwm10.dll + QtCore4.dll + QtGui4.dll + mobile.exe -> unpacked : 4644 KB
    RAM usage : 16652 KB

    It's very useful.
    Last edited by Rewo; 1st July 2010 at 11:03.

  2. #2
    Join Date
    Dec 2008
    Location
    Poland
    Posts
    383
    Thanks
    52
    Thanked 42 Times in 42 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Exporting with libraries.

    Also using UPX serves as "protection" against debuggers. I remember, back in my school days, when I came across UPX'ed exe (wanted to change some values in exe)... it was a long way to figure out what was what, for the person with very little programming exp. at that time. Said that, the person who will want to crack Your code will do that, I mean... they crack Themida so....
    Right now I think UPX is one of this tool that You "must to have", and not only for the Qt.

  3. The following user says thank you to Talei for this useful post:

    Rewo (1st July 2010)

Similar Threads

  1. Exporting to RTF
    By gruszczy in forum Qt Programming
    Replies: 2
    Last Post: 19th February 2009, 00:00
  2. Symbol Exporting in dylib
    By nareshqt in forum Qt Programming
    Replies: 1
    Last Post: 21st July 2008, 03:36
  3. creating and exporting .dll
    By hrcariaga in forum Qt Programming
    Replies: 2
    Last Post: 7th February 2008, 09:45
  4. DLL exporting functions, variables, class
    By Shuchi Agrawal in forum Newbie
    Replies: 1
    Last Post: 25th April 2007, 11:40
  5. Qt 3.3 libraries
    By ToddAtWSU in forum Qt Programming
    Replies: 1
    Last Post: 21st December 2006, 17:25

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.