Skip to content
Discussion options

You must be logged in to vote
  1. test 함수의 반환 타입이 변경되었는데 문서에는 미처 업데이트가 안 되었습니다. 혼동을 드려 죄송합니다. 주어진 코드에서 볼 수 있듯이 test함수는 실행의 결과로 업데이트 된 env를 반환하도록 구현하시면 됩니다.
  2. 커버리지는 오류가 발생한 라인 진전까지 기록이 됩니다. 따라서 오류 라인은 커버리지에 포함되지 않습니다.
  3. 초기 시드 입력의 이름만으로는 현재 퍼징 대상 프로그램이 무엇인지 알 수 없다고 가정하고 구현해주시면 됩니다.
  4. 파라미터 타입과 반환 타입을 변경하셔도 됩니다.

  1. Sorry for the confusion. The type of the test function was updated, but the document wasn't. As shown in the provided skeleton code, the test function should return an env updated with the execution result.
  2. Coverage is recorded until the last line before the crash site. Thus, the coverage of the crash line is not recorded.
  3. You cannot assume the target program based on the names of the initial seed inputs.
  4. You may change…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ianyk0213
Comment options

@goodtaeeun
Comment options

Answer selected by ianyk0213
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants