s*****w 发帖数: 1527 | 1 hi,
if i have x86.exe, i want to run it in the ARM, this is the plan,
x86.exe -> disasm -> x86.asm -> ??? -> x86.c -> arm.asm -> arm.exe
is it possible to do this ? | c*m 发帖数: 1114 | 2 第一步就很难,哪里会这么容易就反汇编的。如果容易的话那还需要什么加密哇反盗版
哇的。
【在 s*****w 的大作中提到】 : hi, : if i have x86.exe, i want to run it in the ARM, this is the plan, : x86.exe -> disasm -> x86.asm -> ??? -> x86.c -> arm.asm -> arm.exe : is it possible to do this ?
| t****t 发帖数: 6806 | 3 有这么简单的话, 写程序的时候还要考虑跨平台干嘛?
别说x86->asm, 就是windows->linux都没这么容易
【在 s*****w 的大作中提到】 : hi, : if i have x86.exe, i want to run it in the ARM, this is the plan, : x86.exe -> disasm -> x86.asm -> ??? -> x86.c -> arm.asm -> arm.exe : is it possible to do this ?
| m******o 发帖数: 40 | 4 这个问题不是一般的外行
除非您这个x86.exe是个简单的不能再简单的程序了
【在 s*****w 的大作中提到】 : hi, : if i have x86.exe, i want to run it in the ARM, this is the plan, : x86.exe -> disasm -> x86.asm -> ??? -> x86.c -> arm.asm -> arm.exe : is it possible to do this ?
| d****p 发帖数: 685 | 5 我怎么记得楼主是做编译器的.
【在 m******o 的大作中提到】 : 这个问题不是一般的外行 : 除非您这个x86.exe是个简单的不能再简单的程序了
| f*****Q 发帖数: 1912 | 6 随便整个一两千行的优化过的C++命令行小程序就能整死你。asm->C还是比较胡扯的。 |
|