tunz / afl-fuzz-js

afl-fuzz for javascript
203 stars 50 forks source link

V8 error start #5

Open nessusmonkey opened 7 years ago

nessusmonkey commented 7 years ago

Hi, I am getting this, where should I specify the start address? ry/ -m 1G ./jsc @@ afl-fuzz 1.18c (Jan 23 2017 14:25:43) by lcamtuf@google.com [+] You have 1 CPU cores and 3 runnable tasks (utilization: 300%). [] Checking core_pattern... [] Setting up output directories... [+] Output directory exists but deemed OK to reuse. [] Deleting old session data... [+] Output dir cleanup successful. [] Scanning '../afl-fuzz-js/input/'... [+] No auto-generated dictionary tokens to reuse. [] Creating hard links for all input files... [] Loading extra dictionary from '/home/joker/afl-fuzz-js/dictionary/'... [+] Loaded 108 extra tokens, size range 2 B to 30 B. [] Validating target binary... [] Attempting dry run with 'id:000000,orig:apply.js'... [] Spinning up the fork server... [] Finding start point. ^C [-] PROGRAM ABORT : Program dead before read first input. Location : init_forkserver(), afl-run.c:472

tunz commented 7 years ago

Appreciate your interest. But, I'm currently not maintaining this code. I recommend you to use afl-fuzz. It's much more improved now, and most features in afl-fuzz-js are also supported by afl-fuzz.

Sorry.