Hi,
I encountered a weird code sequence which presumably was copy and pasted from a driver:
I doon't see any purpose in it since all effects are reverted by the popad anyway. Why would someone add this code to the Driverentry?
I encountered a weird code sequence which presumably was copy and pasted from a driver:
Code: Select all
I googled it and it seemed to be part of some chinese driver. Does anyone have an explanation what the purpose if this code is?pushad
xor eax, ebx
sub ebx, ecx
add ecx, 0x989898
sub ecx, eax
xor ebx, 0x87
popad
I doon't see any purpose in it since all effects are reverted by the popad anyway. Why would someone add this code to the Driverentry?