| icon | compact-disc |
|---|---|
| description | https://github.com/xplshn/AppBundleHUB |
- Author:
@xplshn - Project Page: https://github.com/xplshn/pelf/
- Sources: Mostly prebuilts from https://github.com/xplshn/AppBundleHUB
{% hint style="info" %}
.pkg: ${PKG_NAME}
.pkg_type: appbundle
${SBUILD_PKG} : ${PKG_NAME}.appbundle
{% endhint %}
{% hint style="info" %}
- Fuse: Required for mounting Filesystems & Images
- Fonts: Required to display/render Non-English Chars, Emojis, Symbols etc.
- Kernel User NameSpaces: Required for Sandboxing, Security & Performance {% endhint %}
{% hint style="info" %} WARNINGS
- NEVER run
strip,objcopyor any other binary rewriting tool as they will often just strip thesquashfs|dwarfsarchive, only preserving theruntime. - A typical
.appbundlefile is not a real elf binary, thus will not survive this process. {% endhint %}