Üye
Hileyi Kusursuz yapıyorum kodları yazıyorum fakat csh koduna yaptıgım yerden hata alıyorum
Dim p As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In p.Modules
If moz.FileName.IndexOf("csh") <> -1 Then
Label1.Text = moz.BaseAddress.ToString
End If
Next
wolteamın giriş bölümünü açıyorum giriyorum xin code dolarken csh aktifleştire basıyorum
For Each moz As System.Diagnostics.ProcessModule In p.Modules bu bölümde win32 expencition hatası alıyorum Erişim Engellendi hatası yardım edebilecek olan varmı ???
Dim p As Process = Process.GetProcessesByName("wolftü.bin")(0)
For Each moz As System.Diagnostics.ProcessModule In p.Modules
If moz.FileName.IndexOf("csh") <> -1 Then
Label1.Text = moz.BaseAddress.ToString
End If
Next
wolteamın giriş bölümünü açıyorum giriyorum xin code dolarken csh aktifleştire basıyorum
For Each moz As System.Diagnostics.ProcessModule In p.Modules bu bölümde win32 expencition hatası alıyorum Erişim Engellendi hatası yardım edebilecek olan varmı ???