0
Answer

c# write processmemory 2 offset

username sh

username sh

12y
1.5k
1

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 ?