rizinorg/cutter-deps — explained in plain English
Analysis updated 2026-08-05 · repo last pushed 2026-06-30
Build all required libraries for Cutter in one step instead of compiling each manually.
Set up a local development environment for contributing to the Cutter project.
Ensure consistent dependency versions across different operating systems when building Cutter from source.
| rizinorg/cutter-deps | labstack/docker | xingrz/android_device_meizu_m1892 | |
|---|---|---|---|
| Stars | 5 | 4 | 4 |
| Language | Makefile | Makefile | Makefile |
| Last pushed | 2026-06-30 | 2018-06-26 | 2020-03-16 |
| Maintenance | Maintained | Dormant | Dormant |
| Setup difficulty | hard | moderate | hard |
| Complexity | 4/5 | 2/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires compiling multiple native libraries from source across potentially different operating systems, which can be error-prone and time-consuming.
Cutter-deps is a helper project that builds the underlying software pieces needed to run Cutter, a reverse-engineering tool for analyzing compiled programs. Reverse-engineering software like Cutter relies on a number of separate libraries and components to function. Gathering and building all of those pieces from scratch can be a time-consuming and error-prone task, especially across different operating systems. This project automates that work with build scripts so the right versions of each dependency are compiled and ready to go. The people who would use this are developers who work on Cutter itself or contributors who want to build the application from source code on their own machine. Rather than hunting down each required library individually, they can run these scripts to get everything set up in one go. It is a behind-the-scenes utility aimed at making the development process smoother for the Cutter team. The README does not go into detail on exactly which dependencies are built or what platforms are supported. The project is intentionally narrow in scope: it exists solely to support Cutter and is not meant to be a general-purpose dependency manager.
A helper project that automatically builds the underlying libraries needed to run Cutter, a tool for analyzing compiled programs, saving developers from compiling each piece individually.
Mainly Makefile. The stack also includes Makefile, CMake, Shell scripts.
Maintained — commit in last 6 months (last push 2026-06-30).
The README does not mention a license, so it is unclear what permissions are granted for using or modifying this code.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.