Created by: Snawoot
Purpose of proposed changes
Adds support for windows driver version 418.81
Essential steps taken
sed -e 's/\xff\x90\x80\x00\x00\x00\x84\xc0\x74\x08/\xff\x90\x80\x00\x00\x00\x84\xc0\x90\x90/g' orig/nvcuvid.dll > patched/nvcuvid.dll
diff <(xxd orig/nvcuvid.dll ) <(xxd patched/nvcuvid.dll )
- Got address of first changed byte and added
0xC00
- Used it as new offset for
.1337
file - Brought
.1337
file to canonical representation: CRLF newlines, no newline at end of file (vim nvcuvid.1337 '+set binary' '+set noeol' +w +q ; unix2dos nvcuvid.1337
).