• Title/Summary/Keyword: java technology

Search Result 530, Processing Time 0.026 seconds

Semantics-Preserving Mutation-Based Fuzzing on JavaScript Interpreters (자바스크립트 엔진에 대한 시맨틱 보존적 변이기반 퍼징)

  • Oh, DongHyeon;Choi, JaeSeung;Cha, SangKil
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.30 no.4
    • /
    • pp.573-582
    • /
    • 2020
  • Fuzzing is a method of testing software by randomly generating test cases. Since its introduction, a variety of fuzzing techniques have been studied. Among them, mutation-based fuzzing is an efficient method that finds real-world bugs even though it uses a simple approach such as probabilistic bit-flipping and character substitution. However, the interpreter fuzzing has difficulty in applying general mutation techniques because the interpreter requires grammar and semantic correctness input values. In this paper, we present a novel mutation-based fuzzing on JavaScript interpreters with a dynamic data flow analysis. To this end, we implement JMFuzzer that can generate various types of mutated test cases that operate normally without runtime errors in JavaScript interpreter considering syntax and semantics. As a result, we found numerous unknown vulnerabilities in the latest JavaScript interpreters. We reported all of them to the vendors.

A Web-based Microcontroller Remote Laboratory for Sharing Resources (자원공유를 위한 웹기반 마이크로콘트롤러 원격 실험실)

  • Moon, Il-Hyeon;Han, Sae-Ron;Cho, Kwan-Sun;Ahn, Dal;Lim, Jong-Sik;Jeon, Heung-Gu
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.9 no.5
    • /
    • pp.1184-1192
    • /
    • 2008
  • There have been a large number of trials of the experimental education in engineering using virtual laboratories implemented in virtual space, namely on the Web. Although virtual education is regarded as an effective educational means that overcomes the limit of time and space and bring high teaming effects, the problem of lack of reality must be solved. The present study proposed and implemented a real-time remote laboratory as a solution for the problem of lack of reality in virtual education. The remote laboratory provides functions with which learners can perform experiments by remote-controlling circuits and equipment related to experiments and practices on the Web and gets data and image information, so through it learners can make realistic experiments at any time and in any place. The remote laboratory module based on Internet open sources such as JAVA Web start technology, FTP technology and Telnet technology in server-client environment can be implemented at low cost, and is effectively applicable to engineering experiment education in various areas related to real-time hardware control.

Java Technology for Implementing Efficient Numerical Analysis in Intranet (인트라넷 안에서 효율적인 수치해석을 구현하기 위한 자바기술)

  • Song, Hee-Yong;Ko, Sung-Ho
    • Proceedings of the KSME Conference
    • /
    • 2001.06e
    • /
    • pp.488-493
    • /
    • 2001
  • This paper introduces some useful Java technologies for utilizing the Internet in numerical analysis, and suggests one architecture performing efficient numerical analysis in the Intranet by using them. The present work has verified it's possibility by implementing some parts of this architecture with two easy examples. One is based on Servlet-Applet communication, JDBC and Swing. The other is adding multi-threads, file transfer and Java Remote Method Invocation to the former. Through this work it has been intended to make the base for the later advanced and practical research that will include efficiency estimates of this architecture and deal with advanced load balancing.

  • PDF

Design and Implementation of a Multimedia Platform for a Realtime Distant Education on the Web (웹 기반에서의 실시간 원격교육을 위한 멀티미디어 플렛폼 설계 및 구현)

  • 손형도;김윤홍;강승찬;박병수;김일태
    • Journal of Korea Multimedia Society
    • /
    • v.2 no.4
    • /
    • pp.419-429
    • /
    • 1999
  • In this paper, we have designed and implemented Web-based realtime distant education system by using multimedia CAI and Java technology. The proposed system can provide not only Web-based courseware but also text-based text lecture and distant OHP in real time. The Courseware provides computer basic education and has been developed by using Authorware. The Client/server program of Text lecture and distant OHP for a realtime distant education has been developed by using Java applet and application. Java servlet has been used to construct CGI programs.

  • PDF

Rendering Technology Processing on Native Space of JNI (JNI의 Native영역에서 처리하는 렌더링 기법)

  • 신용경;박지현;김미영;정재일;이현주;김상욱
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2001.11a
    • /
    • pp.182-186
    • /
    • 2001
  • 효율적인 스트리밍을 지원하기 위하여 JNI(Java Native Interface)를 이용한 플레이어를 구현한다. 미디어 플레이어는 전달 관리기, A/V 디코더, 렌더링 모듈, 자바 그래픽 라이브러리로 구성하고, 렌더링 모듈은 JNI Export Manager, Java Scene Manager, Drawing Manager,NJI API로 구성한다. 디코딩 된 스트림은 자바가 읽어들일 수 있는 객체 타입으로 변환하는 JNI Export Manager와 장면 구성하는 Java Scene Manager, 자바 그래픽 라이브러리를 이용하여 실제 화면에 드로잉하는 Drawing Manager를 통하여 재생한다. 본 논문은 Java Scene Manager를 Native 영역에서 처리하여 디코딩 된 스트림 객체를 전달받아 RGB변환하고, 장면 구성정보를 이용하여 장면을 구성하여 최종적으로 JNI Export Manager에게 전달한다. 따라서 장면을 구성하기 위한 정보를 JNI API를 통하여 전달할 필요가 없으므로 그 만큼의 성능 향상을 보이고, Native 영역에서 처리하므로 자바 언어에서 처리하는 것보다 효율적이다. 이는 성능 비교표를 통하여 재생시간 향상을 보인다.

  • PDF

Implementation of Face Detection System on Android Platform for Real-Time Applications (실시간 응용을 위한 안드로이드 플랫폼에서의 안면 검출 시스템 구현)

  • Han, Byung-Gil;Lim, Kil-Taek
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.8 no.3
    • /
    • pp.137-143
    • /
    • 2013
  • This paper describes an implementation of face detection technology for a real-time application on the Android platform. Java class of Face-Detection for detection of human face is provided by the Android API. However, this function is not suitable to apply for the real-time applications due to inadequate detection speed and accuracy. In this paper, the AdaBoost based classification method which utilizes Local Binary Pattern (LBP) histogram is employed for face detection. The face detection module has been developed by C/C++ language for high-speed image processing, and this module is included to the Android platform using the Java Native Interface (JNI). The experiments were carried out in the Java-based environment and JNI-based environment. The experimental results have shown that the performance of JNI-based is faster than Java-based method and our system is well enough to apply for real-time applications.

Development of a Block-diagram type GUI in JAVA Applet (자바 애플릿을 이용한 블록 다이어그램식 GUI 개발)

  • 황성환;한형석;이재경;김동성
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2003.06a
    • /
    • pp.1751-1754
    • /
    • 2003
  • Due to advances in information technology, even Engineering Simulations can now be performed in web-based JAVA through an integrated operating system called Virtual Machine and the use of byte code, which guarantees the compatibility of identical codes in every computing system and makes it suitable for web-based simulation system development. This paper introduces an implementation embodied in JAVA Applet that allows a block-diagram type GUI that runs in a web browser for use in the dynamics simulation modeling of powertrains of vehicles and multi-body systems. This system is not restrained by any of the H/W and S/W in the user's computer, so that it has the advantage of providing a GUI that allows web-based block-diagram type modeling.

  • PDF

An Implementation d Lecture authoring tool with JMF (JMF(Java Media Framework)로 구현한 강의 저작 도구)

  • Kim Il-Min
    • Journal of Digital Contents Society
    • /
    • v.6 no.1
    • /
    • pp.13-17
    • /
    • 2005
  • With the development of internet and networking technology, on-line remote educations in many area are being experimented. As on-line remote educations become more common, many people make multimedia contents for educational purpose. We designed and implemented a lecture authoring tool which provide easy way to build educational multimedia contents. We implemented the authoring tool with Java JMF, which can be executed any computer hardware. The purpose of this paper is to share the experience of implementing authoring tool and the implementation result of the authoring tool using Java JMF.

  • PDF

A Framework for Remote Service Invocation of Android Services to Communicate with External Services in Java Environment (자바환경에서 효과적인 안드로이드 서비스의 외부협업을 위한 원격서비스호출프레임워크)

  • Choi, Jaehyun;Park, Jeawon
    • Journal of Information Technology Services
    • /
    • v.12 no.2
    • /
    • pp.349-359
    • /
    • 2013
  • Recently, smart phones have been widely used in the world. Android phones especially provide existing mobile phone features as well as capability of running enterprise applications and web applications by using services. However, such a linkage has limitations to use Android phones as client devices, there is difficulties in providing services by utilizing characteristics of Android. To solve this problem, we need to invoke services by each other. Currently, the Android platform currently supports inter-process communication IPC. However, there is a limitation that Android services just can invoke remote calls. In this paper, we propose a framework to invoke Android services in java environments. For doing this, we propose methods to make services public and to invoke services in using remote calls and communication methods between java environments and Android.

Development of Java Applets for Understanding the Principles of Electronic Circuits and its Applications to Cyberlectures (효율적인 사이버 강의를 위한 전자회로 원리 이해용 자바 애플릿의 개발)

  • Kim Dong-Sik;Seo Sam-Jun
    • Journal of Engineering Education Research
    • /
    • v.3 no.2
    • /
    • pp.38-43
    • /
    • 2000
  • The World-Wide Web provides new opportunities for cyber education over the internet. The web, when combined with other network tools, can be used to provide useful educational information to learners. Thus, the objective of this paper is to develop Java applets for understanding the principles of electronic circuits on the internet. Some sample Java applets are illustrated as an example. The results of this paper can be widely used to improve the efficiency of cyberlectures in the cyber university.

  • PDF