aboutsummaryrefslogtreecommitdiff
path: root/third_party/minhook/AUTHORS.txt
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-05-08 11:06:06 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-05-08 11:06:06 -0500
commit6391164071b859e901283bec098974ef6b104f50 (patch)
tree52ded084a17437b225382a01f1f293696de3029a /third_party/minhook/AUTHORS.txt
parentf9fbaf60cdb8e242554227eb41b163c12591fdf2 (diff)
Add PE-side VFS bridge acceleration
Diffstat (limited to 'third_party/minhook/AUTHORS.txt')
-rw-r--r--third_party/minhook/AUTHORS.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/minhook/AUTHORS.txt b/third_party/minhook/AUTHORS.txt
new file mode 100644
index 0000000..ebef1a6
--- /dev/null
+++ b/third_party/minhook/AUTHORS.txt
@@ -0,0 +1,8 @@
+Tsuda Kageyu <tsuda.kageyu@gmail.com>
+ Creator, maintainer
+
+Michael Maltsev <leahcimmar@gmail.com>
+ Added "Queue" functions. A lot of bug fixes.
+
+Andrey Unis <uniskz@gmail.com>
+ Rewrote the hook engine in plain C.