[Diuscussion] protect your program

Posts 1627 of 27 · Page 2 of 2
Quote Originally Posted by AVGN View Post
dave uses themida
i used themida and it d/c'd i used a different packer....didn't d/c
Themida is a God Packer...
Themida use to be a good packer, but latest ollydebug scripts unpacks this in seconds...

Also you have to remember what a packers is, it compress's the code for portability right... but once its executed the full size and original code is still in memory, which if memory scanning detection is used will still detect the same thing, Themida uses stolen bytes along with many other methods to avoid ripping which makes this more of a protector like VMProtect, which creates a fake environment to execute the code(very similar to google chrome) the down fall is it requires much more memory as opposed to NOT packing/protecting the exe, so while you have a smaller exe on disk it will occupie a lot more memory space. instead of packing/protecting why dont you research some anti debug methods if you that concerned about people ripping your addresses.
@Departure
can you help me? I tried using PESpin but I got this error
[!] Error: Invalid PE32+ File
I have the x64 version on my x64 bit os
Why would you pack public code anyways?
Quote Originally Posted by PashaAmd View Post
@Departure
can you help me? I tried using PESpin but I got this error
[!] Error: Invalid PE32+ File
I have the x64 version on my x64 bit os
Thats because your dll has been compiled as 32bit so you will need to use the 32bit version


Guys honestly you don't need a packer to make your shit undetected, packers are only good for files on disk not getting detected but the same bytes are unpacked into memory as the original so for memory detection a packer wont do shit, this is also know as "Runtime Detection" there are many other custom things you can do to make your shit undetected and stay undetected for along time(depending on how well spread your hack is). I will make a topic soon explaining some ideas you can use to get your shit undetected without any use of a packer.. OR double packing which made me laugh..
remember that one kid that hex edited it and tried to pass it off as his own? made me mad.
Hex edit ? lol

Encrypt all strings
i hate xor.... );
Make the code impossible to read.
Quote Originally Posted by supercarz1991 View Post
Why pack it when its unpackable too? Someone who is.determined enough will find a way...its a computer, everything can be reveresed
well ,use methods for encrypt your source code , but almost packers sucks..

that's all problem.

if u really want to protect the hack you'll need to know alot of knwoledge at ASM or something.
Quote Originally Posted by Decoder back View Post
well ,use methods for encrypt your source code , but almost packers sucks..

that's all problem.

if u really want to protect the hack you'll need to know alot of knwoledge at ASM or something.
Packers don't encrypt source code, they make it smaller ! Hence, "pack"ing (tighter), not encrypting.
Posts 1627 of 27 · Page 2 of 2

Post a Reply

Tags for this Thread

None

Need help?