![]() |
|
|
|
#1
|
|||
|
|||
|
convert 16bit app to 32bit
Hi all,
My friend asked me to protect an exe. But all were failed. I realized this exe is 16 bit app. And look likes to me Delphi1. Any1 know a tool to convert/wrap so this 16bit can be protected with 32bit protector? Like Arma, ASPR, and similar tool. BR, kyrios |
|
#2
|
|||
|
|||
|
Might be a silly question, but can't you recompile it?
Main problem you might face here is that all protector code is 32 bit and it need to load 16 bit original code. Hence it will be mixed binary. Going to CPU level, there are some instruction which are interpreted differently by CPU based on whether they are is in 16 bit segment or in 32 bit segment. So, mixing is always tricky and usually handled by handcoding which is not the case for protector. This could be the reason for failure. Visu |
|
#3
|
|||
|
|||
|
Hi,
You can use a 16 bit packer/protecotr. It's UPX for Dois version but 32 bit. Code:
http://upx.sourceforge.net/download/upx125d.zip It's Shrinker 3.4 Code:
http://www.blinkinc.com/shrinker.htm Is there any way to covert a PE file to a NE file? Let me know please. Best Regards, Android. |
|
#4
|
|||
|
|||
|
What about a delivery system that uses installshield 7 or below? Even thought scripts can be "cracked" at least it will discurage most from trying to reverse it since installshield can be a pita.
|
|
#5
|
|||
|
|||
|
It's not so eaasy !
Convert 16 to 32 isn't easier.
You may try to recompile your code with a 32b compiler but you MUST verify your source code : - alignement problem due to pack structure - API win16->win32 (handle, ...) - ANSI / Unicode - Control : 16b ComCtl have visual aspect like win3.1 ! .... Regards. |
|
#6
|
|||
|
|||
|
I only had the exe. Not the source code. I'll give shrinker 3.4 a try.
|
|
#7
|
|||
|
|||
|
Quote:
Thomas Antony |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 16bit debugger for XP? | hobferret | General Discussion | 18 | 05-24-2012 15:41 |
| 16Bit DOS executable to 32Bit Windows Console app | memo-5 | General Discussion | 10 | 03-08-2012 23:14 |
| Is there a way to convert. | sinchee | General Discussion | 9 | 10-04-2005 13:17 |
| Dasm 16Bit Delphi program | Waspy | General Discussion | 3 | 07-08-2002 03:37 |