How to pack gunz for ollydbg.

Results 1 to 12 of 12
  1. #1
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    How to pack gunz for ollydbg.

    How do you pack your theduel.exe for ollydbg ;O ?

    Thanks in advance <3


  2. #2
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: How to pack gunz for ollydbg.

    Packing Gunz is one thing, protecting is another - I'll assume you want the former, therefore, I recommend UPX for compression.

  3. #3
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: How to pack gunz for ollydbg.

    I got my antihack for protection. I just want it to be packed so you can't open it in olly or hex editor ..

  4. #4
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: How to pack gunz for ollydbg.

    Never use UPX, use a protector, UPX is shit, all know it, UPX offers the unpacking tool, too
    so, its bull shit..

    Use ASProtect /Themida or other good protectors ; )

  5. #5
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: How to pack gunz for ollydbg.

    Quote Originally Posted by Trilest View Post
    I got my antihack for protection. I just want it to be packed so you can't open it in olly or hex editor ..
    Packing won't protect you - obfuscation of sorts is what you want.

    I'd virtualize anything of importance, use a unique string loading algorithm (Decrypting strings to registers/the stack - not in the file itself), and pack it with UPX, for compression.

    Quote Originally Posted by Demantor View Post
    Never use UPX, use a protector, UPX is shit, all know it, UPX offers the unpacking tool, too
    so, its bull shit..

    Use ASProtect /Themida or other good protectors ; )
    UPX is fine for compression, as I stated before - it's NOT supposed to offer protection, as I clearly stated.

    ASProtect is terrible - it unpacks fully to memory; Themida is still easy to unpack with a mere software breakpoint (Restoring the IAT being equally easy).

  6. #6
    Browser. Nova is offline
    MemberRank
    Nov 2008 Join Date
    --Location
    400Posts

    Re: How to pack gunz for ollydbg.

    Quote Originally Posted by gWX0 View Post
    Packing won't protect you - obfuscation of sorts is what you want.

    I'd virtualize anything of importance, use a unique string loading algorithm (Decrypting strings to registers/the stack - not in the file itself), and pack it with UPX, for compression.



    UPX is fine for compression, as I stated before - it's NOT supposed to offer protection, as I clearly stated.

    ASProtect is terrible - it unpacks fully to memory; Themida is still easy to unpack with a mere software breakpoint (Restoring the IAT being equally easy).
    We don't all have the same knowledge as you - unpacking an exe is pretty hard for one of us.

    Back on topic, I recomend ExeCryptor. (This is my recomendation - there is better.)

  7. #7
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: How to pack gunz for ollydbg.

    Quote Originally Posted by Nova™ View Post
    We don't all have the same knowledge as you - unpacking an exe is pretty hard for one of us.

    Back on topic, I recomend ExeCryptor. (This is my recomendation - there is better.)
    Unpacking an executable is "pretty hard"? Most executable packers are written for compression, and unpack entirely to memory - I fail to see how dumping from memory constitutes as "hard".

    Also, EXECryptor hasn't been updated since 2007, and dozens of articles have been written on defeating it thus far.

  8. #8
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: How to pack gunz for ollydbg.

    So final conclusion, what should I do to stop people opening my runnable in ollydbg / hex editor or any other edit program?

  9. #9
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: How to pack gunz for ollydbg.

    Quote Originally Posted by Trilest View Post
    So final conclusion, what should I do to stop people opening my runnable in ollydbg / hex editor or any other edit program?
    As I previously stated, a combination of obfuscation and virtualization (For the virtualization/obfuscation, I've been working my own custom solution - if you don't have access to a dev who is capable of such a project, I recommend VMProtect).

  10. #10
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: How to pack gunz for ollydbg.

    Quote Originally Posted by gWX0 View Post
    As I previously stated, a combination of obfuscation and virtualization (For the virtualization/obfuscation, I've been working my own custom solution - if you don't have access to a dev who is capable of such a project, I recommend VMProtect).
    Ok, thanx
    I'll look for VMProtect

  11. #11
    Valued Member ZeroCold is offline
    MemberRank
    Mar 2009 Join Date
    Somewhere I belong.Location
    146Posts

    Re: How to pack gunz for ollydbg.

    I choose for UPX. But it don't secure it. It just pack it.

  12. #12
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: How to pack gunz for ollydbg.

    gWX0 The VMProtect saves the new runnable as Theduel.vmp and when I want to open it it says file corrupted..


    I want it to be packed for ollydbg and hex editor but that I can still use it. .



Advertisement