KR101310070B1 - Method for preventing collision between each programs and recording-medium recorded program thereof - Google Patents

Method for preventing collision between each programs and recording-medium recorded program thereof Download PDF

Info

Publication number
KR101310070B1
KR101310070B1 KR1020130073754A KR20130073754A KR101310070B1 KR 101310070 B1 KR101310070 B1 KR 101310070B1 KR 1020130073754 A KR1020130073754 A KR 1020130073754A KR 20130073754 A KR20130073754 A KR 20130073754A KR 101310070 B1 KR101310070 B1 KR 101310070B1
Authority
KR
South Korea
Prior art keywords
program
collision
management program
conflict
action
Prior art date
Application number
KR1020130073754A
Other languages
Korean (ko)
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 (주)지란지교소프트
Priority to KR1020130073754A priority Critical patent/KR101310070B1/en
Application granted granted Critical
Publication of KR101310070B1 publication Critical patent/KR101310070B1/en

Links

Images

Classifications

    • 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
    • G06F9/445Program loading or initiating
    • G06F9/44552Conflict resolution, i.e. enabling coexistence of conflicting executables
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/36Handling requests for interconnection or transfer for access to common bus or bus system
    • G06F13/368Handling requests for interconnection or transfer for access to common bus or bus system with decentralised access control
    • G06F13/376Handling requests for interconnection or transfer for access to common bus or bus system with decentralised access control using a contention resolving method, e.g. collision detection, collision avoidance

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE: A method for preventing a conflict between programs and a recording-medium recording the same are provided to manage the history of situation that a system is down by the conflict between the programs, thereby preventing collisions due the same reason later. CONSTITUTION: If the management program is performed, the program executed by a computer records the action of the management program (S10,S20). If the system is restarted by a conflict between the management program and the other program, the program collects conflict evidence (S30,S40). The program stores a conflict history including the last action of the management program recorded based on the conflict evidence (S50). With reference to the conflict history information, the program determines whether a program having a conflict risk among executed programs exists. The program records the action of the management program only when the program having the conflict risk is executed. [Reference numerals] (AA) No; (BB) Yes; (S10, S50) Implement management program; (S20) Record action; (S30) Collision occurs?; (S40) Collect conflict evidence after the system is restarted

Description

프로그램간의 충돌을 예방하는 방법 및 그 방법이 기록된 기록매체{Method for preventing collision between each programs and recording-medium recorded program thereof}Method for preventing collision between each programs and recording-medium recorded program approximately}

본 발명은 프로그램간 충돌에 관한 것으로서, 좀 더 상세하게는 다른 프로그램과의 충돌을 예방하는 방법 및 그 방법이 기록된 기록매체에 관한 것이다.
The present invention relates to a collision between programs, and more particularly, to a method of preventing a collision with another program and a recording medium on which the method is recorded.

개인용 컴퓨터에는 다양한 프로그램이 설치되어 이용되는데, 바이러스를 감시하거나 개인정보의 유출을 예방하는 목적 등을 위한 프로그램이 이용되고 있다. 쉬운 예로 바이러스 백신 프로그램의 경우 통신망을 통해 실시간 송수신되는 데이터 또는 임의의 응용프로그램의 실행에 의한 데이터에 바이러스가 존재하는지를 감시하기 위해 항상 실행되어 시스템을 감시한다. 최근에는 다양한 목적에 의해 시스템 감시용 프로그램이 많이 이용되기도 하는데, 그에 따라 프로그램간 충돌에 의해 시스템이 다운되는 경우가 발생하기도 한다. 예를 들어, 복수개의 백신프로그램이 함께 구동되는 경우, 종종 두 백신프로그램이 충돌하여 시스템을 다운시켜, 사용자는 시스템을 재부팅해야 하는 불편을 겪게 된다.
Various programs are installed and used in personal computers, and programs for monitoring viruses or preventing the leakage of personal information are used. As an easy example, an antivirus program is always running to monitor a system for the presence of viruses in data transmitted and received in real time through a communication network or by execution of arbitrary applications. Recently, a system monitoring program is frequently used for various purposes, and accordingly, a system may crash due to a conflict between programs. For example, when a plurality of vaccine programs are run together, the two vaccine programs often collide, bringing down the system, and the user is inconvenient to reboot the system.

따라서, 본 발명은 상술한 문제점을 해결하기 위해 안출된 것으로서, 프로그램간의 충돌에 의해 시스템이 다운되는 상황을 최소화하기 위해, 다른 프로그램과의 충돌을 예방하는 방법 및 그 방법이 기록된 기록매체를 제공하기 위한 것이다.Accordingly, the present invention has been made to solve the above-described problems, to provide a method of preventing a collision with another program and a recording medium on which the method is recorded in order to minimize the situation in which the system is down by a collision between programs. It is to.

