Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 09-22-2004, 00:47
omega_red
 
Posts: n/a
EXECryptor

Has anyone messed with it? It claims to be able to metamorph any protected code (in addition to "normal" anti-whatever). However, I was unable to even run it (without any debugger), the downloadable installer crashed during setup
strongbit.com/execryptor.asp
Reply With Quote
  #2  
Old 09-24-2004, 21:05
softworm softworm is offline
Friend
 
Join Date: Feb 2004
Posts: 43
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
softworm Reputation: 0
Do you have any target or unpackme protected by Execryptor2.0?
I tried it on my pc and always get a crashed result with the protected
program.

Unpacking the packer itself is too time-comsuming and difficult to me.
It used TLS callback function to get control before reaching the EP,so
you must set the breakpoint at right time.
Reply With Quote
  #3  
Old 09-25-2004, 00:15
pll823
 
Posts: n/a
I had posted a unpackme in kanxue studio,but no one can unapck it

try

http://bbs.pediy.com/showthread.php?s=&threadid=3707

this one is packed by full version
Reply With Quote
  #4  
Old 09-25-2004, 12:24
softworm softworm is offline
Friend
 
Join Date: Feb 2004
Posts: 43
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
softworm Reputation: 0
OK,I'll try,I hope i'm lucky enough.

And the guy named moon seemed to
have got it?
Reply With Quote
  #5  
Old 09-28-2004, 22:15
softworm softworm is offline
Friend
 
Join Date: Feb 2004
Posts: 43
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
softworm Reputation: 0
I can trace it only with spare time and it might cost
a long time for me. I'm not sure if i can do it.

At first i wish to unpack it rapidly with some
trick like memory access breakpoint and failed. It
seemed that the whole entry codes have
been moved into the packer.

My target now is to find out how the control
was given to the original program,and did not pay
attention to the IAT yet.

I ignored TLS callback function 0 now. I'm tracing
function 1 but not finished. It's not difficult to
write a script to pass through function0,function1
and stop at packer's EP,it can run happily under
OllyDbg,so the problem is patience and time.
and it has no any junk code,good news.

I'll spend my holiday soon. But I won't give up.

regards.
Reply With Quote
  #6  
Old 10-21-2004, 19:39
softworm softworm is offline
Friend
 
Join Date: Feb 2004
Posts: 43
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
softworm Reputation: 0
Got it.
Attached Files
File Type: rar dumped_.rar (683.2 KB, 108 views)
Reply With Quote
  #7  
Old 10-22-2004, 02:56
Jay Jay is offline
VIP
 
Join Date: Feb 2002
Posts: 249
Rept. Given: 31
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 15
Thanks Rcvd at 13 Times in 5 Posts
Jay Reputation: 3
the "Got it." priceless

execryptor is b**** congratz.
Reply With Quote
  #8  
Old 10-22-2004, 04:25
MaRKuS-DJM's Avatar
MaRKuS-DJM MaRKuS-DJM is offline
Cracker + Unpacker
 
Join Date: Aug 2003
Location: Virtual World / Network
Posts: 553
Rept. Given: 7
Rept. Rcvd 6 Times in 4 Posts
Thanks Given: 3
Thanks Rcvd at 16 Times in 10 Posts
MaRKuS-DJM Reputation: 6
you are right, it's useless without description.
how you get OEP from the other poster:
load program into olly
olly will stop in an exception. set memory-breakpoint on code-section. skip all exceptions with SHIFT+F9. the fourth stop is the OEP from the above poster.
Reply With Quote
  #9  
Old 10-22-2004, 13:33
softworm softworm is offline
Friend
 
Join Date: Feb 2004
Posts: 43
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
softworm Reputation: 0
I have not cleared my note.

I wrote 2 olly script to get it:

1. Decompile unpackme,get the address of TLS callback function1
from IDA,and the target address of mov opcode is where i
dump it. I you want to find out the stolen codes,just keep on
tracing.

At here,both of the callback were "closed" somewhere,the important
function was replaced only a ret so if the protected baby is a
multi-thread program,the codes which decrypting and load apis won't
be executed repeatly.

in my post,i zero the entries in TLS directory,nothing important now.

2. Dispite many branches in the hooked apis,you can execute them
safely. Just stop at the packer EP,write a script to call each entry
in IAT(except 0 and good entries),bpx at correct position so it
will loop and never jmp into the real api. Use the script to fix IAT.Be
carecul to keep the stack balance(If not,it doesn't matter;-).


I unpacked execryptor itself,but when i run it,crashed! so i'll
continue it.I have no enough time,so maybe i can't finish it
soon. By now i just hope to unpack it,not carck it,i won't bother
to fight the algorithm. Maybe patching it is ok.

Regards.

Last edited by softworm; 10-22-2004 at 13:38.
Reply With Quote
  #10  
Old 10-15-2005, 22:27
memo-5 memo-5 is offline
Friend
 
Join Date: Sep 2005
Posts: 84
Rept. Given: 15
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 64
Thanks Rcvd at 11 Times in 6 Posts
memo-5 Reputation: 3
Hi all
I have test the ExeCrypt 2.26 on MS Notepad and the result was very bad result
I need to use only the code morphing feature on the code segments so I disabled all the features except the Antidebug checkbox and raise the code visualization percent to 100% No compression no antitrack no entry point protection... .
The changes that I found Is just two long jumps to the original entry point.
Is that possible or not.
any one have similare experience can help.
I need a tool that can generate confusion code with code junks from the original code segments any one have an Idia.
Thanks
Reply With Quote
  #11  
Old 11-01-2005, 18:40
memo-5 memo-5 is offline
Friend
 
Join Date: Sep 2005
Posts: 84
Rept. Given: 15
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 64
Thanks Rcvd at 11 Times in 6 Posts
memo-5 Reputation: 3
I found that you have to add some marks around the critical blocks of your code the re-compile your application before using Execrypt to get your code "morphined".
Reply With Quote
  #12  
Old 11-01-2005, 23:42
TmC TmC is offline
VIP
 
Join Date: Aug 2004
Posts: 330
Rept. Given: 1
Rept. Rcvd 15 Times in 9 Posts
Thanks Given: 2
Thanks Rcvd at 23 Times in 17 Posts
TmC Reputation: 15
Quote:
Originally Posted by memo-5
I found that you have to add some marks around the critical blocks of your code the re-compile your application before using Execrypt to get your code "morphined".
Hum...i think you mean morphed....morphine is antoher pe packer that does not have anything to do with execryptor.
Reply With Quote
  #13  
Old 11-02-2005, 08:34
NeOXOeN NeOXOeN is offline
Friend
 
Join Date: Jan 2005
Posts: 273
Rept. Given: 2
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 2
Thanks Rcvd at 18 Times in 18 Posts
NeOXOeN Reputation: 3
guys check on crackmes.de... you will find solutions there.. its not perfect it ,,.it will help you in way of defeting it...


bye
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 05:26.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )