Einzelnen Beitrag anzeigen

onno onzin

Registriert seit: 6. Sep 2006
2 Beiträge
 
#20

AW: XE2 und dxgettext / gnugettext.pas

  Alt 27. Mär 2012, 15:16
die Procedure ist:

procedure THook.Reset(FollowJump: boolean);


if FollowJump and (Word(OldProc^) = $25FF) then begin
// This finds the correct procedure if a virtual jump has been inserted
// at the procedure address
Inc(Integer(patchPosition), 2); // skip the jump <<<<<<<<<<<<< Problem
patchPosition := pansiChar(Pointer(pointer(patchPosition)^)^);
end;
  Mit Zitat antworten Zitat