본 발명의 다른 목적들은 이하에 서술되는 바람직한 실시예를 통하여 보다 명확해질 것이다.
Other objects of the present invention will become more apparent through the following preferred embodiments.

본 발명의 일 측면에 따르면, 컴퓨터에서 실행되는 프로그램이 프로그램간의 충돌을 예방하는 방법에 있어서, 관리 프로그램이 실행되면, 상기 관리 프로그램의 행위를 기록하는 단계; 상기 관리 프로그램이 다른 프로그램과 충돌하여 시스템이 재시작되면, 충돌 증거를 수집하는 단계; 및 상기 충돌 증거를 기반으로 기록된 상기 관리 프로그램의 마지막 행위를 포함한 충돌 이력을 저장하는 단계를 포함하는 충돌 예방 방법 및 그 방법을 실행하는 프로그램이 컴퓨터가 읽을 수 있도록 기록된 기록매체가 제공된다.According to an aspect of the present invention, a method for preventing a conflict between programs in a program running on a computer, comprising: recording an action of the management program when the management program is executed; Collecting evidence of a conflict if the management program crashes with another program and the system is restarted; And a collision history including a last action of the management program recorded based on the collision evidence, and a recording medium on which the computer executing the method is readable.

여기서, 저장된 충돌이력정보를 참조하여 실행되고 있는 프로그램 중 충돌위험 프로그램이 존재하는지 여부를 판단하는 단계를 더 포함하되, 상기 충돌위험 프로그램이 실행되고 있는 경우에만 상기 관리 프로그램의 행위를 기록할 수 있다.Here, the method may further include determining whether a collision risk program exists among the programs being executed by referring to the stored collision history information, and may record the behavior of the management program only when the collision risk program is executed. .

또한, 상기 충돌위험 프로그램이 존재하는 경우, 상기 충돌이력정보를 참조하여 상기 관리 프로그램이 수행할 행위에 대한 수행 가능 여부를 판단하는 단계를 더 포함할 수 있다.In addition, when the collision risk program exists, the method may further include determining whether it is possible to perform an action to be performed by the management program by referring to the collision history information.

또한, 상기 수행 가능 여부 판단 결과 수행 불가능으로 판단되면, 상기 관리 프로그램과 상기 충돌위험 프로그램간에 설정된 우선순위에 따라 어느 하나의 행위가 먼저 수행되도록 제어하는 단계를 더 포함할 수 있다.In addition, if it is determined that the performance is impossible to perform, the method may further include controlling any one action to be performed first according to a priority set between the management program and the collision risk program.

또한, 상기 충돌 증거로서 상기 관리 프로그램이 실행된 이후의 실행 프로그램, 접근 URL, 실행 파일 중 어느 하나 이상에 대한 정보가 포함될 수 있다.
In addition, as evidence of the collision, information about any one or more of an execution program, an access URL, and an execution file after the management program is executed may be included.

그리고, 컴퓨터에서 실행되는 프로그램이 프로그램간의 충돌을 예방하는 방법에 있어서, 관리 프로그램이 실행되면, 상기 관리 프로그램이 실행하려 하는 행위를 탐지하는 단계; 충돌이력정보를 참조하여 상기 행위에 대한 수행 가능 여부를 판단하는 단계; 및 판단 결과 수행 가능으로 판단되면 상기 행위를 허용하고 기록하는 단계를 포함하되, 상기 관리 프로그램이 다른 프로그램과 충돌하여 시스템이 재시작되면, 상기 다른프로그램에 대한 정보, 상기 관리 프로그램의 행위에 대한 정보를 포함하는 충돌이력을 상기 충돌이력정보로서 저장하는 것을 특징으로 하는 충돌 예방 방법 및 그 방법을 실행하는 프로그램이 컴퓨터가 읽을 수 있도록 기록된 기록매체가 제공된다.A method for preventing a conflict between programs in a program executed on a computer, the method comprising: detecting an action that the management program tries to execute when the management program is executed; Determining whether the action can be performed with reference to the collision history information; And permitting and recording the action when it is determined that the operation is possible. If the management program is in conflict with another program and the system is restarted, information about the other program and information about the action of the management program are included. There is provided a collision prevention method and a recording medium on which a computer program can be read by a collision prevention method, characterized in that the collision history is stored as the collision history information.

여기서, 상기 충돌이력정보를 참조하여 실행되고 있는 프로그램 중 충돌위험 프로그램이 존재하는지 여부를 판단하는 단계를 더 포함하되, 상기 충돌위험 프로그램이 실행되고 있는 경우에만 상기 관리 프로그램의 행위를 모니터링할 수 있다.The method may further include determining whether a collision risk program exists among the programs being executed by referring to the collision history information, and may monitor the behavior of the management program only when the collision risk program is executed. .

또한, 상기 충돌이력정보를 참조하여 실행되고 있는 프로그램 중 충돌위험 프로그램이 존재하는 경우, 상기 충돌이력정보에 따른 충돌 이력을 화면 표시하는 단계를 포함할 수 있다.
The method may further include displaying a collision history according to the collision history information when a collision risk program exists among programs executed by referring to the collision history information.

본 발명에 따르면, 프로그램간의 충돌에 의해 시스템이 다운되는 상황에 대한 이력을 관리함으로써, 차후 동일한 이유에 의한 충돌을 예방할 수 있다.According to the present invention, by managing a history of a situation where the system is down due to a collision between programs, it is possible to prevent a collision for the same reason in the future.

또한 본 발명에 따르면, 충돌 증거 및 그에 따른 프로그램의 행위를 이력 정보로 관리함으로써 해당 프로그램의 문제점을 바로 인식할 수 있어 보완이 용이하게 된다.
In addition, according to the present invention, by managing the evidence of the conflict and the behavior of the program according to the history information it is possible to immediately recognize the problem of the program it is easy to supplement.

도 1은 본 발명의 일 실시예에 따른 프로그램간의 충돌을 예방하기 위한 충돌 이력 생성 과정을 도시한 흐름도.
도 2는 본 발명의 일 실시예에 따른 충돌 예방 프로세스의 실행 여부를 판단하는 과정을 도시한 흐름도.
도 3은 본 발명의 일 실시예에 따른 충돌 이력정보를 이용한 프로그램간의 충돌 예방 과정을 도시한 흐름도.
도 4는 본 발명의 일 실시예에 따른 충돌이력정보를 예시한 테이블.
도 5는 본 발명의 일 실시예에 따른 충돌 예방을 위한 경고문을 예시한 사용자인터페이스(UI)화면.
1 is a flowchart illustrating a collision history generation process for preventing a collision between programs according to an embodiment of the present invention.
2 is a flowchart illustrating a process of determining whether to execute a collision prevention process according to an embodiment of the present invention.
3 is a flowchart illustrating a collision prevention process between programs using collision history information according to an embodiment of the present invention.
4 is a table illustrating collision history information according to an embodiment of the present invention.
5 is a user interface (UI) screen illustrating a warning message for collision prevention according to an embodiment of the present invention.

본 발명은 다양한 변경을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다.While the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that the invention is not intended to be limited to the particular embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention.

이하, 첨부한 도면들을 참조하여 본 발명에 따른 실시예들을 상세히 설명하기로 하며, 첨부 도면을 참조하여 설명함에 있어 도면 부호에 상관없이 동일하거나 대응하는 구성 요소는 동일한 참조번호를 부여하고 이에 대한 중복되는 설명은 생략하기로 한다.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like reference numerals refer to the like elements throughout the specification and claims. The description will be omitted.

도 1은 본 발명의 일 실시예에 따른 프로그램간의 충돌을 예방하기 위한 충돌 이력 생성 과정을 도시한 흐름도이다.1 is a flowchart illustrating a collision history generation process for preventing a collision between programs according to an embodiment of the present invention.

도 1을 참조하면, 충돌 예방에 대한 프로세스가 관리되는 프로그램(이하 관리 프로그램이라 칭함)이 실행되면(S10), 그 관리 프로그램이 실행됨에 따라 행하는 행위를 기록한다(S20).Referring to FIG. 1, when a program for managing a collision prevention process (hereinafter referred to as a management program) is executed (S10), an action performed as the management program is executed (S20) is recorded.

그리고, 관리 프로그램이 다른 프로그램과 충돌되는지 여부를 판단한다(S30). 만일 관리 프로그램이 다른 프로그램과 충돌하게 되면 시스템이 재시작되는데, 이때 프로그램이 재시작됨을 인식함으로써 충돌여부를 확인할 수 있다.Then, it is determined whether the management program is in conflict with another program (S30). If the management program crashes with other programs, the system will be restarted. At this time, it can be checked by recognizing that the program is restarted.

충돌이 되어 시스템이 재시작되면, 충돌 증거를 수집한다(S40). 충돌 증거로서는 관리 프로그램이 실행된 이후에 실행된 다른 프로그램에 대한 정보, 접근된 웹페이지의 URL, 접근한 파일 등에 대한 정보일 수 있다. 일례에 따르면, 재부팅이 시작되면 시스템 오류 로그 파일을 분석하여 재부팅 이전에 충돌이 존재하였는지 여부를 인식하고, 그에 따라 충돌 증거를 수집한다.When the system is restarted due to a collision, collecting evidence of collision (S40). The evidence of collision may be information about other programs executed after the management program is executed, information about URLs of web pages accessed, files accessed, and the like. According to an example, when a reboot is initiated, the system error log file is analyzed to recognize whether a conflict existed before the reboot, and thus collecting evidence of the crash.

