WO2017176086A1 - 스크립트 기반 어플리케이션 개발방법 - Google Patents

스크립트 기반 어플리케이션 개발방법 Download PDF

Info

Publication number
WO2017176086A1
WO2017176086A1 PCT/KR2017/003814 KR2017003814W WO2017176086A1 WO 2017176086 A1 WO2017176086 A1 WO 2017176086A1 KR 2017003814 W KR2017003814 W KR 2017003814W WO 2017176086 A1 WO2017176086 A1 WO 2017176086A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
reference information
functions
constants
variables
Prior art date
Application number
PCT/KR2017/003814
Other languages
English (en)
French (fr)
Inventor
박재오
Original Assignee
㈜투비소프트
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ㈜투비소프트 filed Critical ㈜투비소프트
Publication of WO2017176086A1 publication Critical patent/WO2017176086A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Definitions

  • the present invention relates to a method for developing a script-based application, and more particularly to a script-based application development method in which a developer selectively extracts only constants, variables, and functions actually used in an application from a library to be included in a distribution package. .
  • a distribution package is created that is distributed to clients including libraries containing constants, variables, and functions that are not actually used in the developed application.
  • the distribution package since the distribution package includes constants, variables, and functions that are not actually used in the application, the file size of the distribution package is increased, thereby increasing the download time of the distribution package. In addition, the amount of scripts that the client engine interprets increases, which increases the memory load and slows down execution of the application.
  • the script-based application development method for solving the above problems is used when the application is developed using a script-based application development tool, the reference information management unit of the application development tool at the time of execution of the application Recording first reference information about a constant, a variable, and a function to be stored in a memory unit, wherein the reference information management unit refers to a second reference about a constant, a variable, and a function in a library referenced by the application based on the first reference information; Recording the information into the memory unit, using the first and second reference information when generating the application distribution package to be executed by the distribution package generation unit of the development tool, only information related to the constants, variables, and functions Create a distribution package by extracting from the library Includes the steps.
  • Information about constants, variables, and functions that are not used at the time of execution of the application at the time of generation of the distribution package may be excluded without being extracted from the library.
  • the program for performing the method may be stored in a computer-readable recording medium.
  • the size of the file downloaded from the client is dramatically reduced.
  • the memory efficiency and application execution speed can be improved by reducing the amount of scripts that the client engine interprets.
  • FIG. 1 is a block diagram of an application development tool for performing a script-based application development method according to an embodiment of the present invention.
  • FIG. 2 is a flowchart of a script-based application development method according to an embodiment of the present invention.
  • each of the components, functional blocks or means may be composed of one or more sub-components, the electrical, electronic, mechanical functions performed by each component is an electronic circuit, It may be implemented by various known elements or mechanical elements such as an integrated circuit, an application specific integrated circuit (ASIC), or may be implemented separately, or two or more may be integrated into one.
  • ASIC application specific integrated circuit
  • Combinations of each block in the accompanying block diagram and in each step of the flowchart may also be performed by computer program instructions.
  • These computer program instructions may be mounted on a processor of a general purpose computer, a special purpose computer, a portable notebook computer, a network computer, or other programmable data processing equipment, such that instructions executed by the processor of the computer device or other programmable data processing equipment may be used. It will create means for performing the functions described in each block of the block diagram or flow diagram described below.
  • Computer program instructions may also be stored in a memory or computer readable memory available to a computer device capable of directing the computer device or other programmable data processing equipment to implement functionality in a particular manner, so that each block in the block diagram Alternatively, it is also possible to produce an article containing instruction means for performing the functions described in each step of the flowchart.
  • Computer program instructions may also be mounted on a computer device or other programmable data processing equipment, thereby creating a process for performing a series of operational steps on the computer device or other programmable data processing equipment, so that each block and flowchart in the block diagram. It is also possible to provide steps for executing the functions described in each step of.
  • each block or step may represent a portion of a module, segment or code that includes one or more executable instructions for executing a specified logical function (s).
  • a specified logical function s.
  • the functions noted in the blocks or steps may occur out of order.
  • the two blocks or steps shown in succession may in fact be executed substantially concurrently or the blocks or steps may sometimes be performed in the reverse order, depending on the functionality involved.
  • a distribution package means a collection of application configuration files that a client will download for execution of an application.
  • Figure 1 is a block diagram of an application development tool for performing a script-based application development method according to an embodiment of the present invention
  • Figure 2 is a flow chart of a script-based application development method according to an embodiment of the present invention.
  • the application development tool 100 includes a user interface unit 110, a source code editing unit 120, a reference information management unit 130, a memory unit 140, a distribution package generation unit 150, and a library 160. .
  • the user interface unit 110 provides a function for a developer to input source codes and menus during application development, and the source code editing unit 120 provides a function for a developer to create and edit source code.
  • the memory unit 130 performs a function of storing various data.
  • the library 160 includes various constants, variables, and function information necessary for application development.
  • a developer executes the application development tool 100 to develop an application, and edits source code for application development using the user interface unit 110 and the source code editing unit 120.
  • the reference information management unit 130 of the application development tool analyzes the code written by the developer and stores the first reference information about constants, variables, and functions used when the application is executed (S100). .
  • the reference information manager 130 stores second reference information about constants, variables, and functions on the library 160 referenced by the application based on the first reference information (S200).
  • the distribution package generation unit 150 when the distribution package generation unit 150 generates the application distribution package to be executed on the client, the distribution package is extracted by extracting only information related to the constants, variables, and functions from the library using the first and second reference information. To generate (S300). When the distribution package is generated, information about constants, variables, and functions that are not used at the time of execution of the application is excluded without being extracted from the library.
  • the size of the file downloaded from the client can be greatly reduced, and the amount of scripts that the client engine interprets By reducing the memory efficiency and execution speed.
  • the method according to the invention can be embodied as computer readable code on a computer readable recording medium.
  • the computer-readable recording medium includes all kinds of recording devices in which data that can be read by a computer system is stored. Examples of the recording medium include a ROM, a RAM, a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like, and also include a carrier wave (for example, transmission through the Internet).
  • the computer readable recording medium can also be distributed over network coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

