File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -246,10 +246,8 @@ Triage Jazzer.js crashes with casr-libfuzzer (Jazzer.js installation [guide](htt
246
246
Triage luzer crashes with casr-libfuzzer:
247
247
248
248
$ 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
+ $ git clone https://github.com/ligurio/luzer.git && cd luzer && luarocks --local build && cd .. && rm -rf luzer
251
250
$ eval $(luarocks path)
252
- $ mkdir -p casr/tests/tmp_tests_casr/casr_libfuzzer_luzer_out
253
251
$ 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
254
252
255
253
Triage LibAFL crashes with casr-libfuzzer:
Original file line number Diff line number Diff line change @@ -707,10 +707,8 @@ Jazzer.js example (Jazzer.js installation [guide](https://github.com/CodeIntelli
707
707
Luzer example:
708
708
709
709
$ unzip casr/tests/casr_tests/lua/xml2lua.zip && cd xml2lua && luarocks --local build && cd .. && rm -rf xml2lua
710
- $ git clone https://github.com/azanegin/luzer.git && \
711
- cd luzer && git checkout 77642ba37430eded66d171a68d7e9c3f6347d625 && luarocks --local build && cd .. && rm -rf luzer
710
+ $ git clone https://github.com/ligurio/luzer.git && cd luzer && luarocks --local build && cd .. && rm -rf luzer
712
711
$ eval $(luarocks path)
713
- $ mkdir -p casr/tests/tmp_tests_casr/casr_libfuzzer_luzer_out
714
712
$ 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
715
713
716
714
LibAFL example:
You can’t perform that action at this time.
0 commit comments