Jump to content

Photo

Couldn't get the information from the process


  • Please log in to reply
1 reply to this topic

#1 shogunassassin Posted 11 March 2016 - 05:43 PM

shogunassassin

    Soldier

  • Members
  • Pip
  • 2 posts

Hello

I get the error msg

Couldn't get the information from the process, error code '-1073741820'.

on this code

private void button3_Click(object sender, EventArgs e)
        {
            var proc = Process.GetProcessesByName("Wow-64");
            if (proc.Length != 1)
                return;
            
           var memo = new MemorySharp(proc[0]);      // here is the error
            
            MessageBox.Show(memo.Modules.MainModule.BaseAddress+"");
        }

please help.

 

ive set platform target to x64

ive also checked proc[0].Id and it matches wow's id on task manager


Edited by shogunassassin, 11 March 2016 - 05:43 PM.

  • Back to top
  • Report

#2 shogunassassin Posted 12 March 2016 - 09:15 AM

shogunassassin

    Soldier

  • Members
  • Pip
  • 2 posts

it only works for 32-bit ? 


  • Back to top
  • Report




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users