README.md

actions.py
| #!/usr/bin/python |
| # Created For Solus Operating System |
| frompisi.actionsapiimportget, pisitools, shelltools |
| NoStrip= ['/usr', '/opt'] |
| IgnoreAutodep=True |
| Version=get.srcVERSION() |
| defsetup(): |
| shelltools.system('pwd') |
| shelltools.system('ar xf Hopper-v4-%s-Linux.deb'%Version) |
| shelltools.system('tar xzf data.tar.gz') |
| definstall(): |
| pisitools.insinto('/', 'usr') |
| pisitools.insinto('/', 'opt') |
| pisitools.dosym('/opt/hopper-v4/bin/hopper-launcher.sh', '/usr/bin/hopper-launcher') |
| pisitools.dosym('/usr/lib/libncurses.so.5.9', '/usr/lib/libtinfo.so.5') |
Fashion design sketch. 'hopper' is most definitely an 'add-on' application as it's not part of the standard distro and isn't compiled against system libraries, so it seems to me that /opt is the most appropriate place for it. Hopper is a reverse engineering tool for macOS and Linux, that lets you disassemble, decompile and debug (OS X only) your 32/64bits Intel Mac, Windows and iOS (ARM) executables. Novel writing for dummies. An open-source x64/x32 debugger for windows. Immunity Debugger is a branch of OllyDbg v1.10, with built-in support for Python scripting.


pspec.xml
| <?xml version='1.0' ?> |
| <!DOCTYPEPISI SYSTEM 'https://solus-project.com/standard/pisi-spec.dtd'> |
| <PISI> |
| <Source> |
| <Name>hopper-disassembler</Name> |
| <Packager> |
| <Name>Zerf</Name> |
| <Email>zerfgog202@gmail.com</Email> |
| </Packager> |
| <Summary>The macOS and Linux Disassembler.</Summary> |
| <Description> Hopper Disassembler, the reverse engineering tool that lets you disassemble, decompile and debug your applications.</Description> |
| <License>Proprietary</License> |
| <Archivesha1sum='7783d4507f7c68ea46bddaa7a1754917f315b9fc'type='binary'>https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.2.2-Linux.deb</Archive> |
| <BuildDependencies> |
| <Dependency>binutils</Dependency> |
| </BuildDependencies> |
| </Source> |
| <Package> |
| <RuntimeDependencies> |
| <Dependency>libbsd</Dependency> |
| <Dependency>ncurses</Dependency> |
| <Dependency>qt5-base</Dependency> |
| <Dependency>python</Dependency> |
| <Dependency>libgcrypt</Dependency> |
| <Dependency>libxml2</Dependency> |
| </RuntimeDependencies> |
| <Name>hopper-disassembler</Name> |
| <Icon>hopper-disassembler-v4</Icon> |
| <Files> |
| <PathfileType='data'>/opt/hopper-v4</Path> |
| <PathfileType='executable'>/usr/bin</Path> |
| <PathfileType='library'>/usr/lib</Path> |
| <PathfileType='data'>/usr/share/applications</Path> |
| <PathfileType='doc'>/usr/share/doc</Path> |
| <PathfileType='data'>/usr/share/icons</Path> |
| </Files> |
| </Package> |
| <History> |
| <Updaterelease='1'> |
| <Date>03-06-2017</Date> |
| <Version>4.2.2</Version> |
| <Comment>Initial inclusion of Hopper Disassembler</Comment> |
| <Name>Zerf</Name> |
| <Email>zerfgog202@gmail.com</Email> |
| </Update> |
| </History> |
| </PISI> |
Hopper Disassembler Download
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
