Skip to content

Commit fafe99b

Browse files
authored
Fix luzer installation docs (#254)
1 parent 0762390 commit fafe99b

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+
$ git clone https://github.com/ligurio/luzer.git && cd luzer && luarocks --local build && cd .. && rm -rf luzer
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
@@ -707,10 +707,8 @@ Jazzer.js example (Jazzer.js installation [guide](https://github.com/CodeIntelli
707707
Luzer example:
708708

709709
$ 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
712711
$ eval $(luarocks path)
713-
$ mkdir -p casr/tests/tmp_tests_casr/casr_libfuzzer_luzer_out
714712
$ 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
715713

716714
LibAFL example:

0 commit comments

Comments
 (0)