Results 1 to 3 of 3

Thread: QT Crypter

  1. #1
    Join Date
    Jul 2012
    Posts
    1

    Default QT Crypter

    Is it possible to make a crypter out of qt?
    Last edited by vyrez; 20th July 2012 at 17:54.

  2. #2
    Join Date
    Sep 2011
    Posts
    1,241
    Thanks
    3
    Thanked 127 Times in 126 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QT Crypter

    nobody here should be helping anyone circumvent antivirus
    If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QT Crypter

    Quote Originally Posted by vyrez View Post
    Is it possible to make a crypter out of qt?
    I am assuming you mean "A wrapper to go around a program executable in order to protect it from reverse engineering or detection by anti-virus programs." Sure, you could use C++ to write a "crypter", and even use Qt for some of the functionality... but I don't see the point. By their nature the work of a "crypter" is strongly platform/operating system dependent so there's very little point using a cross-platform toolkit. Size and speed are also usually of concern so the minimum possible overhead is desired, another strike against a cross-platform toolkit.

    If you actually mean, "A program to encrypt and decrypt other files" then sure, Qt can be used and there are plenty of examples.

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.