https://github.com/oov/aviutl_infecter
https://github.com/oov/aviutl_infecter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oov/aviutl_infecter
- Owner: oov
- License: mit
- Created: 2019-08-25T21:38:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T17:13:46.000Z (over 4 years ago)
- Last Synced: 2025-01-05T17:30:40.582Z (5 months ago)
- Language: C
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# infecter.auf
これは https://github.com/amate/InputPipePlugin で起きていたハンドルキャッシュ周りの症状を個人的に検証するために作ったプラグインで、一般的な用途に適したものではありません。
これはフィルタープラグインとして動作し、`lwinput.aui` が返す `INPUT_PLUGIN_TABLE` 内の関数ポインタを書き換えることで処理に介入するようになります。
## Credits
infecter.auf is made possible by the following open source softwares.
### AviUtl Plugin SDK
http://spring-fragrance.mints.ne.jp/aviutl/
The MIT License
Copyright (c) 1999-2012 Kenkun
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.