본 발명은 스크립트 기반의 어플리케이션 개발방법에 관한 것이다. 상기 방법은 스크립트 기반 어플리케이션 개발툴을 이용하여 어플리케이션의 개발 시, 상기 어플리케이션 개발툴의 참조정보관리부가 상기 어플리케이션의 실행 시에 사용되는 상수, 변수 및 함수에 관한 제1 참조정보를 메모리부에 기록하는 단계, 상기 참조정보관리부가 상기 제1 참조정보를 기초로 상기 어플리케이션이 참조하는 라이브러리 상의 상수, 변수 및 함수에 관한 제2 참조정보를 상기 메모리부에 기록하는 단계 및 상기 개발툴의 배포패키지생성부가 클라이언트에서 실행될 상기 어플리케이션 배포패키지의 생성시에 상기 제 1 및 제2 참조정보를 이용하여 상기 상수, 변수 및 함수에 관련된 정보만을 상기 라이브러리에서 추출하여 배포패키지를 생성하는 단계를 포함한다.

Description

스크립트 기반 어플리케이션 개발방법
본 발명은 스크립트 기반의 어플리케이션 개발방법에 관한 것으로, 개발자가 어플리케이션을 개발할 때에 어플리케이션에 실제 사용되는 상수, 변수 및 함수만을 라이브러리에서 선택적으로 추출하여 배포패키지에 포함되도록 하는 스크립트 기반 어플리케이션 개발 방법에 관한 것이다.
기본 스크립트 기반의 어플리케이션 개발환경에서는 개발된 어플리케이션에서 실제 사용하지 않는 상수, 변수 및 함수가 포함된 라이브러리를 포함하여 클라이언트에게 배포되는 배포패키지가 생성된다.
이와 같이, 어플리케이션에서 실제 사용되지 않는 상수, 변수 및 함수까지 배포패키지에 포함되기 때문에 배포패키지의 파일 크기가 커지고, 이로 인하여 배포 패키지의 다운로드 시간이 길어지게 된다. 또한 클라이언트 엔진이 해석하는 스크립트의 양이 많아지기 때문에 어플리케이션을 실행할 때 메모리의 로드가 많아지고 실행 속도가 저하된다.
본 발명은 어플리케이션의 실행 시에 실제 사용되는 상수, 변수 및 함수만을 선택적으로 배포패키지에 포함시켜 배포패키지를 생성할 수 있는 스크립트 기반의 어플리케이션 개발 방법을 제공하는 것을 목적으로 한다.
상기 과제를 해결하기 위한 본 발명의 일 실시예에 따른 스크립트 기반의 어플리케이션 개발방법은 스크립트 기반 어플리케이션 개발툴을 이용하여 어플리케이션의 개발 시, 상기 어플리케이션 개발툴의 참조정보관리부가 상기 어플리케이션의 실행 시에 사용되는 상수, 변수 및 함수에 관한 제1 참조정보를 메모리부에 기록하는 단계, 상기 참조정보관리부가 상기 제1 참조정보를 기초로 상기 어플리케이션이 참조하는 라이브러리 상의 상수, 변수 및 함수에 관한 제2 참조정보를 상기 메모리부에 기록하는 단계, 상기 개발툴의 배포패키지생성부가 클라이언트에서 실행될 상기 어플리케이션 배포패키지의 생성시에 상기 제 1 및 제2 참조정보를 이용하여 상기 상수, 변수 및 함수에 관련된 정보만을 상기 라이브러리에서 추출하여 배포패키지를 생성하는 단계를 포함한다.
상기 배포패키지의 생성 시에 상기 어플리케이션의 실행 시에 사용되지 않는 상수, 변수 및 함수에 관한 정보는 상기 라이브러리로부터 추출되지 않고 배제될 수 있다.
상기 방법을 수행하기 위한 프로그램은 컴퓨터에서 판독 가능한 기록매체에 저장될 수 있다.
본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법에 의하면, 실제 어플리케이션의 실행에 사용하는 상수, 변수 및 함수만을 선택적으로 라이브러리에서 추출하여 배포패키지에 포함시킴으로써, 클라이언트에서 다운로드하는 파일의 크기를 획기적으로 줄일 수 있으며, 또한 클라이언트 엔진이 해석하는 스크립트의 양을 줄임으로써 메모리 효율 및 어플리케이션 실행속도를 향상시킬 수 있다.
도 1은 본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법을 수행하기 위한 어플리케이션 개발툴의 구성도이다.
도 2는 본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법의 순서도이다.
본 발명의 목적 및 효과, 그리고 그것들을 달성하기 위한 기술적 구성들은 첨부되는 도면과 함께 상세하게 뒤에 설명이 되는 실시 예들을 참조하면 명확해질 것이다. 본 발명을 설명함에 있어서 공지 기능 또는 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐를 수 있다고 판단되는 경우에는 그 상세한 설명을 생략할 것이다. 그리고 뒤에 설명되는 용어들은 본 발명에서의 구조, 역할 및 기능 등을 고려하여 정의된 용어들로서 이는 사용자, 운용자의 의도 또는 관례 등에 따라 달라질 수 있다.
그러나 본 발명은 이하에서 개시되는 실시 예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 수 있다. 단지 본 실시 예들은 본 발명의 개시가 완전하도록 하고, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명은 오로지 특허청구범위에 기재된 청구항의 범주에 의하여 정의될 뿐이다. 그러므로 그 정의는 본 명세서 전반에 걸친 내용을 토대로 내려져야 할 것이다.
명세서 전체에서, 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다.
이하에서는 첨부한 도면을 참조하며, 본 발명의 바람직한 실시예들을 보다 상세하게 설명하기로 한다.
한편, 본 발명의 실시 예에 있어서, 각 구성요소들, 기능 블록들 또는 수단들은 하나 또는 그 이상의 하부 구성요소로 구성될 수 있으며, 각 구성요소들이 수행하는 전기, 전자, 기계적 기능들은 전자회로, 집적회로, ASIC(Application Specific Integrated Circuit) 등 공지된 다양한 소자들 또는 기계적 요소들로 구현될 수 있으며, 각각 별개로 구현되거나 2 이상이 하나로 통합되어 구현될 수도 있다.
또한 첨부된 블록도의 각 블록과 흐름도의 각 단계의 조합들은 컴퓨터 프로그램 인스트럭션들에 의해 수행될 수도 있다. 이들 컴퓨터 프로그램 인스트럭션들은 범용 컴퓨터, 특수용 컴퓨터, 휴대용 노트북 컴퓨터, 네트워크 컴퓨터 등 기타 프로그램 가능한 데이터 프로세싱 장비의 프로세서에 탑재될 수 있으므로, 컴퓨터 장치 또는 기타 프로그램 가능한 데이터 프로세싱 장비의 프로세서를 통해 수행되는 그 인스트럭션들이 아래에서 설명할 블록도의 각 블록 또는 흐름도의 각 단계에서 설명된 기능들을 수행하는 수단을 생성하게 된다. 이들 컴퓨터 프로그램 인스트럭션들은 특정 방식으로 기능을 구현하기 위해 컴퓨터 장치 또는 기타 프로그램 가능한 데이터 프로세싱 장비를 지향할 수 있는 컴퓨터 장치에 이용 가능한 메모리 또는 컴퓨터 판독 가능 메모리에 저장되는 것도 가능하므로, 블록도의 각 블록 또는 흐름도 각 단계에서 설명된 기능을 수행하는 인스트럭션 수단을 내포하는 제조물을 생산하는 것도 가능하다. 컴퓨터 프로그램 인스트럭션들은 컴퓨터 장치 또는 기타 프로그램 가능한 데이터 프로세싱 장비 상에 탑재되는 것도 가능하므로, 컴퓨터 장치 또는 기타 프로그램 가능한 데이터 프로세싱 장비 상에서 일련의 동작 단계들이 수행되기 위한 프로세스를 생성하여 블록도의 각 블록 및 흐름도의 각 단계에서 설명된 기능들을 실행하기 위한 단계들을 제공하는 것도 가능하다.
또한, 각 블록 또는 각 단계는 특정된 논리적 기능(들)을 실행하기 위한 하나 이상의 실행 가능한 인스트럭션들을 포함하는 모듈, 세그먼트 또는 코드의 일부를 나타낼 수 있다. 또, 몇 가지 대체 실시예들에서는 블록들 또는 단계들에서 언급된 기능들이 순서를 벗어나서 발생하는 것도 가능함을 주목해야 한다. 예컨대, 잇달아 도시되어 있는 두 개의 블록들 또는 단계들은 사실 실질적으로 동시에 수행되는 것도 가능하고 또는 그 블록들 또는 단계들이 때때로 해당하는 기능에 따라 역순으로 수행되는 것도 가능하다.
본 발명의 실시예에 있어서, 배포패키지는 클라이언트가 어플리케이션 실행을 위해 다운로드 받게 될 어플리케이션 구성파일의 모음을 의미한다.
이하에서는 도면을 참고하여 본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법에 대해서 설명하기로 한다.
도 1은 본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법을 수행하기 위한 어플리케이션 개발툴의 구성도이고, 도 2는 본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법의 순서도이다.
상기 어플리케이션 개발툴(100)은 사용자인터페이스부(110), 소스코드편집부(120), 참조정보관리부(130), 메모리부(140), 배포패키지생성부(150) 및 라이브러리(160)를 포함한다.
상기 사용자인터페이스부(110)는 개발자가 어플리케이션 개발 시에 소스코드와 메뉴 등을 입력하기 위한 기능을 제공하며, 소스코드편집부(120)는 개발자가 소스코드를 작성하고 편집할 수 있는 기능을 제공한다. 메모리부(130)는 각종 데이터를 저장하는 기능을 수행한다. 라이브러리(160)는 어플리케이션 개발에 필요한 각종 상수, 변수 및 함수 정보를 포함한다.
개발자는 어플리케이션을 개발하기 위하여 상기 어플리케이션 개발툴(100)을 실행하고, 사용자인터페이스부(110)와 소스코드편집부(120)를 이용하여 어플리케이션 개발을 위한 소스코드 등을 편집한다.
이때, 어플리케이션 개발툴의 참조정보관리부(130)은 개발자에 의해 작성되는 코드를 분석하여 상기 어플리케이션의 실행 시에 사용되는 상수, 변수 및 함수에 관한 제1 참조정보를 메모리부에 저장한다(S100).
상기 참조정보관리부(130)는 상기 제1 참조정보를 기초로 상기 어플리케이션이 참조하는 라이브러리(160) 상의 상수, 변수 및 함수에 관한 제2 참조정보를 상기 메모리부에 저장한다(S200).
또한, 상기 배포패키지생성부(150)가 클라이언트에서 실행될 상기 어플리케이션 배포패키지의 생성시에 상기 제1 및 제2 참조정보를 이용하여 상기 상수, 변수 및 함수에 관련된 정보만을 상기 라이브러리에서 추출하여 배포패키지를 생성한다(S300). 상기 배포패키지가 생성될 때에, 상기 어플리케이션의 실행 시에 사용되지 않는 상수, 변수 및 함수에 관한 정보는 상기 라이브러리로부터 추출되지 않고 배제된다.
이와 같이 실제 어플리케이션의 실행에 사용하는 상수, 변수 및 함수만을 선택적으로 라이브러리에서 추출하여 배포패키지에 포함시킴으로써, 클라이언트에서 다운로드하는 파일의 크기를 획기적으로 줄일 수 있으며, 또한 클라이언트 엔진이 해석하는 스크립트의 양을 줄임으로써 메모리 효율 및 실행속도가 향상된다.
본 발명에 따른 방법은 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현하는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치를 포함한다. 기록매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광데이터 저장장치 등이 있으며, 또한 캐리어 웨이브(예를 들어 인터넷을 통한 전송)의 형태로 구현되는 것도 포함한다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.
본 명세서와 도면에는 본 발명의 바람직한 실시예에 대하여 개시하였으며, 비록 특정 용어들이 사용되었으나, 이는 단지 본 발명의 기술 내용을 쉽게 설명하고 발명의 이해를 돕기 위한 일반적인 의미에서 사용된 것이지, 본 발명의 범위를 한정하고자 하는 것은 아니다. 여기에 개시된 실시예 외에도 본 발명의 기술적 사상에 바탕을 둔 다른 변형예들이 실시 가능하다는 것은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에게 자명한 것이다.
[부호의 설명]
100: 어플리케이션 개발툴 110:사용자인터페이스부
120: 소스코드편집부 130: 참조정보관리부
140: 메모리부 150: 배포패키지생성부
160: 라이브러리

