You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I find a bug in the vjoy.sys. when I run the PoC program, the system crashed.
I use windbg to find the position of the bug.
Then, I decompile the vjoy.sys. There's a bug in this code snippet.
[r9+r10] may refer to a fault address. I compare it to the source code in rawpdo.c
In source code:
In binary:
The parm in binary is wrong. I think this results the bug. Maybe there's something wrong when compile the source to binary. You can release your binary correctly and replace it at your website.
The text was updated successfully, but these errors were encountered:
Hello,
I find a bug in the vjoy.sys. when I run the PoC program, the system crashed.
I use windbg to find the position of the bug.
Then, I decompile the vjoy.sys. There's a bug in this code snippet.
[r9+r10] may refer to a fault address. I compare it to the source code in rawpdo.c
In source code:
In binary:
The parm in binary is wrong. I think this results the bug. Maybe there's something wrong when compile the source to binary. You can release your binary correctly and replace it at your website.
The text was updated successfully, but these errors were encountered: