• Title/Summary/Keyword: 인라인 기법

Search Result 28, Processing Time 0.023 seconds

Effective Technique for Inlining Function Calls in Code Obfuscation Using Genetic Algorithm (유전 알고리즘을 이용한 코드 난독화에서의 효율적 함수 호출 인라인 기법)

  • Kim, Jung-Il;Lee, Eun-Joo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2010.06b
    • /
    • pp.53-58
    • /
    • 2010
  • 코드 난독화 기법 중의 하나인 인라인(Inline)은 코드의 복사를 통하여 함수의 호출 구조를 파괴하여서 코드의 복원과 이해를 어렵게 만든다. 하지만 적절한 전략 없이 인라인 기법을 적용하게 되면, 프로그램 성능이 저하되며 난독화의 결과도 기대 이하일 가능성이 존재한다. 따라서 지나친 성능의 저하를 막으면서 결과적으로 코드의 복원과 이해를 최대한 어렵게 하기 위한 인라인 수행 전략이 필요하다. 이를 위하여 본 논문에서는 정적 함수 호출 그래프를 기반으로 인라인의 적용 여부를 유전 알고리즘을 사용하여 결정하도록 한다. 그리고 인라인 전후의 효용을 보여주기 위하여 정보이론 및 제어 흐름의 복잡도에 기반하여 전체 프로그램의 복잡도를 정의하였다. 마지막으로 해당 기법의 효용을 실험을 통해 보였다.

  • PDF

Inlined Regular Tree Grammar (인라인 정규트리문법)

  • Yoo Ga-Yeon;Lee Eun-Jung
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2006.05a
    • /
    • pp.105-108
    • /
    • 2006
  • 형식 언어에서 XML 문서를 정의하는 방법으로 정규트리문법을 이용할 수 있다. 한편 XML 데이터에서 재귀와 반복과 같이 필요한 경우만을 제외하고 터미널 노드를 상위 노드의 직접 자식으로 여기는 것을 인라인이라고 한다. 본 논문에서는 XML 데이터 처리에서 사용되는 인라인 기법을 정규트리문법에 적용하여 터미널 노드만으로 이루어진 터미널 언어를 정의하고, 정규트리문법에 대응하는 인라인 정규트리문법을 소개한다. 또한 일반적인 정규트리문법으로부터 인라인 정규트리문법으로의 변환 알고리즘을 소개한다.

  • PDF

An Automatic Relational Schema Generating System for an XML Schema (XML Schema에 대한 관계형 스키마 자동 생성 시스템)

  • 김정섭;박창원;정진완
    • Journal of KIISE:Databases
    • /
    • v.31 no.5
    • /
    • pp.527-539
    • /
    • 2004
  • As more and more documents are published in XML, generating relational schemas to store XML documents in a relational database is also getting important. This paper describes a technique as well as its implementation to produce a relational schema from the XML Schema, a standard recently recommended by W3C. The DTD-based inlining technique cannot be applied to the XML Schema, because the XML Schema has many new features, which don't exist in the DTD. Various built-in data types, inheritance, and polymorphism, for example, strengthen the XML Schema, but make the generation of a relational schema from an XML Schema more difficult. We propose an XML Schema Inlining Technique, based on the previous work. The technique first maps various data types in the XML Schema to those of the relational database. After that, it construct the schema graph and the type graph from types and elements defined in the XML Schema. The relational schema is generated while traversing the type graphs. Besides, we describe techniques for handling xsi:type, used for the polymorphism, and the anon#moos type. We also propose a couple of heuristic methods for enhancing the performance of the system. Finally, we conducted experiments to show that our technique is better than the binary table approach.

Embedded Monitoring System using Bit-masking Technique (비트마스킹 기법을 이용한 임베디드 모니터링 시스템)

  • Shin Won;Kim Tae-Wan;Chang Chun-Hyon
    • The KIPS Transactions:PartD
    • /
    • v.13D no.4 s.107
    • /
    • pp.613-618
    • /
    • 2006
  • As the embedded software spreads in various areas, many development tools have been made to minimize the developing time. But these tools cannot be applicable to all the environment because they have been created for the specific platform. As such, this paper proposes an Embedded Monitoring System, which supports the various communication environment and removes the limitation of adaptability to the various platforms. Using the Code Inline technique, this system can perform the monitoring process. However, we should consider the optimization for the monitoring process and monitoring sensors because the technique has the monitoring sensor overhead. As such, this paper proposes an approach for initializing the monitoring process and a bit-masking technique for optimizing the monitoring sensor. The Embedded Monitoring System will be applicable to all the areas using embedded systems.

DTD-dependent object database schema design methods for efficiently managing Bio-XML (Bio-XML 관리를 위한 DTD 의존적 객체 데이터베이스 스키마 설계기법)

  • 김태경;이경희;조완섭
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2003.11a
    • /
    • pp.285-289
    • /
    • 2003
  • In this paper, we present DTD-dependent object database schema design methods to efficiently store XML data and process path expression. The similarity between DTD graph model and the object database model, and the characteristics of object database, object references and set-valued attributes, are very profitable to store XML documents into object databases. We propose two kinds of schema design methods. We then compare and anayze space and time complexity for the methods.

  • PDF

