gef: adding missing deps
This commit is contained in:
parent
07566e38f2
commit
c9d995eb7d
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'gef'
|
||||
pkgname=gef
|
||||
version=2023.06
|
||||
revision=1
|
||||
revision=2
|
||||
pycompile_dirs="usr/lib/gef"
|
||||
depends="keystone-python3 capstone-python3 unicorn-python3 python3-Ropper"
|
||||
depends="keystone-python3 capstone-python3 unicorn-python3 python3-Ropper
|
||||
gdb readelf"
|
||||
short_desc="GDB Enhanced Features for exploit devs & reversers"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in New Issue