You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I do:
xenos --load someprofile.xpr it starts xenos and I only need to press inject and it successfully injects the specified dll.
if I do the same with xenos --run someprofile.xpr I get a popup stating 👍
Can not attach to the process.
An invalid Client ID was specified.
The log states:
2017-04-06 20:13:12 NORMAL Started on Windows 6.1.1.7601 x64. Driver status: 0xC0000225
2017-04-06 20:13:12 CRITICAL Injection initiated. Mode: 1, process type: 0, pid: 0, mmap flags: 0x4,
erasePE: 0, unlink: 0, thread hijack: 0, init routine: '', init arg: ''
2017-04-06 20:13:12 ERROR Can not attach to the process.
An invalid Client ID was specified.
So somehow it doesn't seem to load the specified profile with --run
The text was updated successfully, but these errors were encountered:
if I do:
xenos --load someprofile.xpr it starts xenos and I only need to press inject and it successfully injects the specified dll.
if I do the same with xenos --run someprofile.xpr I get a popup stating 👍
Can not attach to the process.
An invalid Client ID was specified.
The log states:
2017-04-06 20:13:12 NORMAL Started on Windows 6.1.1.7601 x64. Driver status: 0xC0000225
2017-04-06 20:13:12 CRITICAL Injection initiated. Mode: 1, process type: 0, pid: 0, mmap flags: 0x4,
erasePE: 0, unlink: 0, thread hijack: 0, init routine: '', init arg: ''
2017-04-06 20:13:12 ERROR Can not attach to the process.
An invalid Client ID was specified.
So somehow it doesn't seem to load the specified profile with --run
The text was updated successfully, but these errors were encountered: