mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
pcileech: major v4.0 bump with deps
This commit is contained in:
parent
199cd7e49b
commit
a799af3b20
5 changed files with 59 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST pcileech-3.6.2.tar.gz 893228 BLAKE2B c081be357a1e0563fa1bfcd2785605e306e5ffb0fad00fa461f96086bae78d35cc9ca3cf616fd1bee12e6c991b082e9e606efc45fdc63b34eb4312fce29f35ac SHA512 dab9b9a7517138a6bd207b4c664bf9053cf42e09a40067f0f24b7f404342f9bc60d1bb3265c851eea9c9285594e76ee11fd49a4f80970b81fd944a9722ab7ef2
|
||||
DIST pcileech-3.7.tar.gz 901874 BLAKE2B f6215ce9d4217e10227d888f24e18276930b04c72aa0361fa38704d9f8129ee3255bc256c1eb9679e324416cc44a2ae7ec54425347c58c3754a8ba56860096fb SHA512 6b348e104479372355719a9b92bb3d4c0dfbe52b62ba19a692c568a99addd96dc8d228f0d464aab4f5daf4ac2d80bf7e586dcfb40e63f4e8e8beebe98ed61d70
|
||||
DIST pcileech-4.0.tar.gz 310693 BLAKE2B 63d035a346dc6bbbb2477926e502abf386e82586cef992f342de82b6f83cd3457a447cdbdbdfb5fb4ee6357d686603c4844cf3545bb44466c846964d23a2aa34 SHA512 c251c0c1e3adc5340a8debb7b284e05b582442e15b37d2d590b92873d7935456612a0170b7d43dda6223af6757d9ac30cf8940fb6e94b5a4495e98b1e4889e1c
|
||||
|
|
|
|||
32
app-forensics/pcileech/pcileech-4.0.ebuild
Normal file
32
app-forensics/pcileech/pcileech-4.0.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Direct Memory Access (DMA) Attack Software"
|
||||
HOMEPAGE="https://github.com/ufrisk/pcileech"
|
||||
SRC_URI="https://github.com/ufrisk/pcileech/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="ft60x_driver"
|
||||
|
||||
DEPEND="virtual/libusb:1
|
||||
dev-libs/LeechCore
|
||||
ft60x_driver? ( sys-kernel/ft60x_driver )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
#https://github.com/ufrisk/pcileech/issues/82
|
||||
sed -i "s|-l:../files/leechcore.so|-l:leechcore.so|" pcileech/Makefile
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -C pcileech
|
||||
}
|
||||
|
||||
src_install(){
|
||||
dobin files/pcileech
|
||||
}
|
||||
24
dev-libs/LeechCore/LeechCore-1.0.ebuild
Normal file
24
dev-libs/LeechCore/LeechCore-1.0.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Direct Memory Access (DMA) Attack Software"
|
||||
HOMEPAGE="https://github.com/ufrisk/LeechCore"
|
||||
SRC_URI="https://github.com/ufrisk/LeechCore/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
emake -C leechcore
|
||||
}
|
||||
|
||||
src_install(){
|
||||
dolib.so files/leechcore.so
|
||||
}
|
||||
1
dev-libs/LeechCore/Manifest
Normal file
1
dev-libs/LeechCore/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST LeechCore-1.0.tar.gz 314307 BLAKE2B a73416f449c60f475e0708ccf7b341a5b95d6299f384571d1324ffd4ba94681b039c54e6c8701db8d2e42a9ccb04889a550370b9f6c395f86a368b21b8854611 SHA512 ae1980f16c31f9315d5b5a4dddf23120f3117442073457048c7717611ebb216b612d726479f3cf57f6908fe31a884d597c5c193db8dabf5b7672ec7ca43b3067
|
||||
|
|
@ -14,6 +14,7 @@ app-forensics/libpff
|
|||
~app-forensics/libforensic1394-0.2
|
||||
|
||||
app-forensics/pcileech
|
||||
~dev-libs/LeechCore-1.0
|
||||
|
||||
~app-misc/hivex-1.3.11
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue