RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 원문제공처
        • 등재정보
        • 학술지명
        • 주제분류
        • 발행연도
        • 작성언어
        • 저자
          펼치기

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • KCI등재

        정적 분석을 이용한 안전한 한글 프로그래밍 언어의 개발

        강도훈 ( Dohun Kang ),김연어 ( Yeoneo Kim ),우균 ( Gyun Woo ) 한국정보처리학회 2016 정보처리학회논문지. 컴퓨터 및 통신시스템 Vol.5 No.4

        소프트웨어 보안 사고의 약 75%는 소프트웨어 취약점으로 인해 발생한다. 또한, 제품 출시 후 결함 수정 비용은 설계 단계의 수정 비용보다 30배 이상 많다. 이러한 배경에서, 시큐어 코딩은 유지 보수 문제를 해결하는 방법 중 하나로 제안되었다. 다양한 연구 기관에서는 소프트 웨어 보안 약점의 표준 양식을 제시하고 있다. 새로운 한글 프로그래밍 언어 새싹은 언어 수준에서 보안 약점 해결 방법을 제안하였다. 그러 나 이전 연구의 새싹은 API에 관한 보안 약점을 해결하지 못하였다. 본 논문에서는 API에 의한 보안 약점을 해결하는 방법을 제안한다. 이 논 문에서 제안하는 방법은 새싹에 위험한 메소드를 검사하는 정적 분석기를 적용하는 것이다. 위험한 메소드는 오염된 데이터 유입 메소드와 오염된 데이터 사용 메소드로 분류한다. 분석기는 위험한 메소드 탐색, 호출 그래프 구성, 호출 그래프를 바탕으로 유입 메소드와 사용 메소드간의 경로 탐색, 검출된 보안 약점 분석 순으로 4단계에 걸쳐 보안 약점을 분석한다. 이 방법의 효율성을 측정하기 위해 정적 분석기를 적용한 새로운 새싹을 이용하여 두 가지 실험을 실행하였다. 첫 번째 실험으로서 이전 연구의 새싹과 개선된 새싹을 Java 시큐어 코딩 가이드를 기준으로 비교하였다. 두 번째 실험으로써 개선된 새싹과 Java 취약점 분석 도구인 FindBugs와 비교하였다. 결과에 따르면, 개선된 새싹은 이전 버전의 새싹보다 15% 더 안전하고 개선된 새싹의 F-measure는 68%로써 FindBugs의 59%인 F-measure와 비교해 9% 포인트 증가하였다. About 75% of software security incidents are caused by software vulnerability. In addition, the after-market repairing cost of the software is higher by more than 30 times than that in the design stage. In this background, the secure coding has been proposed as one of the ways to solve this kind of maintenance problems. Various institutions have addressed the weakness patterns of the standard software. A new Korean programming language Saesark has been proposed to resolve the security weakness on the language level. However, the previous study on Saesark can not resolve the security weakness caused by the API. This paper proposes a way to resolve the security weakness due to the API. It adopts a static analyzer inspecting dangerous methods. It classifies the dangerous methods of the API into two groups: the methods of using tainted data and those accepting in-flowing tainted data. It analyses the security weakness in four steps: searching for the dangerous methods, configuring a call graph, navigating a path between the method for in-flowing tainted data and that uses tainted data on the call graph, and reporting the security weakness detected. To measure the effectiveness of this method, two experiments have been performed on the new version of Saesark adopting the static analysis. The first experiment is the comparison of it with the previous version of Saesark according to the Java Secure Coding Guide. The second experiment is the comparison of the improved Saesark with FindBugs, a Java program vulnerability analysis tool. According to the result, the improved Saesark is 15% more safe than the previous version of Saesark and the F-measure of it 68%, which shows the improvement of 9% point compared to 59%, that of FindBugs.

      • 객체 지향을 지원하는 한글 프로그래밍 언어 “새싹” 구현

        강도훈 ( Dohun Kang ),오정한 ( Junghan Oh ),우균 ( Gyun Woo ) 한국정보처리학회 2015 한국정보처리학회 학술대회논문집 Vol.22 No.1

        컴퓨터 보급률의 증가로 소프트웨어에 관한 관심이 높아지게 되었고, 이는 초중등학생에게 프로그래밍을 가르치는 계기가 되었다. 하지만 대부분의 프로그래밍 언어는 영어로 구성되어 있어 영어 능력이 부족한 초중등학생이 사용하기에 부담되는 것이 사실이다. 그래서 비영어권 국가에서는 모국어로 된 프로그래밍 언어를 개발해왔다. 한국에서는 몇몇 한글 프로그래밍 언어가 개발되었지만, 현재까지 사용되고 있는 언어가 거의 없다. 또한, 객체 지향을 지원하는 한글 프로그래밍 언어가 거의 없다. 우리는 프로그래밍을 처음 배우는 초보자들이 영어를 모르더라도 객체 지향 개념을 쉽게 사용할 수 있도록 도와주는 한글 프로그래밍 언어 새싹을 개발하였다. 새싹을 통해 객체 지향 개념을 쉽게 습득함으로써 나중에 영어로 된 프로그래밍 언어를 배워야 할 때에서 더 쉽게 배울 수 있을 것이다.

      • 비접촉성 사용자 인터페이스를 통한 이동형 원격 영상 감시 시스템

        주동훈 ( Donghun Ju ),강도훈 ( Dohun Kang ),김광수 ( Kwangsu Kim ),임원태 ( Wontae Yim ),이석호 ( Sukho Lee ),문미경 ( Mikyeong Moon ) 한국정보처리학회 2013 한국정보처리학회 학술대회논문집 Vol.20 No.2

        본 논문에서는 스마트폰에 내장된 카메라를 이용하여 원격지의 장면을 고해상도로 촬영한 영상을 실시간으로 감시할 수 있는 시스템을 제안한다. 이 시스템은 영상 촬영의 이동성을 주기 위해 다양한 가격과 종류로 출시되어 있는 무선조종자동차에 스마트폰을 탑재시킨다. 무선조종자동차의 원격 제어는 키넥트의 음성 및 제스처 인식 기능을 활용하여 비접촉성 제어입력이 가능하도록 사용자 인터페이스를 제공한다. 이 시스템은 손이나 몸짓이 불편한 환자 또는 작업 중인 작업자가 원격지의 영상을 보아야하는 경우 다양한 형태로 활용될 수 있을 것이다.

      • KCI우수등재

        간결한 한글 프로그래밍 언어 “새싹”

        천준석(Junseok Cheon),강도훈(Dohun Kang),김건우(Gunwoo Kim),우균(Gyun Woo) Korean Institute of Information Scientists and Eng 2015 정보과학회논문지 Vol.42 No.4

        Most programming languages are designed based on English. It becomes another barrier in learning programming languages in non-English speaking country. If a programming language is presented using a native language, the education cost of programming will be much cheaper and the programming itself can be much more fun. However, designing the programming languages based on native languages has not been much focused or published up to now. It is partly because the evolution of popular programming languages is so fast, and partly because the efficiency of programs is much stressed than the source code. But, the designing of programming languages based on native language is not a small issue, especially if we reflect on the education of programming. In fact, there have been significant efforts reported in the Korean programming languages so far, but it has not practically been used in the education. This paper introduces yet another Korean programming language, namely Sprout, which is concise and can be easily learned by beginners. To demonstrate the conciseness of Sprout, we have performed two experiments on Sprout. Firstly, we compared the sizes of the programs in Sprout with those in former Korean programming languages. Secondly, we compared the size of Sprout, the language itself, with those of popular programming languages such as C and Python. According to the experiments, Sprout programs are more concise to 10% on average than those in former Korean languages. Furthermore, Sprout itself is more compact to 24% on average than other popular programming languages.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