username sh

username sh

  • NA
  • 1
  • 1.5k

c# write processmemory 2 offset

Jan 15 2013 1:59 AM

i am trying to create with c# loader...

trying patch 2 offset 0x08789 , byte 0x02 patch it 0x17
another one 0x08790 , byte 0x09 patch it 0x2a 

example
Process[] p = Process.GetProcessesByName("file.bin");
byte[] offset == "0x08790"
};



trying to do this 2 patch write on writeprocessmemory(processgetbyname)

c# code ?