pmaudit VS samurai

Compare pmaudit vs samurai and see what are their differences.

pmaudit

"Poor Man's Audit" (lightweight build-auditing script) (by boyski)

samurai

ninja-compatible build tool written in C (by michaelforney)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pmaudit samurai
2 10
5 799
- -
10.0 3.2
over 1 year ago 10 days ago
Python C
GNU General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pmaudit

Posts with mentions or reviews of pmaudit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-07.
  • Poor Man's Audit: lightweight build-auditing script
    1 project | news.ycombinator.com | 29 Oct 2023
  • Using Landlock to Sandbox GNU Make
    10 projects | news.ycombinator.com | 7 Aug 2022
    This is very cool.

    A while back I started an experiment/prototype called "make-audit"; this is a (draft) tool to report when an execution of GNU make reads or changes files in ways that are inconsistent with its Makefile: https://github.com/david-a-wheeler/make-audit It's nowhere ready for serious use, but it can detect the following:

    * Error: Target TARGET : unreported prerequisites: SET : The make recipe for creating TARGET is reading from the prerequisites in SET, but the makefile fails to report them as dependencies. You may want to add SET to the prerequisites of TARGET.

    * Error: Target TARGET : claimed but unused prerequisites: SET : The make recipe for creating TARGET claims that it depends on SET, but the items in SET were never read. You may want to remove SET from the prerequisites of TARGET.

    * Error: Target TARGET : unreported target: SET The make recipe for updating TARGET also modifies the files in SET but this is not reported.

    * Error: Target TARGET : unmodified reported target: SET

    This depended on Poor Man's File Auditor (pmaudit): https://github.com/boyski/pmaudit

samurai

Posts with mentions or reviews of samurai. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-26.

What are some alternatives?

When comparing pmaudit and samurai you can also consider the following projects:

Microsoft Research Detours Package - Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.

stm32-cube-cmake-vscode - STM32, VSCode and CMake detailed tutorial

chromium - The official GitHub mirror of the Chromium source

vivarium - A dynamic tiling Wayland compositor using wlroots

Bazel - a fast, scalable, multi-language and extensible build system

make-audit - Easy-to-use tool for auditing Makefiles for errors

build2 - build2 build system

oil - Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!

dwm - LEV Linux's window manager (a fork of dwm)

cosmopolitan - build-once run-anywhere c library

Rust-for-Linux - Adding support for the Rust language to the Linux kernel.