기록된 관리 프로그램의 행위 중 마지막 행위가 충돌을 일으킨 원인이라 할 수 있으므로, 충돌 증거를 기반으로 그 마지막 행위를 포함한 정보를 충돌 이력으로서 저장한다(S50).Since the last of the actions of the recorded management program may be the cause of the collision, the information including the last action is stored as a collision history based on the evidence of collision (S50).

이렇게 관리 프로그램에 의해 발생된 충돌에 대한 이력 정보를 저장함으로써, 차후 동일한 원인에 의한 충돌을 예방할 수 있게 되는 것이다.By storing the history information on the collision generated by the management program in this way, it is possible to prevent the collision caused by the same cause in the future.

만일, 관리 프로그램의 모든 행위에 대해 감시 및 기록하는 경우에는 불필요한 프로세스가 발생될 수도 있으므로, 일례에 따르면 특정 상황에서만 충돌 예방 프로세스를 수행할 수도 있다.
If all the actions of the management program are monitored and recorded, an unnecessary process may occur, and according to an example, the collision prevention process may be performed only in a specific situation.

도 2는 본 발명의 일 실시예에 따른 충돌 예방 프로세스의 실행 여부를 판단하는 과정을 도시한 흐름도이다.2 is a flowchart illustrating a process of determining whether to execute a collision prevention process according to an embodiment of the present invention.

도 2를 참조하면, 관리 프로그램이 실행되면(S210), 충돌이력정보를 참조하여(S220) 충돌위험 프로그램이 실행되는지 여부를 판단한다(S230).Referring to FIG. 2, when the management program is executed (S210), it is determined whether the collision risk program is executed with reference to the collision history information (S220) (S230).

충돌이력정보란 도 1을 참조하여 설명한 충돌 이력에 의한 정보를 말하는 것으로, 해당 관리 프로그램에 의한 충돌이 발생했던 모든 이력에 대한 정보일 수 있다. 예를 들어, 충돌이력정보는 통신망을 통해 결합된 서버 장치에 DB(Database)화 되어 저장 및 관리되고, 본 프로세스를 수행하는 컴퓨팅 장치가 서버 장치에 문의하는 방식으로 진행될 수도 있다. 충돌이력정보에 대해서는 차후 더욱 상세히 설명하기로 한다.The collision history information refers to information based on the collision history described with reference to FIG. 1, and may be information on all the history of a collision caused by the management program. For example, the collision history information may be stored in a database (DB) and stored and managed in a server device coupled through a communication network, and the computing device performing the process may inquire the server device. The collision history information will be described in more detail later.

만일 관리 프로그램과 충돌될 위험성이 있는 충돌위험 프로그램이 현재 실행중이라면 충돌 예방 프로세스(물론 충돌 이력 정보 생성 프로세스도 포함됨)를 수행한다(S240). If a collision risk program that is at risk of conflict with the management program is currently running, a collision prevention process (also including a collision history information generation process) is performed (S240).

이와 달리 충돌이력정보에 따른 어떠한 충돌위험 프로그램도 실행 중이 아니라면, 차후 충돌위험 프로그램이 실행되는지 여부를 알 수 있도록 새로이 실행되는 다른 프로그램의 실행 상황을 모니터링한다(S250).On the contrary, if any collision risk program according to the collision history information is not running, the execution status of another newly executed program is monitored to see whether a collision risk program is executed later (S250).

본 실시예에 의하면, 충돌될 위험이 있는 프로그램이 함께 실행중인 경우에만 충돌 이력 정보 생성 및 충돌 예방 프로세스를 수행하여 불필요한 프로세스를 줄일 수 있게 된다.
According to this embodiment, it is possible to reduce the unnecessary process by performing the collision history information generation and collision prevention process only when a program that is at risk of collision is running together.

도 3은 본 발명의 일 실시예에 따른 충돌 이력정보를 이용한 프로그램간의 충돌 예방 과정을 도시한 흐름도이고, 도 4는 본 발명의 일 실시예에 따른 충돌이력정보를 예시한 테이블이고, 도 5는 본 발명의 일 실시예에 따른 충돌 예방을 위한 경고문을 예시한 사용자인터페이스(UI)화면이다.3 is a flowchart illustrating a collision prevention process between programs using collision history information according to an embodiment of the present invention, FIG. 4 is a table illustrating collision history information according to an embodiment of the present invention, and FIG. A user interface (UI) screen illustrating a warning message for collision prevention according to an embodiment of the present invention.

도 3을 참조하면, 관리 프로그램의 실행을 인식하면(S310), 그 관리 프로그램의 모든 행위를 탐지한다(S320). 여기서, 충돌이력정보를 참조하여 실행되고 있는 프로그램 중 충돌위험 프로그램이 존재하는지 여부를 판단하고, 충돌위험 프로그램이 실행되고 있는 경우에만 관리 프로그램의 행위를 모니터링할 수도 있다.Referring to FIG. 3, when the execution of the management program is recognized (S310), all the actions of the management program are detected (S320). In this case, the collision history information may be determined by referring to the collision history information, and the behavior of the management program may be monitored only when the collision risk program is executed.

