System.Diagnostics.Process.Modules (?)..
PSEUDO CODE!
Code:
Process[] ProcessList = System.Diagnostics.Process.GetProcessByName("bfh");
IntPtr
if (ProcessList.Length > 0
{
Process MYPROCESS = ProcessList[0];
IntPtr BaseAddress = IntPtr.Zero;
foreach (System.Diagnostics.ProcessModule Module in MYPROCESS.Modules)
{
if (Module.ModuleName.Contains("RendDX9"))
BaseAddress = Module.BaseAddress;
}
if (BaseAddress != IntPtr.Zero)
{
// Win?
}
} --
Quote:
Originally Posted by SEGnosis |
Not /thread, because that doesn't get him the Base Address of a module in another process; But because of my post we can possibly /thread (?)