phinze/homebrew-cask

View on GitHub
Casks/j/jtool.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "jtool" do
  version :latest
  sha256 :no_check

  url "https://www.newosxbook.com/tools/jtool.tar"
  name "jtool"
  desc "Tool to help out reverse engineering, security researchers, and tweak developers"
  homepage "https://newosxbook.com/tools/jtool.html"

  deprecate! date: "2023-12-17", because: :discontinued

  binary "jtool"
  manpage "jtool.1"
end