mirror of https://github.com/pwndbg/pwndbg.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
503 B
YAML
19 lines
503 B
YAML
name: "pwndbg-lldb"
|
|
arch: "${ARCH}"
|
|
platform: "linux"
|
|
version: "${VERSION}"
|
|
version_schema: none
|
|
section: "default"
|
|
priority: "extra"
|
|
maintainer: "Dominik 'disconnect3d' Czarnota <dominik.b.czarnota+dc@gmail.com>"
|
|
description: |
|
|
Exploit Development and Reverse Engineering with GDB Made Easy
|
|
homepage: "https://github.com/pwndbg/pwndbg"
|
|
license: "MIT"
|
|
contents:
|
|
- src: /usr/lib/pwndbg-lldb/bin/pwndbg-lldb
|
|
dst: /usr/bin/pwndbg-lldb
|
|
type: symlink
|
|
- src: ./result/pwndbg
|
|
dst: /usr/lib/pwndbg-lldb
|