Skip to content

Commit

Permalink
Minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r authored and ivg committed Feb 14, 2022
1 parent f11a84a commit 6bf64d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ $ git clone [email protected]:BinaryAnalysisPlatform/qemu.git
Change folder to qemu and build tracer:
```bash
$ cd qemu
$ ./configure --prefix=$HOME --with-tracewrap=../bap-frames --target-list="`echo {arm,i386,x86_64,mips}-linux-user`"
$ make
$ make install
$ ./configure --prefix=$HOME --with-tracewrap=../bap-frames --target-list=arm-linux-user
$ ninja -C build
$ ninja -C build install
```

# Usage
Expand All @@ -95,4 +95,4 @@ Hints: use option -L to set the elf interpreter prefix to 'path'. Use
to download arm and x86 libraries.

# Notes
Only ARM, X86, X86-64, MIPS targets are supported in this branch.
Only ARM target is supported in this branch.

0 comments on commit 6bf64d7

Please sign in to comment.