CN111027055A - Method and device for hiding android system process and storage device - Google Patents

Method and device for hiding android system process and storage device Download PDF

Info

Publication number
CN111027055A
CN111027055A CN201910208519.1A CN201910208519A CN111027055A CN 111027055 A CN111027055 A CN 111027055A CN 201910208519 A CN201910208519 A CN 201910208519A CN 111027055 A CN111027055 A CN 111027055A
Authority
CN
China
Prior art keywords
target process
controlling
configuration file
list
android system
Prior art date
Legal status (The legal status 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 status listed.)
Withdrawn
Application number
CN201910208519.1A
Other languages
Chinese (zh)
Inventor
潘凯
王亮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Harbin Antian Science And Technology Group Co ltd
Original Assignee
Harbin Antian Science And Technology Group Co ltd
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 Harbin Antian Science And Technology Group Co ltd filed Critical Harbin Antian Science And Technology Group Co ltd
Priority to CN201910208519.1A priority Critical patent/CN111027055A/en
Publication of CN111027055A publication Critical patent/CN111027055A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
    • G06F21/54Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by adding security routines or objects to programs

Abstract

The embodiment of the invention discloses a method and a device for hiding a process of an android system and storage equipment, which are used for solving the problem that the existing process hiding method is difficult to realize on the android system. The method comprises the following steps: checking a running process list and selecting a target process; calling an internal configuration file of a top-level code of the android system, and loading a configuration file for controlling the operation of a target process; the configuration file for controlling the operation of the target process executes an API (application programming interface) for controlling the operation of the target process and a getRelay application process () function; the destination process is hidden.

Description

Method and device for hiding android system process and storage device
Technical Field
The embodiment of the invention relates to the field of network security, in particular to a method and a device for hiding android system processes and storage equipment.
Background
In the prior art, there are Window system application layer hiding method, kernel layer hiding method, Linux system process method, injection mode, module hiding method, etc. However, the above prior art method is a method for process hiding in a Windows system and a Linux system, and since each android developer purchases part of android copyrights opened by google, and develops a unique kernel and performs corresponding copyright control, the above prior art is difficult to implement in a privately developed android system, and the reference significance is not great. Therefore, how to draw reference to the prior art as much as possible and search for a new technology at the same time is an urgent problem to be solved.
Disclosure of Invention
Based on the existing problems, embodiments of the present invention provide a method and an apparatus for hiding a process of an android system, and a storage device, so as to solve a problem that an existing hiding method is difficult to implement on an android system.
The embodiment of the invention discloses a method for hiding a process of an android system, which comprises the following steps:
checking a running process list and selecting a target process; calling an internal configuration file of a top-level code of the android system, and loading a configuration file for controlling the operation of a target process; the configuration file for controlling the operation of the target process executes an API (application programming interface) for controlling the operation of the target process and a getRelay application process () function; the destination process is hidden.
Further, calling an internal configuration file of a top-level code of the android system specifically comprises: xml, activity _ main.xml, and proc _ list _ item.xml configuration files.
Further, the API interface for controlling the operation of the target process specifically includes: an ActivityManager API interface and a RunningAppProcessInfo API interface.
Further, checking the running process list specifically includes: calling an ActivityManager interface, and displaying all running processes in a display area list; after the target process is hidden, an ActivityManager interface is called, and a hidden process list is displayed in the display area list.
The embodiment of the invention discloses a device for hiding a process of an android system, which comprises a memory and a processor, wherein the memory is used for storing a plurality of instructions, and the processor is used for loading the instructions stored in the memory to execute:
checking a running process list and selecting a target process; calling an internal configuration file of a top-level code of the android system, and loading a configuration file for controlling the operation of a target process; the configuration file for controlling the operation of the target process executes an API (application programming interface) for controlling the operation of the target process and a getRelay application process () function; the destination process is hidden.
Further, the processor is also configured to load instructions stored in the memory to perform:
calling an internal configuration file of a top-level code of the android system, specifically: xml, activity _ main.xml, and proc _ list _ item.xml configuration files.
Further, the processor is also configured to load instructions stored in the memory to perform:
the API interface for controlling the operation of the target process specifically includes: an ActivityManager API interface and a RunningAppProcessInfo API interface.
Further, the processor is also configured to load instructions stored in the memory to perform:
checking the running process list, specifically: calling an ActivityManager interface, and displaying all running processes in a display area list; after the target process is hidden, an ActivityManager interface is called, and a hidden process list is displayed in the display area list.
The embodiment of the invention also discloses a device for hiding the android system process, which comprises the following steps:
the target process selection module: checking a running process list and selecting a target process;
calling a loading configuration module: calling an internal configuration file of a top-level code of the android system, and loading a configuration file for controlling the operation of a target process;
an execution module: the configuration file for controlling the operation of the target process executes an API (application programming interface) for controlling the operation of the target process and a getRelay application process () function;
hiding the module: the destination process is hidden.
The embodiment of the invention provides a storage device, wherein a plurality of instructions are stored in the storage device, and the instructions are suitable for being loaded by a processor and executing the steps of the method for hiding the android system process provided by the embodiment of the invention.
Compared with the prior art, the method, the device and the storage equipment for hiding the android system process provided by the invention at least realize the following beneficial effects:
checking a running process list and selecting a target process; calling an internal configuration file of a top-level code of the android system, and loading a configuration file for controlling the operation of a target process; the configuration file for controlling the operation of the target process executes an API (application programming interface) for controlling the operation of the target process and a getRelay application process () function; hiding the target process; the process hiding function of the android system is achieved, and therefore the related processes can be effectively hidden for platform users in a high-confrontation scene.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a flowchart of a method for hiding a process of an android system according to an embodiment of the present invention;
fig. 2 is a device structure diagram of a hidden android system process provided in the embodiment of the present invention;
fig. 3 is a device structure diagram of another hidden android system process provided in the embodiment of the present invention.
Detailed Description
In order to make the purpose, technical solution and advantages of the present invention clearer, a specific implementation of the method for hiding the android system process provided by the embodiment of the present invention is described in detail below with reference to the accompanying drawings. It should be understood that the preferred embodiments described below are only for illustrating and explaining the present invention and are not to be used for limiting the present invention. And the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
The embodiment of the invention provides a flow chart of a method for hiding a process of an android system, as shown in fig. 1, the method comprises the following steps:
step 11, checking a running process list and selecting a target process;
the specific steps for viewing the running process list are as follows: and calling an ActivityManager interface, and displaying all running processes in a display area list.
Step 12, calling an internal configuration file of a top-level code of the android system, and loading a configuration file for controlling the operation of a target process;
calling an internal configuration file of a top-level code of the android system, specifically: xml, activity _ main.xml, and proc _ list _ item.xml configuration files.
Step 13, the configuration file for controlling the target process operation executes the API for controlling the target process operation and the getRelay application Processes () function;
the API interface for executing the control target process operation specifically includes: an ActivityManager API interface and a RunningAppProcessInfo API interface.
Step 14, hiding the target process;
after the target process is hidden, an ActivityManager interface is called, and a hidden process list is displayed in the display area list.
For example: checking a running process list, and selecting a keyClock timer program as a target process; running a keyClock timer program to enable the keyClock timer program to start timing; calling android manifest.xml, activity _ main.xml and proc _ list _ item.xml configuration files in the android top-level code, and loading the configuration files for controlling the operation of a keyClock timer program; executing API interfaces such as ActivintManager, RunningAppProcessInfo and the like, getRreporting ApProcesses () functions and the like which control the operation of a keyClock timer program in the android source code; at this point in the process list, the process of the keyClock timer program is hidden, and the keyClock timer program is counting uninterrupted.
The method provided by the embodiment of the invention can realize the process hiding function and achieve the purpose of effectively hiding the platform user by the related process under the high-confrontation scene.
An embodiment of the present invention further provides a device for hiding a process of an android system, as shown in fig. 2, including: the apparatus includes a memory 210 and a processor 220, the memory 210 is configured to store a plurality of instructions, and the processor 220 is configured to load the instructions stored in the memory 210 to perform:
checking a running process list and selecting a target process; calling an internal configuration file of a top-level code of the android system, and loading a configuration file for controlling the operation of a target process; the configuration file for controlling the operation of the target process executes an API (application programming interface) for controlling the operation of the target process and a getRelay application process () function; the destination process is hidden.
The processor 220 is configured to load the instructions stored in the memory 210 to perform:
calling an internal configuration file of a top-level code of the android system, specifically: xml, activity _ main.xml, and proc _ list _ item.xml configuration files.
The processor 220 is configured to load the instructions stored in the memory 210 to perform:
the API interface for controlling the operation of the target process specifically includes: an ActivityManager API interface and a RunningAppProcessInfo API interface.
The processor 220 is configured to load the instructions stored in the memory 210 to perform:
checking the running process list, specifically: calling an ActivityManager interface, and displaying all running processes in a display area list; after the target process is hidden, an ActivityManager interface is called, and a hidden process list is displayed in the display area list.
An embodiment of the present invention provides another apparatus for hiding a process of an android system at the same time, as shown in fig. 3, including:
the destination process selecting module 31: checking a running process list and selecting a target process;
call load configuration module 32: calling an internal configuration file of a top-level code of the android system, and loading a configuration file for controlling the operation of a target process;
the execution module 33: the configuration file for controlling the operation of the target process executes an API (application programming interface) for controlling the operation of the target process and a getRelay application process () function;
the hidden module 34: the destination process is hidden.
The embodiment of the invention also provides a storage device, wherein a plurality of instructions are stored in the storage device, and the instructions are suitable for being loaded by the processor and executing the steps of the method for hiding the android system process provided by the embodiment of the invention.
Through the above description of the embodiments, it is clear to those skilled in the art that the embodiments of the present invention may be implemented by hardware, or by software plus a necessary general hardware platform. Based on such understanding, the technical solutions of the embodiments of the present invention may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.), and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods according to the embodiments of the present invention.
Those skilled in the art will appreciate that the drawings are merely schematic representations of one preferred embodiment and that the blocks or flow diagrams in the drawings are not necessarily required to practice the present invention.
Those skilled in the art will appreciate that the modules in the devices in the embodiments may be distributed in the devices in the embodiments according to the description of the embodiments, and may be correspondingly changed in one or more devices different from the embodiments. The modules of the above embodiments may be combined into one module, or further split into multiple sub-modules.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (10)

1. A method for hiding android system processes is characterized in that:
checking a running process list and selecting a target process;
calling an internal configuration file of a top-level code of the android system, and loading a configuration file for controlling the operation of a target process;
the configuration file for controlling the operation of the target process executes an API (application programming interface) for controlling the operation of the target process and a getRelay application process () function;
the destination process is hidden.
2. The method of claim 1, wherein the invoking of the internal configuration file of the top-level code of the android system is specifically:
xml, activity _ main.xml, and proc _ list _ item.xml configuration files.
3. The method of claim 1, wherein the API interface for controlling the operation of the destination process is specifically:
an ActivityManager API interface and a RunningAppProcessInfo API interface.
4. The method of claim 1,
checking the running process list, specifically: calling an ActivityManager interface, and displaying all running processes in a display area list;
after the target process is hidden, an ActivityManager interface is called, and a hidden process list is displayed in the display area list.
5. An apparatus for hiding android system processes, the apparatus comprising a memory and a processor, the memory configured to store a plurality of instructions, the processor configured to load the instructions stored in the memory to perform:
checking a running process list and selecting a target process;
calling an internal configuration file of a top-level code of the android system, and loading a configuration file for controlling the operation of a target process;
the configuration file for controlling the operation of the target process executes an API (application programming interface) for controlling the operation of the target process and a getRelay application process () function;
the destination process is hidden.
6. The apparatus of claim 5, wherein the processor is further to load instructions stored in the memory to perform:
calling an internal configuration file of a top-level code of the android system, specifically: xml, activity _ main.xml, and proc _ list _ item.xml configuration files.
7. The apparatus of claim 5, wherein the processor is further to load instructions stored in the memory to perform:
the API interface for controlling the operation of the target process specifically includes: an ActivityManager API interface and a RunningAppProcessInfo API interface.
8. The apparatus of claim 5, wherein the processor is further to load instructions stored in the memory to perform:
checking the running process list, specifically: calling an ActivityManager interface, and displaying all running processes in a display area list;
after the target process is hidden, an ActivityManager interface is called, and a hidden process list is displayed in the display area list.
9. An apparatus for hiding android system processes, comprising:
the target process selection module: checking a running process list and selecting a target process;
calling a loading configuration module: calling an internal configuration file of a top-level code of the android system, and loading a configuration file for controlling the operation of a target process;
an execution module: the configuration file for controlling the operation of the target process executes an API (application programming interface) for controlling the operation of the target process and a getRelay application process () function;
hiding the module: the destination process is hidden.
10. A memory device having stored therein a plurality of instructions adapted to be loaded by a processor and to perform the steps of the method of any of claims 1-4.
CN201910208519.1A 2019-03-19 2019-03-19 Method and device for hiding android system process and storage device Withdrawn CN111027055A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910208519.1A CN111027055A (en) 2019-03-19 2019-03-19 Method and device for hiding android system process and storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910208519.1A CN111027055A (en) 2019-03-19 2019-03-19 Method and device for hiding android system process and storage device

Publications (1)

Publication Number Publication Date
CN111027055A true CN111027055A (en) 2020-04-17

Family

ID=70199498

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910208519.1A Withdrawn CN111027055A (en) 2019-03-19 2019-03-19 Method and device for hiding android system process and storage device

Country Status (1)

Country Link
CN (1) CN111027055A (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101770551A (en) * 2008-12-30 2010-07-07 中国科学院软件研究所 Method for processing hidden process based on hardware simulator
CN104199669A (en) * 2014-09-12 2014-12-10 北京奇虎科技有限公司 Method and device for managing application program processes
CN104199731A (en) * 2014-09-12 2014-12-10 北京奇虎科技有限公司 Method and device for managing application program processes
CN104376268A (en) * 2014-11-26 2015-02-25 北京奇虎科技有限公司 Application hiding control method and device
CN104978227A (en) * 2014-04-08 2015-10-14 腾讯科技(深圳)有限公司 Process control method, process control device and process control system
CN105046114A (en) * 2015-07-14 2015-11-11 上海斐讯数据通信技术有限公司 Method and system for preventing android application program from being hidden and intelligent terminal
CN105184177A (en) * 2015-08-27 2015-12-23 天脉聚源(北京)传媒科技有限公司 Process hiding method and apparatus
CN106096395A (en) * 2016-06-16 2016-11-09 北京奇虎科技有限公司 A kind of protection treating method and apparatus of Android application
CN106096396A (en) * 2016-06-16 2016-11-09 北京奇虎科技有限公司 The information concealing method of a kind of Android application and device
CN107066879A (en) * 2017-03-22 2017-08-18 山东中创软件商用中间件股份有限公司 A kind of method and system hidden for computer application program process
CN107180189A (en) * 2016-03-11 2017-09-19 无锡天脉聚源传媒科技有限公司 A kind of method and device of concealing program process
CN107341407A (en) * 2017-07-26 2017-11-10 惠州Tcl移动通信有限公司 More Android system implementation method, storage medium and terminals based on terminal
US20180075238A1 (en) * 2016-09-13 2018-03-15 Symantec Corporation Systems and methods for detecting malicious processes on computing devices
CN108647061A (en) * 2018-04-24 2018-10-12 北京奇虎科技有限公司 Call method, device and the computing device of system hidden method

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101770551A (en) * 2008-12-30 2010-07-07 中国科学院软件研究所 Method for processing hidden process based on hardware simulator
CN104978227A (en) * 2014-04-08 2015-10-14 腾讯科技(深圳)有限公司 Process control method, process control device and process control system
CN104199669A (en) * 2014-09-12 2014-12-10 北京奇虎科技有限公司 Method and device for managing application program processes
CN104199731A (en) * 2014-09-12 2014-12-10 北京奇虎科技有限公司 Method and device for managing application program processes
CN104376268A (en) * 2014-11-26 2015-02-25 北京奇虎科技有限公司 Application hiding control method and device
CN105046114A (en) * 2015-07-14 2015-11-11 上海斐讯数据通信技术有限公司 Method and system for preventing android application program from being hidden and intelligent terminal
CN105184177A (en) * 2015-08-27 2015-12-23 天脉聚源(北京)传媒科技有限公司 Process hiding method and apparatus
CN107180189A (en) * 2016-03-11 2017-09-19 无锡天脉聚源传媒科技有限公司 A kind of method and device of concealing program process
CN106096395A (en) * 2016-06-16 2016-11-09 北京奇虎科技有限公司 A kind of protection treating method and apparatus of Android application
CN106096396A (en) * 2016-06-16 2016-11-09 北京奇虎科技有限公司 The information concealing method of a kind of Android application and device
US20180075238A1 (en) * 2016-09-13 2018-03-15 Symantec Corporation Systems and methods for detecting malicious processes on computing devices
CN107066879A (en) * 2017-03-22 2017-08-18 山东中创软件商用中间件股份有限公司 A kind of method and system hidden for computer application program process
CN107341407A (en) * 2017-07-26 2017-11-10 惠州Tcl移动通信有限公司 More Android system implementation method, storage medium and terminals based on terminal
CN108647061A (en) * 2018-04-24 2018-10-12 北京奇虎科技有限公司 Call method, device and the computing device of system hidden method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
平程等: "Android系统隐藏技术及检测方法", 《计算机技术与发展》, vol. 24, no. 5, pages 142 - 145 *
欧阳洋葱: "聊聊Android的ART运行时:借由ART构建用户态rootkit", pages 1 - 6, Retrieved from the Internet <URL:www.hackdig.com/06/hack-46814.htm> *

Similar Documents

Publication Publication Date Title
US9665841B2 (en) Cross-platform application framework
CN107018191B (en) Method and device for controlling game
JP6506412B2 (en) Application loading method and apparatus
US20140337414A1 (en) Dynamic rendering for software applications
CN109471697B (en) Method, device and storage medium for monitoring system call in virtual machine
CN112947969B (en) Page off-screen rendering method, device, equipment and readable medium
CN107797820B (en) Method and device for generating patch
Deitel et al. Android how to Program
CN105681648A (en) Picture viewing method and device and electronic equipment
US10552135B1 (en) Reducing a size of an application package
CN107092519B (en) Function display method and device and terminal device
CN111027055A (en) Method and device for hiding android system process and storage device
US10248534B2 (en) Template-based methodology for validating hardware features
CN103617391B (en) Method, device and virtual machine for detecting malicious programs
EP3848800B1 (en) Method and apparatus for displaying message box, terminal and storage medium
US9563752B2 (en) License information access based on developer profiles
CN111026609B (en) Information auditing method, system, equipment and computer readable storage medium
CN104572199B (en) The method and apparatus that a kind of No starting item starts
WO2021084101A1 (en) Systems and methods for replacing a theme of a virtual environment
CN113268221A (en) File matching method and device, storage medium and computer equipment
US8887125B1 (en) Systems and methods for dynamic artefact substitution
CN104461636B (en) A kind of skin resource loading method and electronic equipment
US9990274B2 (en) Testing integrated business systems
CN113687879B (en) Interaction method and device for cross-platform framework and platform interaction library
CN107145358A (en) A kind of method and apparatus for generating enterprise desktop

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 150028 building 7, innovation and entrepreneurship square, science and technology innovation city, Harbin high tech Industrial Development Zone, Heilongjiang Province (No. 838, Shikun Road)

Applicant after: Antan Technology Group Co.,Ltd.

Address before: 150028 building 7, innovation and entrepreneurship square, science and technology innovation city, Harbin high tech Industrial Development Zone, Heilongjiang Province (No. 838, Shikun Road)

Applicant before: Harbin Antian Science and Technology Group Co.,Ltd.

CB02 Change of applicant information
WW01 Invention patent application withdrawn after publication

Application publication date: 20200417

WW01 Invention patent application withdrawn after publication