Giriş yap
En iyi yollayıcılar
Hello EMO | ||||
EMO | ||||
eMoStyLe | ||||
BesimBICER | ||||
GameKinG | ||||
Crysis | ||||
~>!.DεvιLρяιεsт.!<~ | ||||
MeTaL | ||||
TrueCrime | ||||
djhayal3t |
Istatistikler
Toplam 203 kayıtlı kullanıcımız varSon kaydolan kullanıcımız: crayzboy76
Kullanıcılarımız toplam 1186 mesaj attılar bunda 862 konu
Arama
Sosyal yer imi
Sosyal bookmarking sitesinde Emo, Emo nedir, Emo resimleri, Emo Kıyafetleri, Emo Sözleri, Emo Oyunları, EmoTurkey, Emo Nickler, Emo Avatarları, Punk, Punk Resimleri, Punk Avatarları, Rock, Rock Resimleri, Rock Avatarları, Msn Nickleri, Msn Avatarları, Müzik adresi saklayın ve paylaşın
Sosyal bookmarking sitesinde EMO Style ForumPro - Hos Geldiniz adresi saklayın ve paylaşın
Kimler hatta?
Toplam 4 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 4 Misafir Yok
Sitede bugüne kadar en çok 217 kişi C.tesi Tem. 29, 2017 1:46 am tarihinde online oldu.
En son konular
Reklam
Changing a memory value. C#
1 sayfadaki 1 sayfası
Changing a memory value. C#
OK, I found something that works for writing into the memory:
To use the C/C++ functions I called these parts:
Expand|Select|Wrap|Line Numbers
And I used them as followed:
Expand|Select|Wrap|Line Numbers
The writing works (because the money value changes), but I don't get a
messagebox, so the reading doesn't work. What am I doing wrong?
To 0x1F0FFF parameter to open the handle is "enables all possible access rights to the process specified by the Process ID."
To use the C/C++ functions I called these parts:
Expand|Select|Wrap|Line Numbers
- [DllImport("kernel32.dll")]
public static extern Int32 CloseHandle(IntPtr hObject);
[DllImport("kernel32.dll")]
public static extern IntPtr OpenProcess(UInt32 dwDesiredAccess, Int32 bInheritHandle, UInt32 dwProcessId);
[DllImport("kernel32.dll")]
public static extern Int32 WriteProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, uint[] lpBuffer, UInt32 nSize, IntPtr lpNumberOfBytesWritten);
[DllImport("kernel32.dll")]
public static extern Int32 ReadProcessMemory(IntPtr hProcess, IntPtr lpBaseAddress, [In, Out] byte[] buffer, UInt32 size, out IntPtr lpNumberOfBytesRead);
And I used them as followed:
Expand|Select|Wrap|Line Numbers
- Process proc = Process.GetCurrentProcess();
IntPtr procHandle = OpenProcess(0x1F0FFF, 0, (UInt32)proc.Id);
WriteProcessMemory(procHandle, (IntPtr)0x038C3148, new uint[] { 0x08 }, 4, (IntPtr)0);
byte[] b = null;
IntPtr i;
if((ReadProcessMemory(procHandle, (IntPtr)0x038C3148, b, 4, out i) != 0))
MessageBox.Show(b.ToString());
The writing works (because the money value changes), but I don't get a
messagebox, so the reading doesn't work. What am I doing wrong?
To 0x1F0FFF parameter to open the handle is "enables all possible access rights to the process specified by the Process ID."
EMO- EMO Team
- Cinsiyet :
Burçlar :
Mesaj Sayısı : 184
Puan : 247393
Rep Puanı : 5
Doğum tarihi : 28/11/89
Kayıt tarihi : 18/05/11
Yaş : 34
Nerden : EMO world
İş/Hobiler : RCE Student / Game Hacking / Learn Beginner C#,C++,Delphi
Lakap : EMO
Similar topics
» Changing memory values.
» C# Memory Library
» C# Memory Scanning
» C++ -- Okuma & Yazma Prosedürleri { Memory }
» Scanning memory functions in C
» C# Memory Library
» C# Memory Scanning
» C++ -- Okuma & Yazma Prosedürleri { Memory }
» Scanning memory functions in C
1 sayfadaki 1 sayfası
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz
Cuma Ağus. 29, 2014 8:33 am tarafından Hello EMO
» goldenchase.net maden yaparak para kazanma
Cuma Ağus. 29, 2014 8:18 am tarafından Hello EMO
» etichal hacker görsel egitim seti
Çarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO
» KO TBL Source C#
Ptsi Ara. 09, 2013 6:36 am tarafından Hello EMO
» x86 Registers
C.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de WYD
Çarş. Tem. 10, 2013 7:25 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de CS Metodo²
Çarş. Tem. 10, 2013 7:23 am tarafından Hello EMO
» [Tutorial] Aprendendo basico deASM OLLYDBG
Çarş. Tem. 10, 2013 7:22 am tarafından Hello EMO
» Basic C# DLL injector
Ptsi Tem. 08, 2013 7:48 am tarafından Hello EMO