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
+ $ luarocks --local install https://gist.githubusercontent.com/ligurio/9743b6c993dabebe5daab721319e1250/raw/4d89cbf031cbd67b52e23dd86e1156f433abbf72/luzer-scm-1.rockspec
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 @@ -686,10 +686,8 @@ Jazzer.js example (Jazzer.js installation [guide](https://github.com/CodeIntelli
686
686
Luzer example:
687
687
688
688
$ 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
691
690
$ eval $(luarocks path)
692
- $ mkdir -p casr/tests/tmp_tests_casr/casr_libfuzzer_luzer_out
693
691
$ 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
694
692
695
693
LibAFL example:
You can’t perform that action at this time.
0 commit comments