We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589ef2c commit 60752baCopy full SHA for 60752ba
README.md
@@ -7,7 +7,7 @@ The only supported host OS is Ubuntu 22.04, things may or may not work on any ot
7
First install the dependencies and clone the project:
8
```bash
9
sudo apt update
10
-sudo apt install -y bc bison build-essential flex git libelf-dev libssl-dev ncurses-dev gdb gdb-multiarch qemu qemu-system-x86 qemu-system-arm qemu-user-static binfmt-support llvm clang clang-tools lld lz4 binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu pahole dwarves
+sudo apt install -y bc bison build-essential flex git libelf-dev libssl-dev ncurses-dev gdb gdb-multiarch qemu qemu-system-x86 qemu-system-arm qemu-user-static binfmt-support llvm clang clang-tools lld lz4 binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu pahole dwarves device-tree-compiler
11
git clone --recursive https://github.com/gsingh93/linux-exploit-dev-env
12
cd linux-exploit-dev-env
13
```
0 commit comments