Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
63affb9e
Commit
63affb9e
authored
Nov 21, 2019
by
Vladislav Yarmak
Committed by
Vladislav Yarmak
Nov 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add patch from @oysteinkrog for basic testing
parent
9c9d869f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
win/tools/autopatch/autopatch.py
win/tools/autopatch/autopatch.py
+5
-0
win/win10_x64/nsd_441.28/nvencodeapi64.1337
win/win10_x64/nsd_441.28/nvencodeapi64.1337
+5
-0
No files found.
win/tools/autopatch/autopatch.py
View file @
63affb9e
...
@@ -34,6 +34,7 @@ def parse_args():
...
@@ -34,6 +34,7 @@ def parse_args():
default
=
[
default
=
[
"Display.Driver/nvcuvid64.dl_"
,
"Display.Driver/nvcuvid64.dl_"
,
"Display.Driver/nvcuvid32.dl_"
,
"Display.Driver/nvcuvid32.dl_"
,
"Display.Driver/nvencodeapi64.dl_"
,
],
],
help
=
"target location(s) in archive"
)
help
=
"target location(s) in archive"
)
parser
.
add_argument
(
"-N"
,
"--target-name"
,
parser
.
add_argument
(
"-N"
,
"--target-name"
,
...
@@ -41,6 +42,7 @@ def parse_args():
...
@@ -41,6 +42,7 @@ def parse_args():
default
=
[
default
=
[
"nvcuvid.dll"
,
"nvcuvid.dll"
,
"nvcuvid.dll"
,
"nvcuvid.dll"
,
"nvencodeapi64.dll"
,
],
],
help
=
"name(s) of installed target file. Used for patch "
help
=
"name(s) of installed target file. Used for patch "
"header"
)
"header"
)
...
@@ -49,6 +51,7 @@ def parse_args():
...
@@ -49,6 +51,7 @@ def parse_args():
default
=
[
default
=
[
"nvcuvid64.1337"
,
"nvcuvid64.1337"
,
"nvcuvid32.1337"
,
"nvcuvid32.1337"
,
"nvencodeapi64.1337"
,
],
],
help
=
"relative filename(s) of generated patch(es)"
)
help
=
"relative filename(s) of generated patch(es)"
)
parser
.
add_argument
(
"-S"
,
"--search"
,
parser
.
add_argument
(
"-S"
,
"--search"
,
...
@@ -56,6 +59,7 @@ def parse_args():
...
@@ -56,6 +59,7 @@ def parse_args():
default
=
[
default
=
[
"FF909800000084C075"
,
"FF909800000084C075"
,
"8B404CFFD084C075"
,
"8B404CFFD084C075"
,
"8BF085C0750549892FEB21"
,
],
],
help
=
"representation of search pattern(s) binary string"
)
help
=
"representation of search pattern(s) binary string"
)
parser
.
add_argument
(
"-R"
,
"--replacement"
,
parser
.
add_argument
(
"-R"
,
"--replacement"
,
...
@@ -63,6 +67,7 @@ def parse_args():
...
@@ -63,6 +67,7 @@ def parse_args():
default
=
[
default
=
[
"FF90980000000C0175"
,
"FF90980000000C0175"
,
"8B404CFFD00C0175"
,
"8B404CFFD00C0175"
,
"33C08BF0750549892FEB21"
,
],
],
help
=
"representation of replacement(s) binary string"
)
help
=
"representation of replacement(s) binary string"
)
parser
.
add_argument
(
"-o"
,
"--stdout"
,
parser
.
add_argument
(
"-o"
,
"--stdout"
,
...
...
win/win10_x64/nsd_441.28/nvencodeapi64.1337
0 → 100644
View file @
63affb9e
>nvencodeapi64.dll
000000000002E43A:8B->33
000000000002E43B:F0->C0
000000000002E43C:85->8B
000000000002E43D:C0->F0
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment