Running Win32 apps compiled for ARM on Windows RT

后端 未结 3 1341
面向向阳花
面向向阳花 2020-12-20 13:36

Say I have a desktop program that uses the Win32 API, but is compiled for the ARM architecture. How do I get it to run on Windows RT (the restricted version of Windows 8 for

相关标签:
3条回答
  • 2020-12-20 14:12

    And now there is actually a "jailbreak"-like script:

    http://forum.xda-developers.com/showthread.php?t=2092158

    Usage:
    Boot your RT device and log in, allow it to sit on the desktop for about a minute.
    Run runExploit.bat, wait for it to do it's thing (shouldn't be more than 20 seconds or so)
    Press Volume Down
    Wait for runExploit.bat to finish, answer any prompts it gives. They should all be fairly self-explanatory.

    It might crash while running the script, and it has to be done after every reboot. Also, I haven't tried it myself. In the post there is a link to a list of recompiled software that might be useful.

    0 讨论(0)
  • 2020-12-20 14:14

    Now you can run any app/exe on Windows RT : http://surfsec.wordpress.com/2013/01/06/circumventing-windows-rts-code-integrity-mechanism/

    0 讨论(0)
  • 2020-12-20 14:26

    please see this thread,and you can run you exe without a Microsoft signature by CreateProcessA http://forum.xda-developers.com/showthread.php?t=1944675

    0 讨论(0)
提交回复
热议问题