Ah, ok, thanks :-) XOR as encoding *grin*

> It's following the same style as RtlDecodePointer,
> and since it's a simple xor....
>
> On Sat, Mar 4, 2017 at 10:02 PM, Michael Fritscher
> <mich...@fritscher.net> wrote:
>> Hi,
>>
>> I don't know - but this looks somehow ... surprising.
>>
>> Best regards,
>> Michael
>>
>>
>>>  /*
>>>   * @implemented
>>> + */
>>> +PVOID
>>> +NTAPI
>>> +RtlDecodeSystemPointer(IN PVOID Pointer)
>>> +{
>>> +    return RtlEncodeSystemPointer(Pointer);
>>> +}
>>> +
>>> +/*
>>> + * @implemented
>>
>>
>>
>>
>> _______________________________________________
>> Ros-dev mailing list
>> Ros-dev@reactos.org
>> http://www.reactos.org/mailman/listinfo/ros-dev
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev@reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev



_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to