• Trainer
  • Forums
  • Suche
  • Members
  • Kalender
  • Hilfe
  • Extras
Forum stats
Show team
Neue Beiträge ansehen
Heutige Beiträge ansehen
Home of Gamehacking - Archiv
Login to account Create an account
Login
Benutzername:
Passwort: Passwort vergessen?
 



  Home of Gamehacking - Archiv Coding Visual Basic 6, VB.NET
1 2 3 4 Weiter »
Trainermodul problem auf Prozess 64Bit

Ansichts-Optionen
Trainermodul problem auf Prozess 64Bit
Xiantrius Offline
Junior Member
**
Beiträge: 47
Themen: 4
Registriert seit: Nov 2012
Bewertung: 0
#1
26.11.2016, 01:01
Ich habe das Trainermodul eingesetzt um auf ein Prozess der auf 64Bit läuft auszuführen.
Zuerst war mein Programm selbst auf 32 Bit.
Die Fehlermeldung war das er nur teilweilse den Prozessmodul abgeschlossen hat.

Dann habe ich mein Programm auf 64 Bit umgestellt.
Die gleiche Fehlermeldung kam aber wieder.

Zurzeit sieht der Code so aus:


Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
   Public Function GetModuleBase_32Bit(ByVal ProcName As String, ByVal ModuleName As String)
        Dim BaseAddress As Int32
        For Each PM As ProcessModule In Process.GetProcessesByName(ProcName)(0).Modules
            If ModuleName.ToLower = PM.ModuleName.ToLower Then
                BaseAddress = PM.BaseAddress
            End If
        Next
        Return BaseAddress
    End Function

    Public Function GetModuleBase_64Bit(ByVal ProcName As String, ByVal ModuleName As String)
        Dim BasePointerAdress As Int64
        If Process.GetProcessesByName(ProcName).Length <> 0 Then
            For Each [Module] As ProcessModule In Process.GetProcessesByName(ProcName)(0).Modules
                If [Module].ModuleName = ProcName Then
                    BasePointerAdress = [Module].BaseAddress.ToInt64()
                End If
            Next
            Return BasePointerAdress
        End If
    End Function



Die Frage ist jetzt ob der Trainermodul wo ich von diesem Forum habe auch für 64Bit Prozesse funktionieren kann?
Was muss ich noch umstellen?

mfg.
Xiantrius

Suchen
Antworten
Share Thread:            


Nachrichten in diesem Thema
Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 01:01
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 17:16
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 26.11.2016, 18:29
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 18:44
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 26.11.2016, 19:28
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 20:03
RE: Trainermodul problem auf Prozess 64Bit - von DNA - 26.11.2016, 20:51
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 26.11.2016, 20:56
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 21:33
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 26.11.2016, 22:33
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 22:53
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 26.11.2016, 23:49
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 27.11.2016, 00:01
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 27.11.2016, 14:49
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 27.11.2016, 15:58
RE: Trainermodul problem auf Prozess 64Bit - von DNA - 28.11.2016, 21:22
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 29.11.2016, 02:20
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 29.11.2016, 06:05
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 29.11.2016, 09:01
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 29.11.2016, 17:11
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 29.11.2016, 20:09
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 30.11.2016, 00:09
RE: Trainermodul problem auf Prozess 64Bit - von DNA - 30.11.2016, 23:27
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 01.12.2016, 02:53
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 10.12.2016, 02:21
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 10.12.2016, 04:36
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 10.12.2016, 17:45
RE: Trainermodul problem auf Prozess 64Bit - von DNA - 10.12.2016, 22:26
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 11.12.2016, 14:13
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 12.12.2016, 06:26

  • Druckversion anzeigen
  • Thema abonnieren


Benutzer, die gerade dieses Thema anschauen:
1 Gast/Gäste

  • Kontakt
  • Forum team
  • Forum stats
  • Nach oben
 
  • RSS-Synchronisation
  • Lite mode
  • Home of Gamehacking - Archiv
  • Help
 
Forum software by © MyBB - Theme © iAndrew 2014



Linearer Modus
Baumstrukturmodus