Skip to content

Instantly share code, notes, and snippets.

@rgm
Last active April 8, 2020 19:46
Show Gist options
  • Save rgm/ca42837db8b4be665d7f256f23cb5774 to your computer and use it in GitHub Desktop.
Save rgm/ca42837db8b4be665d7f256f23cb5774 to your computer and use it in GitHub Desktop.
pulling the zoom app out of their installer - 4.6.10 (20041.0408) on 2020-04-08
❯ pkgutil --expand Zoom.pkg Zoom
❯ cd Zoom
❯ l
total 4
-rw-r--r-- 1 rgm staff 1386 Apr 8 19:05 Distribution
drwx------ 11 rgm staff 352 Apr 8 19:05 Resources/
drwx------ 6 rgm staff 192 Apr 8 19:05 zoomus.pkg/
❯ cd zoomus.pkg
❯ l
total 20116
-rw-r--r-- 1 rgm staff 551598 Apr 8 08:50 Bom
-rw-r--r-- 1 rgm staff 613 Apr 8 19:05 PackageInfo
-rw-r--r-- 1 rgm staff 18986957 Apr 8 08:50 Payload
drwxr-xr-x 6 rgm staff 192 Apr 8 19:05 Scripts/
❯ cp Payload Payload.orig
❯ file Payload
Payload: gzip compressed data, from Unix, original size modulo 2^32 48244736
❯ mv Payload Payload.gz
❯ gunzip Payload.gz
❯ file Payload
Payload: ASCII cpio archive (pre-SVR4 or odc)
❯ cpio -idv < Payload
.
./zoom.us.app
./zoom.us.app/Contents
./zoom.us.app/Contents/_CodeSignature
./zoom.us.app/Contents/_CodeSignature/CodeResources
./zoom.us.app/Contents/MacOS
./zoom.us.app/Contents/MacOS/zoom.us
./zoom.us.app/Contents/PlugIns
./zoom.us.app/Contents/PlugIns/ZoomAudioDevice.driver
./zoom.us.app/Contents/PlugIns/ZoomAudioDevice.driver/Contents
[...]
./zoom.us.app/Contents/Frameworks/zVideoUI.bundle/Contents/Resources/ZMDialInPadWindowController.nib
./zoom.us.app/Contents/Frameworks/zVideoUI.bundle/Contents/Info.plist
./zoom.us.app/Contents/Info.plist
./zoom.us.app/Contents/PkgInfo
94228 blocks
❯ l
total 66256
-rw-r--r-- 1 rgm staff 551598 Apr 8 08:50 Bom
-rw-r--r-- 1 rgm staff 613 Apr 8 19:05 PackageInfo
-rw-r--r-- 1 rgm staff 48244736 Apr 8 08:50 Payload
-rw-r--r-- 1 rgm staff 18986957 Apr 8 19:05 Payload.orig
drwxr-xr-x 6 rgm staff 192 Apr 8 19:05 Scripts/
drwxrwxr-x 3 rgm staff 96 Apr 8 19:07 zoom.us.app/
❯ cp -R zoom.us.app ~/Applications
@rgm
Copy link
Author

rgm commented Apr 8, 2020

Never mind: this skips some steps: https://twitter.com/zadr/status/1246613627869642752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment