Post: How can I write on another process memory?
09-03-2015, 07:50 PM #1
Ilovebang
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); I Can't Take it Anymore So i Come Here To Ask Help !
The "0x....." is the Address that should be later "0x22FCA00" it should write the structure to this Address inside another Process!

public unsafe void DoMyStuff()
{
a* b = (a*)0x.....;//add Addresse Here to write struct to "Position"
//..... This writes to own his process.
// How can i change this to another Process or to a IntPtr?
b->abc = 1;
b->bca = 2;
b->cba = 3;
}
[StructLayout(LayoutKind.Sequential)]
unsafe struct a
{
public int abc;
public int bca;
public int cba;
};


Help pls would be coool
(adsbygoogle = window.adsbygoogle || []).push({});
09-03-2015, 08:39 PM #2
Ilovebang
Save Point
bump bump
09-04-2015, 12:17 AM #3
HeroWin
Java Developer
Originally posted by Ilovebang View Post
bump bump


i hate to ruin the day but yes... this a computer section but its verrryyyyyyyyyyy rare to come across some one who can help.... if your looking for help here... its gonna be awhile

The following user thanked HeroWin for this useful post:

avatar1o1234
09-04-2015, 01:28 AM #4
Pie90
Banned
I want to know the solution too lol
09-04-2015, 01:12 PM #5
Ilovebang
Save Point
Pls help me i need !!!!!
09-04-2015, 02:00 PM #6
Default Avatar
Oneup
Guest
Originally posted by Ilovebang View Post
Pls help me i need !!!!!


There is no reason to continually spam your own thread.
What exactly are you trying to do? If you are trying to modify memory that a process is using then you should do something like:
You must login or register to view this content.

The following user thanked Oneup for this useful post:

Chen Madhala
09-05-2015, 09:51 AM #7
Ilovebang
Save Point
So this Gona Help Me With Struct Etc?
09-05-2015, 03:50 PM #8
Ilovebang
Save Point
i Need With Struct. Give me The Code or help and yes i have skype if u need

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo