Skip to content

Commit 3f02bce

Browse files
committed
Fix luzer installation docs
1 parent 2acf1b2 commit 3f02bce

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,8 @@ Triage Jazzer.js crashes with casr-libfuzzer (Jazzer.js installation [guide](htt
246246
Triage luzer crashes with casr-libfuzzer:
247247

248248
$ unzip casr/tests/casr_tests/lua/xml2lua.zip && cd xml2lua && luarocks --local build && cd .. && rm -rf xml2lua
249-
$ git clone https://github.com/azanegin/luzer.git && \
250-
cd luzer && git checkout 77642ba37430eded66d171a68d7e9c3f6347d625 && luarocks --local build && cd .. && rm -rf luzer
249+
$ luarocks --local install https://gist.githubusercontent.com/ligurio/9743b6c993dabebe5daab721319e1250/raw/4d89cbf031cbd67b52e23dd86e1156f433abbf72/luzer-scm-1.rockspec
251250
$ eval $(luarocks path)
252-
$ mkdir -p casr/tests/tmp_tests_casr/casr_libfuzzer_luzer_out
253251
$ casr-libfuzzer -i casr/tests/casr_tests/casrep/luzer_crashes_xml2lua -o casr/tests/tmp_tests_casr/casr_libfuzzer_luzer_out -- casr/tests/casr_tests/lua/stdin_parse_xml.lua
254252

255253
Triage LibAFL crashes with casr-libfuzzer:

docs/usage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -686,10 +686,8 @@ Jazzer.js example (Jazzer.js installation [guide](https://github.com/CodeIntelli
686686
Luzer example:
687687

688688
$ unzip casr/tests/casr_tests/lua/xml2lua.zip && cd xml2lua && luarocks --local build && cd .. && rm -rf xml2lua
689-
$ git clone https://github.com/azanegin/luzer.git && \
690-
cd luzer && git checkout 77642ba37430eded66d171a68d7e9c3f6347d625 && luarocks --local build && cd .. && rm -rf luzer
689+
$ luarocks --local install https://gist.githubusercontent.com/ligurio/9743b6c993dabebe5daab721319e1250/raw/4d89cbf031cbd67b52e23dd86e1156f433abbf72/luzer-scm-1.rockspec
691690
$ eval $(luarocks path)
692-
$ mkdir -p casr/tests/tmp_tests_casr/casr_libfuzzer_luzer_out
693691
$ casr-libfuzzer -i casr/tests/casr_tests/casrep/luzer_crashes_xml2lua -o casr/tests/tmp_tests_casr/casr_libfuzzer_luzer_out -- casr/tests/casr_tests/lua/stdin_parse_xml.lua
694692

695693
LibAFL example:

0 commit comments

Comments
 (0)