관리 프로그램이 접근하는 파일 또는 웹브라우저를 통해서 접근하는 URL 정보를탐지한다. 예를 들어 충돌위험 프로그램은 웹브라우저의 보안 프로그램이고 관리 프로그램은 웹브라우저의 정보유출 방지 프로그램이라고 가정하면, 특정 URL 접근 시 동시에 각각의 보안 모듈이 동작하면서 충돌할 수 있다. 다른 예를 더 들자면, 충돌위험 프로그램은 백신 프로그램이고 관리 프로그램은 개인정보감시 프로그램이라고 가정하면, 특정 파일이 변경되는 이벤트가 발생했을 경우 동시에 각각의 보안 모듈이 해당 파일에 접근하면서 충돌할 수 있다.Detects URL information accessed by a web browser or a file accessed by a management program. For example, assuming that a collision risk program is a security program of a web browser and a management program is an information leakage prevention program of a web browser, when a specific URL is accessed, each security module may operate simultaneously. As another example, assuming that the collision risk program is an antivirus program and the management program is a privacy monitoring program, when an event occurs in which a specific file is changed, each security module may simultaneously access and crash the file.

탐지된 행위에 대해, 충돌이력정보를 참조하여 다른 프로그램과 충돌될 가능성이 존재하는지를 검토한다(S330). 쉬운 예로, 위에 예시한 첫 번째 예에 따라 충돌위험 프로그램인 웹브라우저의 보안 프로그램이 특정 URL에 접근 중인 경우, 탐지된 관리 프로그램의 행위가 해당 URL에 접근하는 것이라면, 충돌 가능성이 존재한다고 판단될 수 있을 것이다.With respect to the detected behavior, the possibility of a collision with another program is examined with reference to the collision history information (S330). As an easy example, if the security program of the web browser, which is a risk-conflict program, is accessing a specific URL according to the first example above, if the detected management program's behavior is accessing the URL, there may be a possibility of a conflict. There will be.

충돌이력정보를 예시한 도 4를 참조하면, 관리 프로그램의 각 행위마다 다른 프로그램과 충돌되었던 이력에 따른 충돌 사유에 대한 정보가 관리된다. 따라서, 관리 프로그램이 행하려 하는 행위가 현재 충돌될 가능성이 있는지 여부를 충돌이력정보를 참조함으로써 판단될 수 있다. 쉬운 예를 들어 도면에 도시된 바와 같이, 관리 프로그램의 행위 a에 대해서는 프로그램A의 k행위와 충돌 가능성이 있으며, 또한 프로그램 B(예를 들어 웹브라우저)가 [www.kkk.com]의 주소로 접속할 경우 충돌될 가능성이 있으므로, 이에 따라 현재 실행되고 있는 다른 프로그램들에 대한 모니터링을 수행하여 관리 프로그램의 행위 a에 대한 실행 허용 여부를 판단하는 것이다.Referring to FIG. 4 illustrating the collision history information, information on a reason for collision according to a history of collision with another program is managed for each action of the management program. Therefore, it can be determined by referring to the collision history information whether the management program is likely to collide with the current attempt. As an easy example, as shown in the figure, the behavior a of the management program has a potential conflict with the behavior of program A. Also, the program B (for example, a web browser) is directed to [www.kkk.com]. Since there is a possibility of a conflict when connecting, it is determined whether to allow execution of the action a of the management program by monitoring other programs that are currently running.

충돌이력정보를 참조하여 충돌 가능성을 검토하여 관리 프로그램의 해당 행위에 대한 수행 가능성을 검토한 결과(S340), 수행 가능으로 판단되면 탐지된 행위를 허용하고 그 행위에 대한 정보를 기록한다(S350).As a result of reviewing the possibility of collision by reviewing the possibility of collision by referring to the collision history information (S340), if it is determined that it can be performed, the detected action is allowed and the information on the action is recorded (S350). .

만일 충돌 가능성이 있어 수행 불가능으로 판단된 경우, 탐지된 행위의 실행을 제어하는데(S360), 예를 들어 충돌 가능성이 있는 다른 프로그램의 실행이 완료된 이후 관리 프로그램이 해당 행위를 실행하도록 할 수 있다. 다른 예에 따르면, 각 프로그램마다 우선순위가 설정될 수 있으며, 충돌 가능성이 존재할 때 그 우선순위에 따른 프로그램의 행위가 먼저 수행되도록 할 수도 있다. 쉬운 예를 들어, 관리 프로그램이 웹브라우저보다 우선순위가 낮은 경우, 웹브라우저가 충돌 가능성이 있는 웹페이지의 접속을 완료한 이후 관리 프로그램의 해당 행위가 실행되도록 한다.If it is determined that there is a possibility of collision, and thus it is determined that it is impossible to perform, in order to control the execution of the detected action (S360), for example, after the execution of another program of potential conflict, the management program may execute the action. According to another example, priority may be set for each program, and when there is a possibility of conflict, the program action according to the priority may be performed first. For example, if the management program has a lower priority than the web browser, the action of the management program is executed after the web browser completes access to a potentially conflicting web page.

