Posted: Tue Apr 17, 2012 9:47 am Post subject: help with access violation at address of my memory scanner p
Hello again I resorted to you to help me with my back to the code works fine but when you have an error of access violation at address and wonder how I can jump without losing the error that the execution of the program would greatly appreciate it thanks
translation google translate
Code:
begin
try
Inicio := strtoint('$'+form1.Edit2.text);
Fim := Strtoint('$'+form1.Edit3.text);
Tam := Fim - inicio;
Want := StrToInt( form1.Edit1.text );
Found := 0;
For i := 0 to Tam do
begin
Endereco := Inicio + i;
If PDWord(Endereco)^ = Want then
Begin
EnderecoStr := IntToHex (endereco,8);
form1.ListBox1.Items.Add(enderecostr);
Found := Found + 1;
// ListBox2.items.Add( IntTOstr( Pbyte(Endereco)^ ));
end;
end;
form1.label3.Caption := IntToStR(found);
Valores4byte;
except
on E:Eaccessviolation do begin//:D so no access violations come up while scanning.
end;
end;
end;
Please first topic screens but do not think it by the end, I only want you when I leave this error access violation at address and skip it to continue running the program, please someone help me
Please first topic screens but do not think it by the end, I only want you when I leave this error access violation at address and skip it to continue running the program, please someone help me
here is a mediafire link:
/download.php?l6dpmzmon6hxnuw
it scans perfectly for the memory but the addresses won't be as hex..but you can always edit my code.
note:
it's pure src code for delphi 7.
note2:
I think your using my src code already and so to let you know:
it's incomplete.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum