• 제목/요약/키워드: android application

검색결과 796건 처리시간 0.03초

지문 인증과 동적 로딩을 이용한 안드로이드 애플리케이션 코드 보호 기법 (Android Application Code Protection Scheme Using Fingerprint Authentication and Dynamic Loading)

  • 류환일;석재혁;박진형;이동훈
    • 정보보호학회논문지
    • /
    • 제27권6호
    • /
    • pp.1361-1372
    • /
    • 2017
  • 비공개 애플리케이션 또는 핑거프린팅 기법이 적용된 애플리케이션을 외부의 공격자가 복사해 가져가는 경우 비공개 정보가 유출되거나 정당한 사용자가 애플리케이션의 불법 재배포자로 오인될 수 있어 심각한 보안 문제가 초래될 수 있다. 이러한 문제를 해결하기 위하여 본 논문에서는 지문 인증과 동적 로딩을 이용한 안드로이드 애플리케이션 코드 보호 기법을 제안한다. 본 논문에서 제안하는 기법은 하나의 애플리케이션을 CLR(Class LoadeR)과 SED(SEperated Dex)로 구성한다. CLR은 SED를 동적으로 로드하는 기능을 가진 APK 파일이며, SED는 애플리케이션 실행에 필요한 클래스들이 포함된 파일이다. SED는 암호화된 상태로 스마트폰 내부에 보관되며, 사용자는 지문 인증을 성공한 경우에만 SED를 복호화할 수 있다. 본 논문에서 제안하는 기법은 사용자의 스마트폰을 물리적으로 획득한 공격자로부터 애플리케이션 코드를 안전하게 보호할 수 있다.

Environment and Development of the Weather Monitoring Application in Kosovo

  • Shabani, Milazim;Baftiu, Naim;Baftiu, Egzon;Maloku, Betim
    • International Journal of Computer Science & Network Security
    • /
    • 제22권8호
    • /
    • pp.371-379
    • /
    • 2022
  • The environment in Kosovo is a topic of concern for the citizens and the state because of the temperatures that affect the health of the citizens and the climate around the world. Kosovo's climate is related to its geographical position. Stretching in the middle latitude, Kosovo's climate depends on the amount of heat coming from the Sun, the proximity of the Adriatic Sea, the Vardar valley, the openness to the north. In order to better understand the climatic features of Kosovo, one must know the elements of the climate such as: sunshine, temperature, precipitation, atmospheric pressure, winds. The Meteorological Institute of Kosovo is responsible for measuring temperatures in Kosovo since 2014 and until now 12 meteorological stations have been operationalized with automatic measurement and real-time data transfer to the central system for data collection and archiving. The hydrometeorological institute lacks an application for measuring temperatures in all the countries of Kosovo. Software applications are generally built to suit the requirements of different governments and clients in order to enable easier management of the jobs they operate on. One of the forms of application development is the development of mobile applications based on android. The purpose of the work is to create a mobile application based on the Android operating system that aims to display information about the weather, this type of application is necessary and important for users who want to see the temperature in different places in Kosovo, but also the world. This type of application offers many options such as maximum temperature, minimum temperature, humidity, and air pressure. The built application will have real and accurate data; this will be done by comparing the results with other similar applications. Such an application is necessary for everyone, especially for those people whose daily work is dependent on the weather or even for those who decide to spend their vacations, such as summer or winter. In this paper, comparisons are also made within android applications for tablets, televisions and smart watches.

Automatic Usage Profiling을 통한 초기 앱 실행 속도 개선 방법 (Improving application startup time by automatic profiling)

  • 채향석;백종문
    • 소프트웨어공학소사이어티 논문지
    • /
    • 제28권1호
    • /
    • pp.1-6
    • /
    • 2019
  • Google은 2009년 Bytecode로 구성된 Dex(Dalvik Executable)를 Dalvik Runtime의 Interpreter가 실행하는 형태의 Android를 공개하였다. 이후로 Interpreter 실행 속도 개선을 위해 JIT(Just-in-time) 컴파일 기술을 적용하였고 Lollipop(Android 5.0)부터는 Dalvik Runtime을 대체하여 ART Runtime을 제공하여 AOT(A head-of-time) 컴파일 지원을 통해 앱 설치 이후부터 Bytecode가 아닌 Native code로 동작하도록 함으로써 성능을 높일 수 있게 되었다. 하지만 앱 설치/업데이트 시점에 모든 대상을 컴파일하는 AOT 컴파일은 시간이 오래 걸리고 메모리/CPU 자원을 많이 사용함에 따라 느려지고 발열을 유발하여 사용자 불편함을 초래하였다. 시간이 지날수록 더 복잡하고 큰 코드를 지닌 앱들이 많이 등 장함에 따라 AOT 컴파일로 인해 발생하는 문제들이 더 많이 발생하게 되었고, Nougat(Android 7.0)부터는 이를 개선하여 AOT 컴파일을 앱 설치/업데이트 시점에 모두 수행하지 않고 최적화 시점을 나중으로 미루고 실제 사용자의 사용 기록인 Profile을 사용하는 Profile-guided 컴파일 방법을 통해 문제를 회피하고 있다. 이 연구에서는 앱 실행 속도를 설치 직후부터 개선할 수 있도록 하기 위해 Profile에 따른 앱 실행 속도의 특성을 파악하여 앱 실행 속도를 개선할 수 있는 Profile을 앱 개발 시점에 자동 생성하는 방법과 자동생성한 프로파일을 APK에 포함하고 앱 설치/업데이트 시점에 활용하여 최적화를 할 수 있는 방법을 제안한다. 제안하는 방법을 통해 앱 설치 시점에 Profile에 기반하여 선택적으로 컴파일할 수 있으므로 설치 시점에 발생하는 사용자 불편을 최소화할 수 있으며 앱 설치 이후 Native code 실행을 통해 앱 실행 속도를 최초 실행부터 개선할 수 있다.

SNS 연동 산삼 찾기 애플리케이션 (Wild Ginseng Searching Application through SNS)

  • 한정수;김귀정
    • 디지털융복합연구
    • /
    • 제10권2호
    • /
    • pp.237-242
    • /
    • 2012
  • This paper 산삼전문가가 아니더라도 일반인이 산삼과 같은 식물을 발견하였을 때 산삼의 진위여부를 스마트폰을 사용하여 확인할 수 있는 이미지 매칭 기술을 제안한다. 또한 SNS 기능을 추가하여 산삼을 발견한 위치 및 정보를 공유함으로써 산삼 발견의 확률을 높이고자 한다. Android에 포팅해서 사용하는 OpenCV를 이용한 이미지 매칭 기술을 사용하여 산삼 잎의 사진과 기존에 산삼으로 판명된 이미지를 비교하여 산삼의 진위여부 판별을 위한 애플리케이션을 개발함으로써 단순히 산삼의 정보표현만이 아닌 기존 실제 이미지와 비교, 분석을 통해 진위여부를 확인하였다. 더욱 정확한 검증을 위해 SNS 서비스 기능 및 Map Open API에 산삼의 위치를 마킹하는 기능을 추가하여 사용자간의 정보 공유가 가능하도록 하였다.

안드로이드 동적 클래스 로딩 기법을 이용한 개발단계에서의 보안약점 및 시큐어 코딩 연구 (Research on Secure Coding and Weakness for Implementation of Android-based Dynamic Class Loading)

  • 김현조;최진영
    • 한국멀티미디어학회논문지
    • /
    • 제19권10호
    • /
    • pp.1792-1807
    • /
    • 2016
  • Android application is vulnerable to reverse engineering attack. And by this, it is easy to extract significant module from source code and repackage it. To prevent this problem, dynamic class loading technique, which is able to exclude running code from distributed source code and is able to load running code dynamically during runtime can be used. Recently, this technique was adapted on variety of fields and applications like updating pre-loaded android application, preventing from repacking malicious application, etc. Despite the fact that this technique is used on variety of fields and applications, there is fundamental lack on the study of potential weakness or related secure coding. This paper would deal with potential weaknesses during the implementation of dynamic class loading technique with analysing related international/domestic standard of weaknesses and suggest a secure way for the implementation of dynamic class loading technique. Finally, we believe that this technique described here could increase the level of trust by decreasing the weakness related to dynamic class loading technique.

자동차 내부정보를 다루는 안드로이드 기반 스마트 자동차 블랙박스 어플리케이션 개발 (A Development of Android-based Smart Car Black Box Application Using Inside Car Information)

  • 김민영;남재현;장종욱
    • 한국정보통신학회논문지
    • /
    • 제16권6호
    • /
    • pp.1167-1172
    • /
    • 2012
  • 현재 우리나라에서는 일반 자동차 부품처럼 보급되고 있는 자동차 블랙박스는 하드웨어 기반의 장비로, 추후 애로사항 수정 및 추가기능 업데이트가 불가능하다. 또한 여러 가지 물리적 문제로 인하여 많은 운전자들이 불편을 겪고 있다. 현재 출시된 블랙박스는 GPS와 영상정보만 수집하여 추후 저장된 사고기록을 바탕으로 사고원인의 규명 할 때 신뢰성이 낮은 결과가 나올 수 있다. 본 논문에서는 앞에서 서술한 기존 자동차 블랙박스의 문제점을 해결하고자 기존의 블랙박스에서 취급하는 정보 이외에 OBD프로토콜을 통해 수집되는 자동차 내부정보를 다루는 안드로이드 OS용 자동차 블랙박스 어플리케이션을 개발하고자 한다.