Claims (3)

  1. 스크립트 기반 어플리케이션 개발툴을 이용하여 어플리케이션의 개발 시, 상기 어플리케이션 개발툴의 참조정보관리부가 상기 어플리케이션의 실행 시에 사용되는 상수, 변수 및 함수에 관한 제1 참조정보를 메모리부에 기록하는 단계;
    상기 참조정보관리부가 상기 제1 참조정보를 기초로 상기 어플리케이션이 참조하는 라이브러리 상의 상수, 변수 및 함수에 관한 제2 참조정보를 상기 메모리부에 기록하는 단계;
    상기 개발툴의 배포패키지생성부가 클라이언트에서 실행될 상기 어플리케이션 배포패키지의 생성시에 상기 제1 및 제2 참조정보를 이용하여 상기 상수, 변수 및 함수에 관련된 정보만을 상기 라이브러리에서 추출하여 배포패키지를 생성하는 단계를 포함하는,
    스크립트 기반의 어플리케이션 개발 방법.
  2. 제1항에 있어서,
    상기 배포패키지의 생성 시에 상기 어플리케이션의 실행 시에 사용되지 않는 상수, 변수 및 함수에 관한 정보는 상기 라이브러리로부터 추출되지 않고 배제되는,
    스크립트 기반의 어플리케이션 개발 방법.
  3. 제1항 및 제2항 중 어느 한 항에 있어서, 상기 방법을 수행하기 위한 프로그램을 저장한 컴퓨터에서 판독 가능한 기록매체.
