• 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!
DNA Offline
Administrator
*******
Beiträge: 1.330
Themen: 123
Registriert seit: May 2010
Bewertung: 26
#2
04.05.2014, 13:48
Hey,

i'll use your example addresses.

[code=VB]Dim CaveAddr As Long = VirtualAllocEx(TargetProcessHandle, 0, &H1024, MEM_COMMIT, PAGE_EXECUTE_READWRITE)[/code]
CaveAddr is now 140123456 = 85A1D40 Hex

[code=VB]MakeJmp(&H104C40FF0, "&H" & CaveAddr)[/code]
Your code jumps from &H104C40FF0 to &H140123456 but it should jump to &H85A1D40

If your MakeJmp Function works properly (which i don't know, unless i see it), you've to delete the "&H" &
[code=VB]MakeJmp(&H104C40FF0, CaveAddr)[/code]

Oh, and try to use the "newer" declarations...
Dim CaveAddr as Int32
ACHTUNG: Lesen gefährdet die Dummheit

[Bild: dna-sig.gif]
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