그리고, 일례에 따르면 관리 프로그램이 실행되면, 충돌이력정보를 참조하여 충돌 가능성이 존재하는 충돌위험 프로그램에 대한 정보를 사용자가 인지할 수 있도록 화면 표시할 수도 있다. 이에 대한 실시예를 도시한 도 5를 참조하면, 관리 프로그램이 시작되면 충돌 가능성이 있는 다른 프로그램 등에 대한 정보를 사용자 인터페이스 화면(500)으로서 제공하여, 사용자에게 미리 충돌 가능성을 확인시켜 충돌 발생을 최소화할 수 있다.In addition, according to an example, when the management program is executed, the screen may be displayed so that the user can recognize the information about the collision risk program in which there is a possibility of collision with reference to the collision history information. Referring to FIG. 5, which illustrates an embodiment thereof, when a management program is started, information about another program, which may have a conflict, is provided as the user interface screen 500, thereby minimizing the occurrence of a conflict by confirming a possibility of a collision to a user in advance. can do.

일례에 따르면, 사용자는 [확인]버튼(520)을 눌러 알내창(510)을 종료할 수 있으며, 또는 [위험요소제거]버튼(530)을 눌러 충돌 위험성이 높은 다른 프로그램의 실행을 종료시킬 수도 있다. 즉 사용자로부터 [위험요소제거]에 따른 명령이 입력되면, 현재 실행되고 있는 프로그램들 중 관리 프로그램과 충돌될 위험성이 높은 프로그램들은 실행을 종료 처리하는 것이다. 물론 이는 일례일 뿐이며, 반드시 종료 처리할 필요는 없으며 관리 프로그램이 실행되는 도중에만 실행이 중단되도록 처리될 수도 있을 것이다.
According to an example, the user may exit the window 510 by pressing the [OK] button 520, or may terminate the execution of other high-risk programs by pressing the [remove risk] button 530. have. In other words, when a command according to [remove risk] is input from a user, programs that have a high risk of colliding with a management program among the currently running programs are terminated. Of course, this is only an example, and does not necessarily need to be terminated, but may be processed so that execution is interrupted only while the management program is executed.

상술한 본 발명에 따른 프로그램간의 충돌을 예방하는 방법은 컴퓨터로 읽을 수 있는 기록 매체에 컴퓨터가 읽을 수 있는 코드로서 구현되는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체로는 컴퓨터 시스템에 의하여 해독될 수 있는 데이터가 저장된 모든 종류의 기록 매체를 포함한다. 예를 들어, ROM(Read Only Memory), RAM(Random Access Memory), 자기 테이프, 자기 디스크, 플래쉬 메모리, 광 데이터 저장장치 등이 있을 수 있다. 또한, 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 통신망으로 연결된 컴퓨터 시스템에 분산되어, 분산방식으로 읽을 수 있는 코드로서 저장되고 실행될 수 있다. The method for preventing a collision between programs according to the present invention described above can be implemented as computer readable code on a computer readable recording medium. Computer-readable recording media include all kinds of recording media having data stored thereon that can be decrypted by a computer system. For example, it may be a ROM (Read Only Memory), a RAM (Random Access Memory), a magnetic tape, a magnetic disk, a flash memory, an optical data storage device, or the like. In addition, the computer-readable recording medium may be distributed and executed in a computer system connected to a computer network, and may be stored and executed as a code readable in a distributed manner.

또한, 상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야에서 통상의 지식을 가진 자라면 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.
It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the spirit or scope of the invention as defined in the appended claims. It will be understood that various modifications and changes may be made.

500 : 사용자 인터페이스 화면500: user interface screen

Claims (9)

