Results 121 comments of Jason Hood

Or just install it anywhere else (and using `-i` means it doesn't need to be on the `PATH` at all).

1. Yes. A pipe is not a console, so ANSICON will leave it alone. 2. No. Programs that write directly to the console should still work as usual; redirecting them...

What about extending the PEB method I use for 64->32 injection? I've also wanted to try a debug hook and let Windows do the injection itself.

No, doesn't look like hooks will work with console processes.

The debug hook I meant was for SetWindowsHookEx, using that to inject. Unfortunately, none of those hooks seem to inject into console processes. Is it necessary to use ReadProcessMemory when...

That is what I mean and is what I currently do when a 64-bit process creates a 32-bit one. Although I only do it once, so the problem with a...

Works fine using the 32-bit Win8 repair disc (all I have access to). A crash offset would be nice (for future reference, this is exactly how **not** to report bugs)....

That's what I was after, but unfortunately it doesn't help. You say -I crashes, too; if you're not running as admin, that means it's not really doing anything before it...

Worked fine with the 64-bit Win8 Preview Repair disc.