![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||
|
||||||||||||||
![]() |
#1
|
|||
|
|||
![]() Hi all,
I have just finished an obfuscator for {SmartAssembly}. I need some tests for it. You can download it here. Please login to view content. http://rongchaua.net/tools-mainmenu-...-smartassembly I have tested it with crackme of LibX. It can restore all of source code in readable form. http://rongchaua.net/Web/Tmp/TestRun_patch.zip If you have a file obfuscated with {SA} and no time to test, then upload it somewhere and give me link. I need more files to test this tool. @Kurapica and UFO: It will be great if you can send me a file packed with the newest version of {SA}. I can not bring {SA} run on my machine. ![]() Regards. rongchaua.
__________________
My site: http://rongchaua.net Last edited by rongchaua : 02-18-2009 at 07:36 AM. |
#2
|
|||
|
|||
![]() This is cool shit !!
I always wanted to code this shit but I'm too lazy as you know !! Anyway this is something I coded and used SA 3.0 to protect. http://www.filesend.net/download.php...8b9d3ec644448e Enjoy ![]()
__________________
Life can only be understood backwards but It must be read forwards. |
#3
|
|||
|
|||
![]() @Kurapica:Thank for you file. I have tested your file with my tools. I think I should make some mirror improvements.
@all: I am waiting more files obfuscated with {SA}. ![]()
__________________
My site: http://rongchaua.net |
#4
|
|||
|
|||
![]() This is another target for you rongchaua !
It's a DLL file not exe Enjoy...
__________________
Life can only be understood backwards but It must be read forwards. |
#5
|
|||
|
|||
![]() Good:
Code:
public static byte[] Method_02() { // This item is obfuscated and can not be translated. byte[] destinationArray = new byte[Field_08.Length]; Array.Copy(Field_08, destinationArray, Field_08.Length); int num = 0; if (num >= destinationArray.Length) { return destinationArray; } } Code:
public static byte[] Method_2() { byte[] destinationArray = new byte[Field_8.Length]; Array.Copy(Field_8, destinationArray, Field_8.Length); for (int i = 0; i < destinationArray.Length; i++) { destinationArray[i] = (byte) (destinationArray[i] ^ 0x40); } return destinationArray; } http://rapidshare.com/files/110427787/my_TestRun.exe |
#6
|
|||
|
|||
![]() I have updated some mirror improvement. It still can not make all functions into readable form but it now actual status. I did my best.
![]() Regards.
__________________
My site: http://rongchaua.net |
#7
|
|||
|
|||
![]() Version 1.0.0.4 is out. See link above.
Restore up to 99% source code to readable form. Support {SA} version 1,2,3.
__________________
My site: http://rongchaua.net |
#8
|
|||
|
|||
![]() Thanks for the update.
Why should I register to download !! It's annoying ???!! would be nice if you post here or on FileSend.net
__________________
Life can only be understood backwards but It must be read forwards. Last edited by Kurapica : 05-01-2008 at 06:39 AM. |
#9
|
|||
|
|||
![]() Hi Kurapica,
I don't want that too. Please read this post to understand why I must activate Login section. http://rongchaua.net/blog/Reverse_En...CA_Yes_it_does Regards.
__________________
My site: http://rongchaua.net |
#10
|
|||
|
|||
![]() Version 1.0.0.5 is out.
- Add Update Function. - Use same GUI as the other. - Fix mirror bugs.
__________________
My site: http://rongchaua.net |