Add support for dynamic loaded shared libraries bundles
- Dominant language
- C
- Stars
- 193
- Forks
- 99
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Add support for shared library (e.g. so / dylib files) as bundles.
Note that these bundles should be resolvable on their own and cannot have additional shared libraries dependencies, as is the case for zip bundles.
Shared library bundle still should have bundle activator symbols, but should also contain an embedded zip resource (using objcopy to attach a (zip) resource file to the shared object, which can be retrieved using predefined symbols)
Advantages is that these bundles can still be used as normal shared objects (also in CMake) and make it easier to load the symbols for bundles to gdb.
---
Original creation date: 31/Jan/2018
Reporter: @pnoltes
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.