PCT/KR2017/003814 2016-04-08 2017-04-07 스크립트 기반 어플리케이션 개발방법 WO2017176086A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2016-0043416 2016-04-08
KR1020160043416A KR20170115784A (ko) 2016-04-08 2016-04-08 스크립트 기반 어플리케이션 개발방법

Publications (1)

Publication Number Publication Date
WO2017176086A1 true WO2017176086A1 (ko) 2017-10-12

Family

ID=60000610

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2017/003814 WO2017176086A1 (ko) 2016-04-08 2017-04-07 스크립트 기반 어플리케이션 개발방법

Country Status (2)

Country Link
KR (1) KR20170115784A (ko)
WO (1) WO2017176086A1 (ko)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000020298A (ja) * 1998-06-29 2000-01-21 Hitachi Ltd ソフトウェア開発支援装置
US20090138847A1 (en) * 2007-03-09 2009-05-28 Objective Interface Systems Optimized code generation by eliminating unused virtual function
JP2009129327A (ja) * 2007-11-27 2009-06-11 Fuji Electric Holdings Co Ltd プログラム開発支援装置、プログラム開発支援方法およびプログラム開発支援プログラム
JP2010198522A (ja) * 2009-02-27 2010-09-09 Hitachi Ltd ソースコード解析方法およびソースコード解析支援システム
KR101479516B1 (ko) * 2014-03-05 2015-01-07 소프트포럼 주식회사 소스코드 보안 약점 탐지 장치 및 방법

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000020298A (ja) * 1998-06-29 2000-01-21 Hitachi Ltd ソフトウェア開発支援装置
US20090138847A1 (en) * 2007-03-09 2009-05-28 Objective Interface Systems Optimized code generation by eliminating unused virtual function
JP2009129327A (ja) * 2007-11-27 2009-06-11 Fuji Electric Holdings Co Ltd プログラム開発支援装置、プログラム開発支援方法およびプログラム開発支援プログラム
JP2010198522A (ja) * 2009-02-27 2010-09-09 Hitachi Ltd ソースコード解析方法およびソースコード解析支援システム
KR101479516B1 (ko) * 2014-03-05 2015-01-07 소프트포럼 주식회사 소스코드 보안 약점 탐지 장치 및 방법

