Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ergrelet/llvm-ebctoll

Portable and standalone utility to extract embedded LLVM bitcode from binaries compiled with -fembed-bitcode.
https://github.com/ergrelet/llvm-ebctoll

bitcode llvm python

Last synced: 2 months ago
JSON representation

Portable and standalone utility to extract embedded LLVM bitcode from binaries compiled with -fembed-bitcode.

Awesome Lists containing this project

README

        

# llvm-ebctoll

Portable and standalone utility to extract embedded LLVM bitcode from binaries
compiled with `-fembed-bitcode`.

Supported executable formats:

- PE
- ELF

Note that upstream LLVM doesn't save linker flags when `-fembed-bitcode` is used.

## Usage

Note: Poetry is used to manage dependencies and thus should be installed
beforehand.

```
poetry install
poetry run llvm-ebctoll bin.exe output_dir
```