• 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 C, C#, C++, Visual C++
1 2 Weiter »
C++ Code Injection(ohne DLL)

Ansichts-Optionen
C++ Code Injection(ohne DLL)
Acubra Offline
Trainermaker
****
Beiträge: 904
Themen: 127
Registriert seit: Oct 2010
Bewertung: 6
#8
13.07.2012, 16:37
Hey,
ich glaube ich habe dich verstanden.

Also, wie du schon erkannt hast, musst du eine CodeCave schreiben. Also suchst du dir zunächst einen Platz um eine CodeCave zu schreiben. Nun gucken wir uns an, wie eine MessageBox überhaupt im ASM Code aussieht:
   
Zuerst wird der Style Parameter gepusht, dann der Title Parameter, dann der Text Parameter und zum Schluss das Window Handle. Anschließend wird dann natürlich die MessageBox-Funktion gecalled. Die Reihenfolge der Parameter ist also rückwärts.

In deiner CodeCave musst du jetzt nichts anderes machen. Du schreibst also einfach folgenden Code:
[code=ASM]
push 0 ;mb_ok
push addresse zum titel
push addresse zum text
push 0;wir brauchen kein handle anzugeben
call MessageBox
[/code]
"Auf dieser Welt gibt es mehr Scheisse als auf Festivalklos"
[Bild: hoglogo_smalpxga.jpg]
Homepage Suchen
Antworten
Share Thread:            


Nachrichten in diesem Thema
C++ Code Injection(ohne DLL) - von Colix - 12.07.2012, 22:33
RE: C++ Code Injection(ohne DLL) - von fr33k - 12.07.2012, 23:56
RE: C++ Code Injection(ohne DLL) - von Colix - 13.07.2012, 00:31
RE: C++ Code Injection(ohne DLL) - von iNvIcTUs oRCuS - 13.07.2012, 10:59
RE: C++ Code Injection(ohne DLL) - von Colix - 13.07.2012, 13:31
RE: C++ Code Injection(ohne DLL) - von fr33k - 13.07.2012, 15:31
RE: C++ Code Injection(ohne DLL) - von Colix - 13.07.2012, 15:37
RE: C++ Code Injection(ohne DLL) - von Acubra - 13.07.2012, 16:37
RE: C++ Code Injection(ohne DLL) - von iNvIcTUs oRCuS - 13.07.2012, 17:13
RE: C++ Code Injection(ohne DLL) - von Colix - 13.07.2012, 17:14
RE: C++ Code Injection(ohne DLL) - von Acubra - 13.07.2012, 17:49
RE: C++ Code Injection(ohne DLL) - von Colix - 17.07.2012, 23:35
RE: C++ Code Injection(ohne DLL) - von Acubra - 19.07.2012, 14:42
RE: C++ Code Injection(ohne DLL) - von sungwoo - 14.10.2012, 19:37

  • 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