$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

바이너리 기반 소프트웨어 유사도 분석 도구 원문보기

정보과학회지 = Communications of the Korean Institute of Information Scientists and Engineers, v.34 no.1, 2016년, pp.37 - 44  

최용석 (SK텔레콤) ,  최종무 (단국대학교)

초록이 없습니다.

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • 본 논문에서는 새로운 소프트웨어 유사도 분석 도구를 제안한다. 제안 도구는 정적 분석과 동적 분석을 통합적으로 함께 적용하며, 유사도 정량적인 비교 및 표절 영역 탐지라는 특징을 제공한다.
  • 본 논문에서는 유사도 비교, 저작권 보호 및 소프트웨어 품질 향상을 위해 사용될 수 있는 새로운 바이너리 실행파일 기반 유사도 분석 도구를 제안하였다. 제안된 도구는 다음 4가지 특징을 제공한다.
  • 결국 소프트웨어 유사도 분석은 불법 복제를 예방하고 정품 사용을 증가시켜 경제 활성화에 기여할 수 있다. 논문은 소프트웨어 유사도 분석을 위한 기존 도구들을 조사하고, 각 특징을 논의한다. 그리고 바이너리 실행파일의 유사도 분석 및 난독화 탐지가 가능한 새로운 분석 도구를 제안한다 제안된 도구는 정적 분석과 동적분석 접근 방법을 통합한 것으로 정량적 인 유사도 분석 및 표절 검사가 가능하다.
  • 이 두 정보를 기반으로 AMC를 작성해 보자. 먼저 그림 4(a)의 원본코드의 경우 T0에서 value는 변수 이름이고 AMC의 ①번으로 표기 된다.
본문요약 정보가 도움이 되었나요?

참고문헌 (22)

  1. BSA Global Report Study in Brief, http://globalstudy.bsa.org/2011/downloads/study_pdf/2011_BSA_Piracy_ Study-InBrief.pdf 

  2. The Economic Impact of Properly Licensed Software, http://portal.bsa.org/insead/assets/studies/2013softwarevaluestudy_en.pdf 

  3. B. Baker, "On finding duplication and near-duplication in large software systems", In Proceedings of WCRE 1995. 

  4. S. Ducasse, M. Rieger, S. Demeyer, "A language independent approach for detecting duplicated code", In Proceeding of lCSM 1999. 

  5. U. Manber, "Finding similar files in a large file system", In Proceeding of USENIX Winter Conf, 1994. 

  6. T. Kamiya, S. Kusumoto, K. Inoue, "CCFinder: A multilinguistic token-based code clone detection system for large scale source code", IEEE Transactions on Software Engineering 28(7), 2002. 

  7. Z. Li, S. Lu, S. Myagmar, and Y. Zhou, "Cp-miner: Finding copy-paste and related bugs in large-scale software code", IEEE Transactions on Software Engineering, 32(3),2006. 

  8. I. Baxter, A. Yahin, L. Moura, M. Anna, "Clone detection using abstract syntax trees", In Proceeding of iCSM 1998. 

  9. L. Jiang, G. Misherghi, Z. Su, S. Glondu, "DECKARD: Scalable and accurate tree-based detection of code clones", In Proceedings of iCSE 2007. 

  10. R. Komondoor, S. Horwitz, "Using slicing to identify duplication in source code", In Proceedings of SAS 2001. 

  11. M. Gabel, L. Jiang, and Z. Su, "Scalable detection of semantic clones", In Proceeding of iCSE, 2008. 

  12. C. Liu, C. Chen, J. Han, and P.S. Yu, "GPlag: detection of software plagiarism by program dependence graph analysis", In proceeding of KDD, 2006. 

  13. X. Wang, Y. -C. Jhi, S. Zhu, and P. Liu, "Behavior based software theft detection," In Proceeding of CCS, 2009. 

  14. J. Jang and D. Brumley, "BitShred: Fast, Scalable Code Reuse Detection in Binary Code", CMU-CyLab-10-006, 2009. 

  15. Y. Dang, R. Wu, H. Zhang, D. Zhang, and P. Nobel, "ReBucket: A method for clustering duplicate crash reports based on call stack similarity", In Proceeding of ICSE 2012. 

  16. S. Han, Y. Dang, S. Ge, D. Zhang, and T. Xie, "Performance debugging in the large via mining millions of stack traces," In Proceeding of iCSE, 2012. 

  17. Y.-C. Jhi, X. Wang, X. Jia, S. Zhu, P. Liu, and D, Wu, "Value-based program characterization and its application to software plagiarism detection", In Proceeding of iCSE 2011. 

  18. H. Kim, Y. Jung, S. Kim and K. Yi, "MeCC: Memory Comparison based Clone Detector", In Proceeding of ICSE, 2011. 

  19. CREST Project Page, http://code.google.com/p/crest 

  20. C. Cadar, D. Dunbar, and D. Engler, "Klee: Unassisted and Automatic Generation of High-Coverage Tests for Complex Systems Programs", In Proceedings of OSDI, 2008. 

  21. Y Choi, "Prism: Semantic Units Clustering and Memory Context Techniques for Binary-level Software Similarity Analysis and Plagiarism Detection", Ph.D. Dissertation, Dankook University, 2013. 

  22. S. Schleimer, D. S. Wilkerson, and A. Aiken, "Winnowing: local algorithms for document fingerprinting", In Proceeding of SIGMOD, 2003. 

저자의 다른 논문 :

섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로