듀얼 스크린 안드로이드 플랫폼 프로토타입의 설계 및 구현 (A Design and Implementation of Prototype of Dual Screen Platform on Android)

  • 황기태;조혜경
    • 한국인터넷방송통신학회논문지
    • /
    • 제12권3호
    • /
    • pp.163-169
    • /
    • 2012
  • 안드로이드 플랫폼에서는 하나의 앱이 스크린 장치를 독점하기 때문에, 사용자는 동시에 2 개의 앱을 실행하여 각 앱이 실행되는 화면을 같이 볼 수 없다. 본 논문은 두 개의 안드로이드 단말기에서 쌍으로 실행될 필요가 있는 앱을 듀얼앱으로 정의하고, 이들을 각 단말기에서 실행 시키고 통신할 수 있는 듀얼 스크린 안드로이드 플랫폼, DSAP을 설계하고 구현한 내용을 기술한다. 하나의 앱이 실행되면 상대편 단말기에 피어 앱을 원격 실행시키고 이들이 서로 통신하면서 두 개의 스크린을 가진 하나의 앱인 것처럼 작동하게 한다. 본 논문에서는 DSAP의 프로토타입을 설계 구현한 내용과 DSAP의 응용 사례를 소개한다.

안드로이드 기반의 텍스트 중심 마인드맵 애플리케이션 개발 (The Development of Text-oriented Mindmap Application Based-on Android)

  • 김태훈;김종훈
    • 한국정보교육학회:학술대회논문집
    • /
    • 한국정보교육학회 2011년도 동계학술대회
    • /
    • pp.247-252
    • /
    • 2011
  • 최근 전세계적으로 유행하고 있는 스마트폰은 다양한 자료와 기능을 활용함에 있어서 시간과 공간의 제약을 최소화 한다는 장점을 가지고 있다 마인드맵은 아이디어들을 보다 체계적으로 정리하기 위한 것으로 창의성 계발을 돕고 사고력을 증진시킬 수 있도록 한다. 본 연구에서는 안드로이드를 기반으로 한 스마트폰에서 텍스트 기반의 마인드맵을 작성할 수 있는 애플리케이션을 개발하였다. 언제 어디서나 휴대하여 사용이 가능한 스마트폰을 활용하여 마인드맵을 작성한다면 창의적인 사고를 정리하고 보관 관리하는 데 큰 도움이 될 것이다. 제언으로 다양한 멀티미디어 자료를 사용할 수 있도록 하고 타인과 마인드맵을 공유할 수 있도록 애플리케이션이 필요하다.

  • PDF

안드로이드 플랫폼을 기반으로 한 실시간 프레임워크 설계 (Real Time Framework Design based on Android Platform)

  • 강기웅;한규철;장승진;임세정;김광준;장창수
    • 한국전자통신학회논문지
    • /
    • 제9권11호
    • /
    • pp.1255-1266
    • /
    • 2014
  • 본 논문에서는 오픈 모바일 플랫폼인 안드로이드를 리눅스 커널을 기반으로 하는 ARM Cortex-A8 Core를 사용한 SAMSUNG의 S5PV210 CPU를 장착한 MPU 모듈, Base 보드 모듈 및 센서 모듈을 제작하여 실시간 프레임워크를 설계함으로서 효율적인 산업용 제어를 가능하게 하였다. 센서 모듈에서 획득한 온도 및 습도 데이터는 하이브리드 어플리케이션을 개발함으로서 Web Server를 통하여 데이터베이스에 저장된 후 클라이언트 User가 온도 및 습도 데이터를 스마트 폰에서 확인 함으로서 실시간 프레임워크 설계의 적합성 및 타당성을 검증한다.

Real-time Heart Rate Measurement based on Photoplethysmography using Android Smartphone Camera

  • Hoan, Nguyen Viet;Park, Jin-Hyeok;Lee, Suk-Hwan;Kwon, Ki-Ryong
    • 한국멀티미디어학회논문지
    • /
    • 제20권2호
    • /
    • pp.234-243
    • /
    • 2017
  • With the development of smartphone technologies enable photoplethysmogram (PPG) acquisition by camera and heart rate (HR) measurement. This papers presents improved algorithm to extract HR from PPG signal recorded by smartphone camera and to develop real-time PPG signal processing Android application. 400 video samples recorded by Samsung smartphone camera are imported as input data for further processing and evaluating algorithm on MATLAB. An optimized algorithm is developed and tested on Android platform with different kind of Samsung smartphones. To assess algorithm's performance, medical device Beurer BC08 is used as reference. According to related works, accuracy parameters includes 90% number of samples that has relative errors less than 5%, Person correlation (r) more than 0.9, and standard estimated error (SEE) less than 5 beats-per-minutes (bpm).