What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How Can I get the Pocess which Rebornbuddy attched?

bigofsmall3

New Member
Joined
Sep 26, 2014
Messages
37
Reaction score
0
Hi guys:

As I can open several FF14 client in my computer, and I want to post key message to these FF14 client in plugin, but I don't know the process correctly which Rebonbuddy attaching. Is there any function I can get it?
Perhaps I can get process by follow code but I don't know which process Rebonbuddy attaching .
Code:
IntPtr hWnd;
string processName = "ffxiv";
Process[] processList = Process.GetProcesses();

Thanks.
 
I haven't tried it but ff14bot.Core.Memory.Process should return System.Diagnostics.Process.
 
Back
Top