Also Published As

Publication number Publication date
KR20170115784A (ko) 2017-10-18

Similar Documents

Publication Publication Date Title
US10402208B2 (en) Adaptive portable libraries
US8347272B2 (en) Call graph dependency extraction by static source code analysis
US8726255B2 (en) Recompiling with generic to specific replacement
CN111782340B (zh) 一种基于字节码的数据处理方法、装置、设备及系统
WO2017185606A1 (zh) 基于overlay机制的APK开发方法及系统
US9489182B1 (en) Transparent process interception
JP2017146966A (ja) パッケージファイルに対する機能拡張方法およびシステム
CN103885814A (zh) 在x86架构上运行ARM APK的模拟器装置和方法
CN101030241A (zh) 基于Keil C51的软件保护开发的方法和系统
CN108089870B (zh) 用于修复应用的方法和装置
CN104503778A (zh) 一种应用程序的安装方法和装置
CN105653943A (zh) Android应用的日志审计方法及系统
US20170249143A1 (en) Detecting open source components built into mobile applications
Follner et al. PSHAPE: automatically combining gadgets for arbitrary method execution
WO2017176086A1 (ko) 스크립트 기반 어플리케이션 개발방법
CN110018831B (zh) 程序处理方法、装置及计算机可读存储介质
WO2011109566A2 (en) High and low value application state
CN109144575B (zh) 跨操作系统运行应用的装置、方法、电子设备和存储器
Shapiro et al. {“Weird}{Machines”} in {ELF}: A Spotlight on the Underappreciated Metadata
CN113835748B (zh) 基于html5的应用程序的打包方法、系统和可读介质
US10146529B2 (en) Monitoring rules declaration and automatic configuration of the monitoring rules
CN114238831A (zh) Html代码片段的处理方法、系统、电子设备和存储介质
US20120102473A1 (en) Abstract method removal for reduced memory footprint with optimizer tool
CN102810142B (zh) 基于可扩展模式的恶意代码查杀系统和方法
Majumdar et al. Bbs: A phase-bounded model checker for asynchronous programs

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17779386

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17779386

Country of ref document: EP

Kind code of ref document: A1