Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Repacking unpacked EXE

Joined
Sep 8, 2011
Messages
822
Reaction score
129
So, I have an unpacked game client that I'd like to repack.
My question is, is it possible to repack an unpacked client, on multiple layers?
I'd like to repack the client, with multiple packers, including Themida and VMProtect, is it possible? Would it be possible even if I do not have the source code?

Another thing, is it possible to change variable values in ASM?

Thanks in advance, I appreciate it.
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
Patch asm code using VirtualProtect or no other way (except ollydbg)
 
Newbie Spellweaver
Joined
Jul 31, 2015
Messages
39
Reaction score
33
You cannot use themida and vmp at once. You cannot modify even one byte after packing (thus cannot pack with 2nd packer) because the protector has checksums, etc of the file.
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
You cannot use themida and vmp at once. You cannot modify even one byte after packing (thus cannot pack with 2nd packer) because the protector has checksums, etc of the file.
You can edit once they load it in memory.
 
Newbie Spellweaver
Joined
Jul 31, 2015
Messages
39
Reaction score
33
But if u pack with vmp and then themida, the VMP unpackin stub will give you crc error.
 
Back
Top