Einzelnen Beitrag anzeigen

xice

Registriert seit: 29. Apr 2009
6 Beiträge
 
#10

Re: Delphi Code-Injection JMP Adresse ermitteln...

  Alt 18. Jun 2009, 14: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...

Delphi-Quellcode:
type TData=packed record
   b1:array [0..2] of Byte;
    s:single;
end;
  Mit Zitat antworten Zitat