Thema
:
Delphi Code-Injection JMP Adresse ermitteln...
Einzelnen Beitrag anzeigen
xice
Registriert seit: 29. Apr 2009
6 Beiträge
#
10
Re: Delphi Code-Injection JMP Adresse ermitteln...
18. Jun 2009, 15:53
Zitat von
xice
:
Danke nochmal für die Informationen.
Ich hab da noch ein kleines Problem.
Wie kann ich aus diesem
ASM
-Code
mov [edi+04],00000001
eine variable Wertübergabe machen ?
mov [edi+04],Variable
Problem gelöst...
markieren
Delphi-Quellcode:
type
TData=packed
record
b1:
array
[0..2]
of
Byte;
s:single;
end
;
Zitat
xice
Öffentliches Profil ansehen
Mehr Beiträge von xice finden