Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Weasel template #3806

Merged
merged 2 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- set "CpuAffinityMask=0x00000001" in Sandboxie.ini, where 0x00000001 is a bit mask indicating which cores are to be used
- only supports cores 0-31, for 32+ will be always disabled when this option is used
- added checkbox for Samba and DNS port blocking
- added Weasel template [#3806](https://github.com/sandboxie-plus/Sandboxie/pull/3806) (thanks xWTF)

### Changed
- on systems in test signing mode, Sandboxie will try outdated offsets by default
Expand Down
8 changes: 8 additions & 0 deletions Sandboxie/install/Templates.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3380,6 +3380,14 @@ Tmpl.Url=http://www.nirsoft.net/utils/volumouse.html
Tmpl.Scan=w
OpenWinClass=NirSoft_VolumouseMsg*

[Template_Weasel]
Tmpl.Title=Weasel (Rime)
Tmpl.Class=Desktop
Tmpl.Scan=s
Tmpl.ScanKey=\REGISTRY\MACHINE\SOFTWARE\Classes\CLSID\{A3F4CDED-B1E9-41EE-9CA6-7B4D0DE6CB0A}
OpenPipePath=\Device\NamedPipe\%user%\WeaselNamedPipe
ReadFilePath=%LocalAppData%\Microsoft\Windows\Fonts

[Template_WindowsLive]
Tmpl.Title=Windows Live
Tmpl.Class=Desktop
Expand Down