Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 21, 2020 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/84536d66265caec3a866b0ad256a2704 to your computer and use it in GitHub Desktop.
Save r-ryantm/84536d66265caec3a866b0ad256a2704 to your computer and use it in GitHub Desktop.
/nix/store/igcsprsw0x0kxl2hgqx5fyc4ic27frq2-hopper-4.5.27
├── bin
│   └── hopper
├── lib
│   ├── libBlocksRuntime.so.0
│   ├── libdispatch.so -> libdispatch.so.1
│   ├── libdispatch.so.0.1.3.1
│   ├── libdispatch.so.1 -> libdispatch.so.0.1.3.1
│   ├── libffi.so.6 -> /nix/store/kc0gcjma8p5azpyqyl2xqbl51ic5yk0s-libffi-3.3/lib/libffi.so
│   ├── libgnustep-base.so -> libgnustep-base.so.1.24
│   ├── libgnustep-base.so.1.24 -> libgnustep-base.so.1.24.9
│   ├── libgnustep-base.so.1.24.9
│   ├── libHopperCore.so
│   ├── libkqueue.so.0
│   ├── libobjcxx.so -> libobjcxx.so.4.6
│   ├── libobjcxx.so.4.6
│   └── libpthread_workqueue.so.0
└── share
├── applications
│   └── hopper-v4.desktop
├── doc
│   └── hopperv4
│   ├── English.lproj
│   │   ├── Hopper.html
│   │   ├── regexp.html
│   │   ├── script.html
│   │   └── tutorial.html
│   ├── index.html
│   └── shared
│   ├── arrow.svg
│   ├── HopperIcn-256.png
│   ├── HopperIcn-512.png
│   ├── HopperIcn.png
│   ├── jquery-3.1.1
│   │   └── jquery-3.1.1.min.js
│   ├── styles
│   │   ├── style.css
│   │   └── tutorial.css
│   └── tutorial_files
│   ├── assembler@1x.jpg
│   ├── assembler@2x.jpg
│   ├── assembler.png
│   ├── cfg@1x.jpg
│   ├── cfg@2x.jpg
│   ├── cfg.png
│   ├── decompiler@1x.jpg
│   ├── decompiler@2x.jpg
│   ├── decompiler.png
│   ├── hexedit@1x.jpg
│   ├── hexedit@2x.jpg
│   ├── hexedit.png
│   ├── inspector@1x.jpg
│   ├── inspector@2x.jpg
│   ├── inspector.png
│   ├── mode_asm@1x.jpg
│   ├── mode_asm@2x.jpg
│   ├── mode_asm.png
│   ├── mode_cfg@1x.jpg
│   ├── mode_cfg@2x.jpg
│   ├── mode_cfg_group@1x.jpg
│   ├── mode_cfg_group@2x.jpg
│   ├── mode_cfg_group.png
│   ├── mode_cfg_jmp@1x.jpg
│   ├── mode_cfg_jmp@2x.jpg
│   ├── mode_cfg_jmp.png
│   ├── mode_cfg.png
│   ├── mode_hex@1x.jpg
│   ├── mode_hex@2x.jpg
│   ├── mode_hex.png
│   ├── mode_minimap@1x.jpg
│   ├── mode_minimap@2x.jpg
│   ├── mode_minimap.png
│   ├── mode_pseudocode@1x.jpg
│   ├── mode_pseudocode@2x.jpg
│   ├── mode_pseudocode.png
│   ├── modes_toolbar@1x.jpg
│   ├── modes_toolbar@2x.jpg
│   ├── modes_toolbar.png
│   ├── navigation@1x.jpg
│   ├── navigation@2x.jpg
│   ├── navigation.png
│   ├── navigator@1x.jpg
│   ├── navigator@2x.jpg
│   ├── navigator.png
│   ├── overview@1x.jpg
│   ├── overview@2x.jpg
│   ├── overview.png
│   ├── switch_hint@1x.jpg
│   ├── switch_hint@2x.jpg
│   ├── switch_hint.png
│   ├── symbol_list@1x.jpg
│   ├── symbol_list@2x.jpg
│   ├── symbol_list.png
│   ├── toolbar@1x.jpg
│   ├── toolbar@2x.jpg
│   └── toolbar.png
└── icons
└── hicolor
├── 128x128
│   └── apps
│   └── hopper-disassembler-v4.png
├── 16x16
│   └── apps
│   └── hopper-disassembler-v4.png
├── 24x24
│   └── apps
│   └── hopper-disassembler-v4.png
├── 256x256
│   └── apps
│   └── hopper-disassembler-v4.png
├── 32x32
│   └── apps
│   └── hopper-disassembler-v4.png
├── 48x48
│   └── apps
│   └── hopper-disassembler-v4.png
├── 512x512
│   └── apps
│   └── hopper-disassembler-v4.png
└── 64x64
└── apps
└── hopper-disassembler-v4.png
29 directories, 92 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment