![]() |
|
#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 |
| Thread Tools | |
| Display Modes | |
|
|
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 |