Skip to content

Commit a9efbba

Browse files
committed
Update README
Remove mention about pre-release and time limit issue.
1 parent 1f6d21d commit a9efbba

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ Eclipser
44
Eclipser is a binary-based fuzz testing tool that improves upon classic
55
coverage-based fuzzing by leveraging a novel technique called *grey-box concolic
66
testing*. The details of the technique can be found in our paper "Grey-box
7-
Concolic Testing on Binary Code", which will appear in ICSE 2019. This is a
8-
prerelease of our tool, and we will release a stable version by the ICSE 2019
9-
conference.
7+
Concolic Testing on Binary Code", which is published in ICSE 2019.
108

119
# Installation
1210

@@ -192,9 +190,3 @@ have a branch that supports ARM architecture, but do not plan to open source it.
192190
In default, Eclipser assumes that the target program is an x64 binary. If you
193191
want to fuzz an x86 binary, you should provide `--architecture x86` option to
194192
Eclipser.
195-
196-
# Known issue
197-
198-
Eclipser currently do not strictly comply with the provided time limit, and may
199-
run a little bit longer than the specified time limit. We will fix this issue in
200-
our stable release.

0 commit comments

Comments
 (0)