Design of Efficient Storage Exploiting Structural Similarity in Microarray Data (마이크로어레이 데이터의 구조적 유사성을 이용한 효율적인 저장 구조의 설계)

  • Yun, Jong-Han;Shin, Dong-Kyu;Shin, Dong-Il
    • The KIPS Transactions:PartD
    • /
    • v.16D no.5
    • /
    • pp.643-650
    • /
    • 2009
  • As one of typical techniques for acquiring bio-information, microarray has contributed greatly to development of bioinformatics. Although it is established as a core technology in bioinformatics, it has difficulty in sharing and storing data because data from experiments has huge and complex type. In this paper, we propose a new method which uses the feature that microarray data format in MAGE-ML, a standard format for exchanging data, has frequent structurally similar patterns. This method constructs compact database by simplifying MAGE-ML schema. In this method, Inlining techniques and newly proposed classification techniques using structural similarity of elements are used. The structure of database becomes simpler and number of table-joins is reduced, performance is enhanced using this method.

Implementation of inline XML Binding System (인라인 XML바인딩 시스템의 구현)

  • Yoo, Ga-Yeon;Lee, Eun-Jung
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2005.11a
    • /
    • pp.59-62
    • /
    • 2005
  • XML데이터를 어플리케이션에서 직접 사용 할 수 있도록 XML데이터 바인딩이 널리 사용되고 있다. 그러나 기존의 바인딩 시스템에서는 자식을 가지는 요소마다 모두 클래스가 생성되어 시스템이 커진다는 문제점을 가지고 있다. 본 논문에서는 구조 표현에 필요한 클래스만 생성하기위해 인라이닝 기법을 바인딩에 적용하여 최소한의 클래스만 생성 할 수 있도록 시스템을 설계하고 구현한다.

  • PDF

Monitoring Events for Java Programs (자바 프로그램의 이벤트 모니터링)

  • 최윤정;창병모
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.10a
    • /
    • pp.745-747
    • /
    • 2004
  • 현재 많이 사용되는 대부분의 J2ME 프로그램은 모바일 기기의 특성상 제한된 자원을 사용하며 입력 키 등에서 발생하는 이벤트(event)들을 처리하는 이벤트-구동 프로그램이다. 이벤트-구동 프로그램에서 이벤트의 효과적인 처리는 전체 프로그램의 안전성과 신뢰성뿐만 아니라 효율에 영향을 미칠 수 있으며 보통 디버깅이 어려운 특성을 가지고 있다. 본 연구에서는 실행 중에 실시간으로 이벤트 발생 및 처리 정보를 보여줄 수 있는 모니터링 시스템을 설계 개발하였다. 이 시스템은 사용자 옵션에 따라 사용자가 관심 있는 이벤트만을 실행 중에 추적할 수 있으며 실행 후에 이벤트 관련 프로파일 정보를 제공한다. 또한 이 시스템은 코드 인라인 기법을 이용하여 실행시간 부담을 크게 줄였다.

  • PDF

Fabrication and characterization of in-line fiber-optic tunnable attunuator (인라인 가변 광섬유 감쇠기 제작 및 특성 측정)

  • 김효겸;윤대성;문정원;김광택
    • Proceedings of the Optical Society of Korea Conference
    • /
    • 2003.07a
    • /
    • pp.22-23
    • /
    • 2003
  • 광섬유 가변 감쇠기는 광증폭기, add/drop 모듈, Mux/Demux, 광송수신기 등 중요한 광통신 시스템의 입력 및 출력 광신호 레벨을 적절하게 제어하기 위해 요구되는 중요한 소자이다. 가변 감쇠기는 높은 신뢰성, 높은 해상도, 작은 삽입손실, 낮은 편광 및 파장 의존성 손실 등이 요구되어 진다. 가변 광감쇠기는 평면 기판에 형성된 도파로 의 열광학 효과나 전기광학 효과를 이용하는 기법과 MEMS 기술에 기초한 방법이 잘 알려져 있다. (중략)

  • PDF

Numerical Analyses on the Aerodynamic Characteristics of an Axial Type In-line Duct Fan (축류식 In-line duct fan의 공력특성에 관한 전산해석)

  • Cho, Lee-Sang;Ahn, Kwang-Weon;Cho, Jin-Soo
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.32 no.4
    • /
    • pp.1-11
    • /
    • 2004
  • Numerical analyses on the aerodynamic characteristics of a counter rotating axial flow fan were conducted for the development of an axial type in-line duct fan. The counter rotating fan has a front rotor and a rear rotor which are counter rotating each other. Blade design of the counter rotating fan was done by extension of design method for axial flow fan which consists of rotor and stator blades. Through flow analysis was performed using matrix method which is applied for flow fields prediction of compressors or turbines. Aerodynamic characteristics and characteristic curves of the counter rotating fan were analyzed by expansion of the frequency domain panel method with duct modeling. Pressure losses were higher at leading edge and hub region of rotor blades. Characteristic curve of the counter rotating fan was overpredicted without consideration of viscous effect.