Skip to main content

asmslicer

asmslicer is the LOCI static-analysis service. It slices ELF binaries (embedded firmware and executables) into:

  • ASM basic blocks and linear execution segments, including CFG info.
  • Callgraph between functions.
  • Symbol and variable-access information.

and additionally provides binary diffing, worst-case stack-depth estimation, ROM/RAM memory-usage reports, and cross-artifact symbol dependency resolution.

Documentation

Full documentation lives in docs/ — start with the overview.

1. Overview and scope What the service does; scope boundary vs. the TDMP trace pipeline
2. Architecture Processing pipeline, disassembly engines, data flow
3. CLI reference Subcommands slice, diff, stack-depth, memmap, deps; exit codes
4. Output formats Normative schemas of all CSV/DOT/JSON artifacts
5. Analyses Methods, assumptions, guarantees, blind spots
6. Platform support aarch64 / Cortex-M / TriCore support matrix
7. Deployment and operations Docker image, env vars, security posture
8. Dependencies Third-party inventory and licenses
9. Quality assurance Test suites and golden-data regression evidence
10. Limitations and determinism Soundness limits, reproducibility statement
11. Release and versioning CI/CD, image tagging, provenance

How do I get set up?

  • asmslicer uses uv for Python project and dependency management; install uv first.

External dependencies

The following system tools are required for full functionality:

  • binutils — provides c++filt for C++ symbol demangling
  • llvm-18 — provides llvm-ifs-18 for interface stub generation
  • rustfilt — for Rust symbol demangling

On Debian/Ubuntu:

sudo apt-get update && sudo apt-get install binutils rustfilt
wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 18

For CUDA binary analysis (optional):

# Requires NVIDIA CUDA toolkit
sudo apt-get install cuda-cuxxfilt-13-0 cuda-cuobjdump-13-0 cuda-nvdisasm-13-0
  • Then configure the venv using uv:
uv venv
source .venv/bin/activate
uv sync
  • Once the venv is set up you can run the service CLI locally:
loci-service-asmslicer --help
loci-service-asmslicer slice path/to/app.elf ./out
  • The Docker container image can also be built in the standard way:
docker build -t loci-platform/loci-service-static-analysis .

Contribution guidelines

  • The project uses the main branch for active development.
  • Changes are merged by creating a pull request targeting main.
  • Merging to main automatically triggers a build pipeline which deploys the Docker container to AWS ECR with the latest tag.
  • Creating an annotated tag with an x.y.z version number triggers a pipeline build which deploys the Docker container to AWS ECR with the x.y.z tag. See docs/11-versioning.md.

Who do I talk to?

  • Repo owner or admin.

Release files for loci-service-asmslicer 1.1.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for loci-service-asmslicer 1.1.4
File
loci_service_asmslicer-1.1.4-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
loci_service_asmslicer-1.1.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
loci_service_asmslicer-1.1.4-cp312-cp312-macosx_11_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 11.0+ x86-64 Details
loci_service_asmslicer-1.1.4-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details

Total release size: 36.8 MB

Release files / loci_service_asmslicer-1.1.4-cp312-cp312-win_amd64.whl

Download URL loci_service_asmslicer-1.1.4-cp312-cp312-win_amd64.whl
Size 3.3 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
850a486e75b402d9fb9c9217bdc69d4c1f35f05ac37ed0a39e0d004aa4b03521
BLAKE2b-256 checksum
How to use checksums
3206c8956c35565f0742d3f4f649a1abb51e40a709c4ac995fc5e029c5cd1ad7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.15

Release files / loci_service_asmslicer-1.1.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL loci_service_asmslicer-1.1.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 26.2 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
324cd378238e6e67d57a2e943c5e8d2f71020fd7b7dfa55924a4f09c07cec82f
BLAKE2b-256 checksum
How to use checksums
ea5893e83c64ccb51ec4f66701d6376e221bd6392441902f8f08ac8437c4e640
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.12.3

Release files / loci_service_asmslicer-1.1.4-cp312-cp312-macosx_11_0_x86_64.whl

Download URL loci_service_asmslicer-1.1.4-cp312-cp312-macosx_11_0_x86_64.whl
Size 3.8 MB
Tags CPython 3.12 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
23309204d9188e99fa5b5cae0d9af55356b3c5233ff7e4313501e2804a6fc6b0
BLAKE2b-256 checksum
How to use checksums
f86b0204ee9e265dae3addb696d82ed29477e5b1f63ade5816cbcbcbcdb115b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.10

Release files / loci_service_asmslicer-1.1.4-cp312-cp312-macosx_11_0_arm64.whl

Download URL loci_service_asmslicer-1.1.4-cp312-cp312-macosx_11_0_arm64.whl
Size 3.6 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
03d9e120eebceeacd85c8de80432183f3e110bc84794150562b098131c939e70
BLAKE2b-256 checksum
How to use checksums
21a33b8523868b290bdf352cac66fa7fd4028ba4b298bab8aac48c77b868db0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.10

Release history Release notifications | RSS feed

1.1.9

4 release files

1.1.8

4 release files

1.1.7

4 release files

1.1.6

4 release files

1.1.5

4 release files

This release

1.1.4 This release

4 release files

1.1.3

4 release files

1.1.2

4 release files

1.1.1

4 release files

1.1.0

4 release files

1.0.17

4 release files

1.0.16

4 release files

1.0.14

4 release files

1.0.13

4 release files

1.0.12

4 release files

1.0.9

4 release files

1.0.8

4 release files

1.0.7

4 release files

1.0.6

4 release files

1.0.5

4 release files

1.0.4

4 release files

1.0.3

4 release files

1.0.2

4 release files

1.0.1

4 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page