mirror of https://github.com/google/oss-fuzz.git
[capstone] Absolute paths for capstone build (#1562)
This commit is contained in:
parent
160e518818
commit
7690a138a9
|
@ -27,14 +27,14 @@ do
|
|||
cmake -DCAPSTONE_BUILD_SHARED=0 ..
|
||||
make
|
||||
|
||||
cd ../bindings/python
|
||||
cd $SRC/capstone$branch/bindings/python
|
||||
#better debug info
|
||||
sed -i -e 's/#print/print/' capstone/__init__.py
|
||||
(
|
||||
export CFLAGS=""
|
||||
python setup.py install
|
||||
)
|
||||
cd ../../suite
|
||||
cd $SRC/capstone$branch/suite
|
||||
mkdir fuzz/corpus
|
||||
find MC/ -name *.cs | ./test_corpus.py
|
||||
cd fuzz
|
||||
|
|
Loading…
Reference in New Issue