• 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 with jump to cave, always jump wrong help plz!

Ansichts-Optionen
Problem with jump to cave, always jump wrong help plz!
Santasgaming Offline
Junior Member
**
Beiträge: 7
Themen: 1
Registriert seit: May 2014
Bewertung: 0
#1
04.05.2014, 12:30 (Dieser Beitrag wurde zuletzt bearbeitet: 04.05.2014, 12:45 von Santasgaming.)
I wonder if anyone could help me solve some problems with jumping to a cave, i am trying to make my code work so i can make a valid jump to my code cave, I use virtualallocEx to do so. but the jump code i have does not jump to the correct cave address, it always shoortens the address, like jumping , lets say i jump from &H12000000 and my allocation address is 140123456, then my jump will look like this JMP 123456, you see only the lower part of the address is getting writen as the destination address to my allocated cave.

The game i am working on is a game called Outlast and it is in 64 bit the exe i use, but i am not an expert on this so any help would be appreciated.


Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
        Try

   Dim TargetProcess As Process() = Process.GetProcessesByName(TextBox1.Text)
        TargetProcessHandle = OpenProcess(PROCESS_CREATE_THREAD Or PROCESS_VM_OPERATION Or PROCESS_VM_WRITE, False, TargetProcess(0).Id)
    
                       


                        Dim CaveAddr As Long = VirtualAllocEx(TargetProcessHandle, 0, &H1024, MEM_COMMIT, PAGE_EXECUTE_READWRITE)
                        TextBox2.Text = Hex(CaveAddr)

                        MakeJmp(&H104C40FF0, "&H" & CaveAddr)


            

                        Exit For
                    End If
                Next
            End If

        Catch ex As Exception
            MessageBox.Show(ex.Message)
        End Try

    End Sub

Suchen
Antworten
Share Thread:            


Nachrichten in diesem Thema
Problem with jump to cave, always jump wrong help plz! - von Santasgaming - 04.05.2014, 12:30
RE: Problem with jump to cave, always jump wrong help plz! - von DNA - 04.05.2014, 13:48
RE: Problem with jump to cave, always jump wrong help plz! - von Santasgaming - 04.05.2014, 13:58
RE: Problem with jump to cave, always jump wrong help plz! - von Santasgaming - 04.05.2014, 14:30
RE: Problem with jump to cave, always jump wrong help plz! - von Santasgaming - 04.05.2014, 23:59
RE: Problem with jump to cave, always jump wrong help plz! - von Santasgaming - 05.05.2014, 04:07
RE: Problem with jump to cave, always jump wrong help plz! - von DerBaum - 06.05.2014, 22:22
RE: Problem with jump to cave, always jump wrong help plz! - von Santasgaming - 05.05.2014, 11:19
RE: Problem with jump to cave, always jump wrong help plz! - von DNA - 06.05.2014, 19:38
RE: Problem with jump to cave, always jump wrong help plz! - von Santasgaming - 07.05.2014, 05:53
RE: Problem with jump to cave, always jump wrong help plz! - von DNA - 07.05.2014, 09:07

  • 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