Click here to Skip to main content
16,011,988 members

Comments by KairuByte (Top 19 by date)

KairuByte 7-Sep-13 12:00pm View    
While this isn't exactly what I was trying to do, driver did turn out to be one of the only real solutions at the time.

I wasn't trying to create the process suspended however, I was trying to hook into the systems creation processes themselves so if a user creates a process with a specific name I can start it suspended, hook it, and then let it continue.
KairuByte 13-Nov-11 15:33pm View    
It was an error relating to running a method.... But I got around it by just moving the code directly into the Run()... Which I realize is a bad thing. But it's just for testing at the moment.
KairuByte 10-Nov-11 13:03pm View    
Lol, no worries, it's beyond my depth of knowledge as well.

I'm actually way past my comfort zone on this one, but I started it and now I need to finish it. Plus it would be something cool to learn....

I don't even know where to start looking though, that's the one issue at the moment... Hopefully someone will have some ideas.
KairuByte 10-Nov-11 12:33pm View    
Hrm...

Well, for the most part I will be starting the processes in suspended state when I can, but there is a possibility that my program will be run after the game is already running, which is why I am trying to find a way to reopen the file.

I have no idea how to search memory space for a variable in C#....
KairuByte 9-Nov-11 17:44pm View    
You can create a process in suspended state. Hooking specific methods could potentially force any file to start in a suspended state, I just have no clue what methods.

Not impossible, just difficult.