Skip to content

Commit

Permalink
pwndbg-lldb 2025.01.20
Browse files Browse the repository at this point in the history
  • Loading branch information
patryk4815 committed Jan 30, 2025
1 parent 943dfeb commit 25bb2b6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Casks/p/pwndbg-lldb.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
cask "pwndbg-lldb" do

Check failure on line 1 in Casks/p/pwndbg-lldb.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-15)

The URL's domain github.com matches the homepage domain github.com, the 'verified' parameter of the 'url' stanza is unnecessary. See https://docs.brew.sh/Cask-Cookbook#when-url-and-homepage-domains-differ-add-verified

Check failure on line 1 in Casks/p/pwndbg-lldb.rb

View workflow job for this annotation

GitHub Actions / test pwndbg-lldb (macos-13, intel)

The URL's domain github.com matches the homepage domain github.com, the 'verified' parameter of the 'url' stanza is unnecessary. See https://docs.brew.sh/Cask-Cookbook#when-url-and-homepage-domains-differ-add-verified

Check failure on line 1 in Casks/p/pwndbg-lldb.rb

View workflow job for this annotation

GitHub Actions / test pwndbg-lldb (macos-15, arm)

The URL's domain github.com matches the homepage domain github.com, the 'verified' parameter of the 'url' stanza is unnecessary. See https://docs.brew.sh/Cask-Cookbook#when-url-and-homepage-domains-differ-add-verified
arch arm: "arm64", intel: "amd64"

version "2025.01.20"
sha256 arm: "474ff77d3994d453de5ff2481852dadd337082ce294816d5c794baa697c87e97",
intel: "b0d84f95b5fe3649e8a95ff1030ec91716a91bb3af18ad0e302d866941fa3fe7"

url "https://github.com/pwndbg/pwndbg/releases/download/#{version}/pwndbg-lldb_#{version}_macos_#{arch}.tar.xz",

Check failure on line 8 in Casks/p/pwndbg-lldb.rb

View workflow job for this annotation

GitHub Actions / test pwndbg-lldb (macos-13, intel)

Signature verification failed: /private/tmp/cask-audit20250130-7970-qpvdm0/pwndbg/bin/pwndbg-lldb: code object is not signed at all macOS on ARM requires software to be signed. Please contact the upstream developer to let them know they should sign and notarize their software.

Check failure on line 8 in Casks/p/pwndbg-lldb.rb

View workflow job for this annotation

GitHub Actions / test pwndbg-lldb (macos-15, arm)

Signature verification failed: /private/tmp/cask-audit20250130-5584-dz4lvf/pwndbg/bin/pwndbg-lldb: code object is not signed at all macOS on ARM requires software to be signed. Please contact the upstream developer to let them know they should sign and notarize their software.
verified: "github.com/pwndbg/pwndbg/"
name "pwndbg-lldb"
desc "Exploit Development and Reverse Engineering with LLDB Made Easy"
homepage "https://github.com/pwndbg/pwndbg"

livecheck do
url :url
strategy :github_latest
end

binary "pwndbg/bin/pwndbg-lldb"

zap trash: "~/.cache/pwndbg"
end

0 comments on commit 25bb2b6

Please sign in to comment.