컴퓨터에서 실행되는 프로그램이 프로그램간의 충돌을 예방하는 방법에 있어서,
관리 프로그램이 실행되면, 상기 관리 프로그램의 행위를 기록하는 단계;
상기 관리 프로그램이 다른 프로그램과 충돌하여 시스템이 재시작되면, 충돌 증거를 수집하는 단계; 및
상기 충돌 증거를 기반으로 기록된 상기 관리 프로그램의 마지막 행위를 포함한 충돌 이력을 저장하는 단계를 포함하는 충돌 예방 방법.
In a program that runs on a computer to prevent a conflict between programs,
If the management program is executed, recording an action of the management program;
Collecting evidence of a conflict if the management program crashes with another program and the system is restarted; And
Storing a collision history including the last action of the management program recorded based on the evidence of collision.
청구항 1에 있어서,
저장된 충돌이력정보를 참조하여 실행되고 있는 프로그램 중 충돌위험 프로그램이 존재하는지 여부를 판단하는 단계를 더 포함하되,
상기 충돌위험 프로그램이 실행되고 있는 경우에만 상기 관리 프로그램의 행위를 기록하는 것을 특징으로 하는 충돌 예방 방법.
The method according to claim 1,
The method may further include determining whether a collision risk program exists among the programs being executed by referring to the stored collision history information.
And recording the behavior of the management program only when the collision risk program is being executed.
청구항 2에 있어서,
상기 충돌위험 프로그램이 존재하는 경우,
상기 충돌이력정보를 참조하여 상기 관리 프로그램이 수행할 행위에 대한 수행 가능 여부를 판단하는 단계를 더 포함하는 충돌 예방 방법.
The method according to claim 2,
If the conflict risk program exists,
And determining whether it is possible to perform an action to be performed by the management program by referring to the collision history information.
청구항 3에 있어서,
상기 수행 가능 여부 판단 결과 수행 불가능으로 판단되면,
상기 관리 프로그램과 상기 충돌위험 프로그램간에 설정된 우선순위에 따라 어느 하나의 행위가 먼저 수행되도록 제어하는 단계를 더 포함하는 충돌 예방 방법.
The method according to claim 3,
If it is determined that the execution is impossible,
And controlling any one action to be performed first according to a priority set between the management program and the collision risk program.
청구항 1에 있어서,
상기 충돌 증거로서 상기 관리 프로그램이 실행된 이후의 실행 프로그램, 접근 URL, 실행 파일 중 어느 하나 이상에 대한 정보가 포함되는 것을 특징으로 하는 충돌 예방 방법.
The method according to claim 1,
And the information on any one or more of an executable program, an access URL, and an executable file after the management program is executed as evidence of the collision.
컴퓨터에서 실행되는 프로그램이 프로그램간의 충돌을 예방하는 방법에 있어서,
관리 프로그램이 실행되면, 상기 관리 프로그램이 실행하려 하는 행위를 탐지하는 단계;
충돌이력정보를 참조하여 상기 행위에 대한 수행 가능 여부를 판단하는 단계; 및
판단 결과 수행 가능으로 판단되면 상기 행위를 허용하고 기록하는 단계를 포함하되,
상기 관리 프로그램이 다른 프로그램과 충돌하여 시스템이 재시작되면, 상기 다른프로그램에 대한 정보, 상기 관리 프로그램의 행위에 대한 정보를 포함하는 충돌이력을 상기 충돌이력정보로서 저장하는 것을 특징으로 하는 충돌 예방 방법.
In a program that runs on a computer to prevent a conflict between programs,
If the management program is executed, detecting an action that the management program is about to execute;
Determining whether the action can be performed with reference to the collision history information; And
If it is determined that the performance is possible, including the step of allowing and recording the action,
And when the system is restarted because the management program collides with another program, a collision history including information about the other program and information about an action of the management program is stored as the collision history information.
청구항 6에 있어서,
상기 충돌이력정보를 참조하여 실행되고 있는 프로그램 중 충돌위험 프로그램이 존재하는지 여부를 판단하는 단계를 더 포함하되,
상기 충돌위험 프로그램이 실행되고 있는 경우에만 상기 관리 프로그램의 행위를 모니터링하는 것을 특징으로 하는 충돌 예방 방법.
The method of claim 6,
The method may further include determining whether a collision risk program exists among the programs being executed by referring to the collision history information.
And monitoring the behavior of the management program only when the collision risk program is running.
청구항 6에 있어서,
상기 충돌이력정보를 참조하여 실행되고 있는 프로그램 중 충돌위험 프로그램이 존재하는 경우, 상기 충돌이력정보에 따른 충돌 이력을 화면 표시하는 단계를 포함하는 충돌 예방 방법.
The method of claim 6,
And displaying a collision history according to the collision history information if a collision risk program exists among the programs being executed with reference to the collision history information.
디지털 정보 처리 장치에 의해 판독 가능하며, 제 1항 내지 제 8항 중 어느 한 항의 방법을 수행하기 위한 프로그램이 컴퓨터가 읽을 수 있도록 기록된 기록 매체.A recording medium readable by a digital information processing apparatus, wherein a program for performing the method of any one of claims 1 to 8 is recorded so that a computer can read it.
KR1020130073754A 2013-06-26 2013-06-26 Method for preventing collision between each programs and recording-medium recorded program thereof KR101310070B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020130073754A KR101310070B1 (en) 2013-06-26 2013-06-26 Method for preventing collision between each programs and recording-medium recorded program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020130073754A KR101310070B1 (en) 2013-06-26 2013-06-26 Method for preventing collision between each programs and recording-medium recorded program thereof

