View Full Version : Amayeta Swf Encrypt v3.0.7
alex_dump
07-04-2006, 09:28 AM
Hello everyone,
I'm not able to crack this trial version and I'm a newbie in cracking. I've tried w32dasm and its not working. Swf Encrypt has limitation of 15 files after which it can't be used anymore and it displays a message that 15 files limitation has been used up, but I can't find that string to be able to find a reference to it and then change jmps using Hiew. Swf Encrypt also puts a watermark on all files that it encrypts. Can you help me?
Trial version is located on: http://www.amayeta.com/downloads/SWFEncrypt_Setup_Trial.exe
Regards,
Alex
npad69
07-05-2006, 10:26 PM
first of all.. the file is packed with UPX-> its very easy to unpack. try googling for the UPX and GUI by ion tek.
after unpacking, search this binary string: (i used ollydbg btw)
7F 6D 83 7D F0 00
and replace with:
EB 6D 83 7D F0 00
this will remove the nag screen and 15-file limit.
now you only have the watermark to deal with.
well.. i havent dwelled much regarding this but you can just use your favorite swf decompiler and export it again as a .fla file. open in macromedia flash and delete that pesky watermark and publish it again as swf (without the watermark).
you can also use some kind of flash swf loader that will make the watermark object invisible. try experimenting with other hacks. goodluck.
alex_dump
07-11-2006, 08:58 AM
npad69, thanks a lot. I haven't tried it yet, but I'm familiar with JMP opcodes and it really always worked for me to use wdasm32 and hiew editor. Thanks a lot and as a token of gratitude here is the site with a lot of useful links and tools, I've accidently came by: http://cim.astalavista.ms/file=Download
Thanks again and Regards
crack1946
07-13-2006, 11:01 PM
0050F301 . E8 2AF0FFFF call SWFEncry.0050E330
0050F306 . 8B83 00030000 mov eax,dword ptr ds:[ebx+300]
0050F30C . 8B70 0C mov esi,dword ptr ds:[eax+C]
0050F30F . B8 C2A70800 mov eax,8A7C2
0050F314 . 2BC6 sub eax,esi
0050F316 . 83F8 0F cmp eax,0F
0050F319 . 7F 6D jg short SWFEncry.0050F388
0050EF35 . 8B83 00030000 mov eax,dword ptr ds:[ebx+300]
0050EF3B . 8B40 0C mov eax,dword ptr ds:[eax+C]
0050EF3E . 3D C2A70800 cmp eax,8A7C2
0050EF43 0F8F A7040000 jg SWFEncry.0050F3F0
0050EF49 . 3D B3A70800 cmp eax,8A7B3
0050EF4E 0F8E 9C040000 jle SWFEncry.0050F3F0
005119A4 . C645 FF 00 mov byte ptr ss:[ebp-1],0
005119A8 . 8B86 00030000 mov eax,dword ptr ds:[esi+300]
005119AE . 8B40 0C mov eax,dword ptr ds:[eax+C]
005119B1 3D B3A70800 cmp eax,8A7B3
005119B6 0F8E A1010000 jle SWFEncry.00511B5D
i triedit,but i'm failed~!i think above is the ....
i'm a chinese,i can't speak english!~
005119BC 3D C2A70800 cmp eax,8A7C2
vBulletin® v3.6.4, Copyright ©2000-2016, Jelsoft Enterprises Ltd.