Thread Hijacking & Others

07/04/2020 12:36 SpankTeam#1
Hello.

I am looking for thread hijacking injection type api for c# or vb.net, couldn't find something useful...

And another struggle for is, how can I start a metin2 binary from another folder, like not inserting the starter in its folder, any ideas would be great.
Btw, everything I tried gived me library errors
Thanks!
07/05/2020 14:11 PC Jones#2
So what exactly did you try? What errors do you get?
07/06/2020 16:14 SpankTeam#3
Quote:
Originally Posted by PC Jones View Post
So what exactly did you try? What errors do you get?
Can't start the client outside its folder, I get various errors but mostly "fatal error, index file not found". If I insert my app in its folder runs great

Edit: The only way found that it is working like I wish is creating a batch file and run it
All good for now, but, I want to get PID for each process, found something useful but, I only got a list of active PID's instead of separate pid of each process...