• 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 »
Problem Applying Aobscan

Thema geschlossen 
Ansichts-Optionen
Problem Applying Aobscan
DNA Offline
Administrator
*******
Beiträge: 1.330
Themen: 123
Registriert seit: May 2010
Bewertung: 26
#10
24.07.2011, 13:20 (Dieser Beitrag wurde zuletzt bearbeitet: 08.02.2016, 23:06 von DNA.)
Ok, didn't know that the module name is gamex86.dll ...

Then you have to write it like this

Visual Basic Code
Dim startaddress as Int32 = AOBSCAN("Brink","gamex86.dll",New Bytes () {xxxxxxxxxxxxxxxxxx})


Or you can use the following codesnippet to get the ModuleBase

Visual Basic Code
1
2
3
4
5
6
7
8
9
    Public Function GetModuleBase(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 = PM.ModuleName Then
                BaseAddress = PM.BaseAddress
            End If
        Next
        Return BaseAddress
    End Function


Call it like

Visual Basic Code
Dim gamex86 as Int32 = GetModuleBase("Brink","gamex86.dll")


With this you'll get the startaddress of the gamex86.dll and then you can just add
the Offset.

ACHTUNG: Lesen gefährdet die Dummheit

[Bild: dna-sig.gif]
Suchen
Share Thread:            
Thema geschlossen 


Nachrichten in diesem Thema
Problem Applying Aobscan - von giassamarkos - 23.07.2011, 22:11
RE: Problem Applying Aobscan - von DNA - 24.07.2011, 01:01
RE: Problem Applying Aobscan - von giassamarkos - 24.07.2011, 01:02
RE: Problem Applying Aobscan - von DNA - 24.07.2011, 01:05
RE: Problem Applying Aobscan - von giassamarkos - 24.07.2011, 01:07
RE: Problem Applying Aobscan - von giassamarkos - 24.07.2011, 01:08
RE: Problem Applying Aobscan - von DNA - 24.07.2011, 02:10
RE: Problem Applying Aobscan - von giassamarkos - 24.07.2011, 02:30
RE: Problem Applying Aobscan - von giassamarkos - 24.07.2011, 02:40
RE: Problem Applying Aobscan - von DNA - 24.07.2011, 13:20
RE: Problem Applying Aobscan - von giassamarkos - 24.07.2011, 21:02
RE: Problem Applying Aobscan - von DNA - 25.07.2011, 00:35
RE: Problem Applying Aobscan - von giassamarkos - 25.07.2011, 02:21
RE: Problem Applying Aobscan - von giassamarkos - 25.07.2011, 03:38
RE: Problem Applying Aobscan - von DNA - 25.07.2011, 19:45
RE: Problem Applying Aobscan - von giassamarkos - 26.07.2011, 00:03
RE: Problem Applying Aobscan - von Acubra - 26.07.2011, 00:19
RE: Problem Applying Aobscan - von giassamarkos - 26.07.2011, 01:45
RE: Problem Applying Aobscan - von giassamarkos - 26.07.2011, 00:26
RE: Problem Applying Aobscan - von giassamarkos - 26.07.2011, 07:18
RE: Problem Applying Aobscan - von DNA - 26.07.2011, 20:00
RE: Problem Applying Aobscan - von giassamarkos - 26.07.2011, 23:02
RE: Problem Applying Aobscan - von giassamarkos - 28.07.2011, 03:04
RE: Problem Applying Aobscan - von Serkan34D - 21.09.2015, 17:45
RE: Problem Applying Aobscan - von Acubra - 22.09.2015, 16:28

  • 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