Publications (1)

Publication Number Publication Date
KR101310070B1 true KR101310070B1 (en) 2013-09-24

Family

ID=49456436

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020130073754A KR101310070B1 (en) 2013-06-26 2013-06-26 Method for preventing collision between each programs and recording-medium recorded program thereof

Country Status (1)

Country Link
KR (1) KR101310070B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190126287A (en) * 2017-03-08 2019-11-11 소니 세미컨덕터 솔루션즈 가부시키가이샤 Image sensor and transmission system
KR20200037968A (en) * 2018-10-02 2020-04-10 주식회사 한글과컴퓨터 Method and appratus for providing virtualized opencl environment for stable execution

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060091405A (en) * 2005-02-14 2006-08-21 삼성전기주식회사 Conflict control method using abstracted service semantics for group context management and system thereof
KR20100132930A (en) * 2009-06-10 2010-12-20 주식회사 마크애니 System and method for preventing collision between different digital documents protection system
KR101041319B1 (en) 2004-06-30 2011-06-14 마이크로소프트 코포레이션 Systems and methods for providing conflict handling for peer-to-peer synchronization of units of information manageable by a hardware/software interface system
KR20130053027A (en) * 2011-11-14 2013-05-23 (주)네오위즈게임즈 Method and apparatus for providing data about abnormal termination of program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101041319B1 (en) 2004-06-30 2011-06-14 마이크로소프트 코포레이션 Systems and methods for providing conflict handling for peer-to-peer synchronization of units of information manageable by a hardware/software interface system
KR20060091405A (en) * 2005-02-14 2006-08-21 삼성전기주식회사 Conflict control method using abstracted service semantics for group context management and system thereof
KR20100132930A (en) * 2009-06-10 2010-12-20 주식회사 마크애니 System and method for preventing collision between different digital documents protection system
KR20130053027A (en) * 2011-11-14 2013-05-23 (주)네오위즈게임즈 Method and apparatus for providing data about abnormal termination of program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190126287A (en) * 2017-03-08 2019-11-11 소니 세미컨덕터 솔루션즈 가부시키가이샤 Image sensor and transmission system
KR102484023B1 (en) 2017-03-08 2023-01-03 소니 세미컨덕터 솔루션즈 가부시키가이샤 Image sensor and transmission system
KR20200037968A (en) * 2018-10-02 2020-04-10 주식회사 한글과컴퓨터 Method and appratus for providing virtualized opencl environment for stable execution
KR102119509B1 (en) * 2018-10-02 2020-06-05 주식회사 한글과컴퓨터 Method and appratus for providing virtualized opencl environment for stable execution

Similar Documents

Publication Publication Date Title
US9282112B2 (en) System and method for determining category of trust of applications performing interface overlay
JP6643128B2 (en) Security event detection method, apparatus, and tangible computer readable storage medium through virtual machine introspection
US9736173B2 (en) Differential dependency tracking for attack forensics
US8850517B2 (en) Runtime risk detection based on user, application, and system action sequence correlation
CN108427616B (en) Background program monitoring method and monitoring device
GB2485622A (en) Server detecting malware in user device.
US10007785B2 (en) Method and apparatus for implementing virtual machine introspection
CN107358096B (en) File virus searching and killing method and system
CN105607986A (en) Acquisition method and device of user behavior log data
JP6259522B2 (en) Software fault location method, apparatus and equipment
US20150193280A1 (en) Method and device for monitoring api function scheduling in mobile terminal
CN111258850B (en) Method and device for updating software information based on Linux system
US9727394B2 (en) Establishing causality order of computer trace records
CN109783316B (en) Method and device for identifying tampering behavior of system security log, storage medium and computer equipment
CN114065196A (en) Java memory horse detection method and device, electronic equipment and storage medium
KR101500512B1 (en) Device and method for securing computer
KR101310070B1 (en) Method for preventing collision between each programs and recording-medium recorded program thereof
CN113709147B (en) Network security event response method, device and equipment
JP6238221B2 (en) Apparatus, method and program for monitoring execution of software
US11251976B2 (en) Data security processing method and terminal thereof, and server
CN102262573A (en) Operating system (OS) start-up protecting method and device
CN113467981A (en) Exception handling method and device
CN111078418A (en) Operation synchronization method and device, electronic equipment and computer readable storage medium
US11811803B2 (en) Method of threat detection
CN114186278A (en) Database abnormal operation identification method and device and electronic equipment

Legal Events

Date Code Title Description
A201 Request for examination
A302 Request for accelerated examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20160923

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20170818

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20190211

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20200212

Year of fee payment: 7