Mail Archives: djgpp/2000/04/02/11:38:47
On Sun, 2 Apr 2000, Mark Geisert wrote:
> > What service would you suggest to try this method?
>
> Hi Eli,
>
> The NT syscalls are amazingly underdocumented considering how widely NT
> is used. I don't have a specific syscall in mind.
>
> My understanding is that the list of syscalls changes from release to
> release and syscalls could even be added by service pack. I've not been
> able to find the mapping between syscalls (the Zw... exports from
> NTDLL.DLL I think (don't have my notes handy)) and the service numbers
> that you'd put in EAX to invoke the syscall via Int 0x2E. I have some
> leads on that which I haven't yet followed.
Yes, I asked the question precisely because this is not documented
anywhere, and because I don't use NT/W2K enough to know myself.
> I was actually considering something risky to determine if this strategy
> would work at all, which would be to just try various small values in EAX.
I think it could work, but we need a real example to try.
- Raw text -