Updating Makefile and preparing qiling Setup

This commit is contained in:
FlUxIuS 2024-06-28 10:57:34 +02:00
parent 3db9588141
commit 0ac78aa05e
No known key found for this signature in database
GPG Key ID: E8B96449EE4FA72F
3 changed files with 3 additions and 3 deletions

View File

@ -22,5 +22,5 @@ reversing: common
automotive: common
docker build -f automotive.docker -t automotive:latest ..
build: sdrfull bluetooth wifi rfid reversing
build: sdrfull bluetooth wifi rfid reversing automotive
echo "Done!"

View File

@ -27,7 +27,7 @@ RUN ./entrypoint.sh radare2_soft_install
RUN ./entrypoint.sh ghidra_soft_install
RUN ./entrypoint.sh binwalk_soft_install
#RUN ./entrypoint.sh cutter_soft_install #TODO: fix install
RUN ./entrypoint.sh qiling_soft_install
#RUN ./entrypoint.sh qiling_soft_install # TODO: resolve some debconf
# Cleaning and quitting
WORKDIR /root/

View File

@ -78,7 +78,7 @@ function ghidra_soft_install() {
function qiling_soft_install() {
goodecho "[+] Installing Qiling's dependencies"
installfromnet "apt-fast apt install -y ack antlr3 aria2 asciidoc autoconf automake autopoint binutils bison build-essential bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libglib2.0-dev libgmp3-dev libltdl-dev libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libreadline-dev libssl-dev libtool lrzsz mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pip libpython3-dev qemu-utils rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-dev"
installfromnet "apt-fast install -y ack antlr3 aria2 asciidoc autoconf automake autopoint binutils bison build-essential bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libglib2.0-dev libgmp3-dev libltdl-dev libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libreadline-dev libssl-dev libtool lrzsz mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pip libpython3-dev qemu-utils rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-dev"
goodecho "[+] Cloning and installing Qiling"
[ -d /root/thirdparty ] || mkdir /root/thirdparty
cd /root/thirdparty