Skip to content

ptrumpis/snap-camera-signature-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Release Date GitHub Release GitHub Commits GitHub stars GitHub forks

🔓 Snap Camera Signature Patch

Unlocks all Snap Lenses with Snap Camera Server v3

TL;DR
Web based online Patch Tool

ℹ️ About

Snap lens.lns files come with a Signature preventing anyone from distributing or modifying lenses.

This patch will disable all Signature checks of your Snap Camera application to use modified Snap Lenses.

Enabling you to

  • Access/Download all Snap Lenses from the web https://lens.snapchat.com/
  • Use modified Lenses (Remove Watermarks / Change Backgrounds...)

⚠ Requirements

  • Snap Camera 1.19 - 1.21 (Windows)
  • Snap Camera 1.21 (Mac OS)

Now with Windows and Mac OS support 👍

🚀 Usage

Use the web based online patch tool

🍏 Additional steps on Mac OS

Mac OS users will also have to run these commands inside the Terminal application after applying the patch.

  1. Make the binary executable:
chmod +x "/Applications/Snap Camera.app/Contents/MacOS/Snap Camera"
  1. Remove the Mac OS code signing:
sudo codesign --remove-signature "/Applications/Snap Camera.app"
  1. Remove extended file attributes:
sudo xattr -cr "/Applications/Snap Camera.app"

Error: application can't be opened

Make sure to check your Mac OS security settings if the application can't be opened.

gatekeeper2

You can try to fix the error by running the command:

sudo spctl --add "/Applications/Snap Camera.app"

Or by running the command:

sudo codesign --force --deep --sign - "/Applications/Snap Camera.app"

Still having problems?

If you still have problems opening the application, you can try a few more things...

  1. Read this 📖 Troubleshooting Mac OS - Snap Camera can't be opened
  2. Run the macOS errorfix.sh script inside your Terminal application
  3. Watch the macOS video guide below.

Patching Snap Camera on Mac OS

❤️ Support

If you like my work and want to support me, feel free to invite me for a virtual coffee ☕

Ko-fi Buy me a Coffee Liberapay PayPal

You can also become my GitHub Sponsor

Sponsor


© 2023-2024 Patrick Trumpis