Vitaliy Margolen wrote:
As of todays CVS Delphi 5 debugger is fixed.
.... Unfortunately fixing NtQueryVirtualMemory, NtProtectVirtualMemory and others is not that simple. Basically there are no way to do it from other processes. Ok, NtQueryVirtualMemory could be implemented some-what easily using NtReadVirtualMemory and possibly one more server call. But for others I see only
How does gdb do these things to a Linux process? I would think a Debugger should have such services from the Linux Kernel. Is not the Delphi debugger a Debugger through the debug services Wine implements? (dbghelp and friends)
Free Life Boaz