xboxscene.org forums

Author Topic: Xlaunchnewimage And Multiprocess Scenario  (Read 106 times)

crackerjack0000

  • Archived User
  • Newbie
  • *
  • Posts: 1
Xlaunchnewimage And Multiprocess Scenario
« on: March 29, 2010, 03:21:00 PM »

Hi everyone, I just "discovered" the sdk 7546 and I have a couple of questions.

I'm trying to launch an XEX file using XlaunchNewImage while mainting my app running.

why? cause it will be useful for: debuging/make trainers/capture video or images... etc.


but as far as I can see the XLaunchNewImage api reboots the box and the runs the XEX arter boot.
so far the only documented way to pass some info to the launched executable is using SetLaunchData api.

but considering that there are several functions that might come handy in order too 'inject' one process into another. such as the LoadLibrary methods and GetProcAdress. maybe there will be another way to inject one software into another....?

anyway I havn't get my dev kit yet. so I cant really try right now.

so.

does somebody know wheter I can have 2 process running at the same time in the 360? I know it can't be done in xbox1.

thanks in advance
Logged

p4r0l3

  • Archived User
  • Full Member
  • *
  • Posts: 194
Xlaunchnewimage And Multiprocess Scenario
« Reply #1 on: March 29, 2010, 05:09:00 PM »

AFAIK it isn't possible to have more than 1 process running. However, you may be able to somehow embed the second xex within the first.
Logged