CN109814874B - Compilation result output control method, system and application - Google Patents

Compilation result output control method, system and application Download PDF

Info

Publication number
CN109814874B
CN109814874B CN201910126113.9A CN201910126113A CN109814874B CN 109814874 B CN109814874 B CN 109814874B CN 201910126113 A CN201910126113 A CN 201910126113A CN 109814874 B CN109814874 B CN 109814874B
Authority
CN
China
Prior art keywords
file
compiling
compiled
scanning
compilation
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.)
Active
Application number
CN201910126113.9A
Other languages
Chinese (zh)
Other versions
CN109814874A (en
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.)
Hunan Goke Microelectronics Co Ltd
Original Assignee
Hunan Goke Microelectronics 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 Hunan Goke Microelectronics Co Ltd filed Critical Hunan Goke Microelectronics Co Ltd
Priority to CN201910126113.9A priority Critical patent/CN109814874B/en
Publication of CN109814874A publication Critical patent/CN109814874A/en
Application granted granted Critical
Publication of CN109814874B publication Critical patent/CN109814874B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The application provides a compiling result output control method, a compiling result output control system and application, wherein the method comprises the following steps: generating an intermediate compilation file according to a compilation process, and acquiring the intermediate compilation file; scanning and checking the intermediate compiled file; if the intermediate compiled file passes the scanning check, compressing the intermediate compiled file, and uploading and outputting the compressed intermediate compiled file; and if the intermediate compiled file does not pass the scanning check, preventing uploading and outputting of the intermediate compiled file. According to the compiling result output control method, the compiling result output control system and the compiling result output control application, the final compiling result which is completed by comprehensively scanning, checking and packaging is replaced by directly scanning and checking the intermediate compiling file, the process of decompressing and packaging files in the scanning and checking process is omitted, the safety check time in the process of outputting the compiling result is shortened, the time consumed by outputting the compiling result is saved, and the safety output efficiency of the compiling result is improved.

Description

Compilation result output control method, system and application
Technical Field
The present application relates to the field of information security technologies, and in particular, to a compilation result output control method, system, and application.
Background
With the continuous development of information technology, the problem of information security is also prominent day by day. How to secure information systems has become a problem of social concern. For example, in a software development company, which involves software code, there is often a huge loss of benefit in case of a core source code leak.
Currently, some enterprises involved in embedded software development often divide corporate network environments into secure environments and non-secure environments for daily office work. FIG. 1 is a diagram of a typical corporate network environment architecture. As shown in fig. 1, the secure environment mainly performs operations such as source code compiling and compiling; and carrying out board loading debugging after the compiling result is taken by the daily office environment. When the on-board debugging of the compiling result is required to be carried out, the output of the compiling result from the safe environment to the non-safe environment is involved. In order to prevent the core source code from being mixed in the compiling result and being output to the non-secure environment in the process, the compiling result output from the secure environment to the non-secure environment is generally subjected to comprehensive scanning inspection at the boundary of the secure environment and the non-secure environment, whether the core source code exists in the compiling result to be output is judged through the comprehensive scanning inspection, and the compiling result is forbidden to be output when the core source code exists, so that the effect of avoiding the leakage of the core source code is achieved.
However, the compilation result in the Android system usually includes a plurality of large compressed files, each of which includes a plurality of relatively small compressed files or files, and the size of each of the large compressed files is usually several hundred MB to 1 multi-GB. When performing full scan check before compiling result output, the security check is performed after decompressing the compressed file. The compiling result is larger, the decompression process needs relatively longer time, and the file full-scale scanning and checking after decompression also needs relatively longer time, which causes great inconvenience for use.
Disclosure of Invention
The application provides a compiling result output control method, a compiling result output control system and application, which shorten the safety check time when compiling results are output and improve the safety output efficiency of the compiling results.
In a first aspect, the present application provides a compilation result output control method, including:
generating an intermediate compilation file according to a compilation process, and acquiring the intermediate compilation file;
scanning and checking the intermediate compiled file;
if the intermediate compiled file passes the scanning check, compressing the intermediate compiled file, and uploading and outputting the compressed intermediate compiled file;
and if the intermediate compiled file does not pass the scanning check, preventing uploading and outputting of the intermediate compiled file.
Optionally, in the above compiling result output control method, the scanning and checking the intermediate compiled file includes:
establishing a compiling reference file, wherein the compiling reference file conforms to a preset rule;
comparing the intermediate compiled file with the compiled reference file to generate a difference text of the intermediate compiled file relative to the compiled reference file;
scanning and checking the differential text;
when the difference text accords with a preset rule, the intermediate compiled file passes scanning inspection;
otherwise, the intermediate compiled file fails the scan check.
Optionally, in the above compiling result output control method, the preset rule includes that the preset rule does not include a source code and an illegal file.
Optionally, in the above compiling result output control method, the method further includes:
and when the difference text accords with a preset rule, updating the compiling reference file according to the difference text.
Optionally, in the above compiling result output control method, updating the compiling reference file according to the difference text includes:
and merging the difference file into the compiling reference file to obtain an updated compiling reference file.
Optionally, in the above compiling result output control method, the method further includes:
and when the intermediate compiled file does not pass the scanning inspection, sending out a warning prompt.
In a second aspect, the present application further provides a compilation result output control system, including:
the intermediate file acquisition module is used for generating an intermediate compilation file according to the compilation process and acquiring the intermediate compilation file;
the safety check module is used for scanning and checking the intermediate compiled file;
the compiling result output module is used for compressing the intermediate compiling file and uploading and outputting the compressed intermediate compiling file if the intermediate compiling file passes the scanning check;
and the compiling result output stopping module is used for stopping uploading and outputting the intermediate compiling file if the intermediate compiling file does not pass the scanning check.
Optionally, in the compiling result output control system, the safety check module includes;
the reference file module is used for establishing a compiling reference file, and the compiling reference file accords with a preset rule;
the difference text module is used for comparing the intermediate compiled file with the compiled reference file and generating a difference text of the intermediate compiled file relative to the compiled reference file;
and the differential text scanning module is used for scanning and checking the differential text, when the differential text accords with a preset rule, the intermediate compiled file passes the scanning and checking, otherwise, the intermediate compiled file does not pass the scanning and checking.
Optionally, in the above compiling result output control system, the safety check module further includes:
and the difference text updating module is used for updating the compiling reference file according to the difference text when the difference text accords with a preset rule.
Optionally, in the compiling result output control system, the system further includes:
and the warning module is used for sending warning prompt when the intermediate compiled file does not pass the scanning inspection.
In a third aspect, the present application further provides a software security development system, where the system includes any one of the above compiling result output control systems.
According to the compiling result output control method, the compiling result output control system and the compiling result output control application, before the compiling result is output, the intermediate compiling file is generated according to the compiling process, the intermediate compiling file is obtained, the obtained intermediate compiling file is scanned and checked, whether the intermediate compiling file contains illegal files such as source codes or not is checked and judged, and only when the intermediate compiling file passes the safety scanning and checking, the intermediate compiling file is packaged to obtain the compiling result and the compiling result is uploaded and output. According to the compiling result output control method, the compiling result output control system and the compiling result output control application, the final compiling result which is completed by comprehensively scanning, checking and packaging is replaced by directly scanning and checking the intermediate compiling file, the process of decompressing and packaging files in the scanning and checking process is omitted, the safety check time in the process of outputting the compiling result is shortened, the time consumed by outputting the compiling result is saved, and the safety output efficiency of the compiling result is improved.
Drawings
In order to more clearly explain the technical solution of the present application, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious to those skilled in the art that other drawings can be obtained according to the drawings without any creative effort.
FIG. 1 is a diagram of a typical corporate network environment architecture of the prior art;
fig. 2 is a flowchart illustrating a structure of a compilation result output control method according to an embodiment of the present disclosure;
fig. 3 is a flowchart illustrating a structure of another compiling result output control method according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a compiling result output control system according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of a software security development system according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and do not limit the invention.
In the application, the network environment is divided into a secure environment and an insecure environment of daily office work, the secure environment and the insecure environment are isolated from each other, and any file cannot be copied from the secure environment in the insecure environment. In order to output the compilation result from the secure environment to the insecure environment, the compilation result checked by scanning is generally copied to the FTP server by establishing an FTP server spanning the secure and insecure environments, and the insecure environment side accesses the FTP server to read the compilation result thereon and perform on-board debugging of the compilation result. In order to prevent the source code from being carried in the compiling result output from the secure environment to the non-secure environment, before the compiling result is copied to the FTP server, the compiling result needs to be safely scanned, and then leakage caused by carrying of the source code through the compiling result is avoided.
The compiling result output control method provided by the embodiment of the application is used for controlling the safe output of the compiling result on the safe environment side of the network environment, so that the source code is prevented from being carried when the compiling result is output, and the source code is effectively prevented from being leaked. In the embodiment of the application, in order to meet software development and compilation, a server for software development and compilation, such as a rack server, is established, is located in a secure environment of a company network environment, is provided with a software compilation tool chain, and stores source codes for completing software compilation. And if so, installing an Android compiling tool chain to enable the Android compiling tool chain to normally complete the Android system compiling. The compiling result output control method provided by the application can be used for a server developed and compiled by software and can also be used for other servers independently, but the method can only access the intermediate compiling file of the user source code.
As shown in fig. 2, a compilation result output control method provided in an embodiment of the present application includes:
s100: and generating an intermediate compiled file according to the compiling process, and acquiring the intermediate compiled file.
In the embodiment of the present application, when receiving the compiling result output, for example, copying the compiling result, the software compiling process is split into two processes: and generating an intermediate compiled file and packaging the intermediate compiled file to generate a final compiled file. And generating an intermediate compilation file according to the compilation process, and acquiring the intermediate compilation file after generating the intermediate file by compilation.
S200: and scanning and checking the intermediate compiled file.
And after the intermediate compiled file is obtained, scanning and checking the intermediate compiled file, and judging whether the intermediate compiled file can pass the scanning and checking, namely determining whether the intermediate compiled file contains a source code and an illegal file. In this embodiment of the present application, when the intermediate compiled file passes the scanning check, step S300 is executed to compress the intermediate compiled file, and upload and output the compressed intermediate compiled file, that is, to implement the output of the compiled result; when the intermediate compiled file does not pass the scanning check, step S400 is executed to prevent uploading and outputting of the intermediate compiled file, that is, to terminate the execution of the packaging copy process, and to limit the output of the compiled result.
In the embodiment of the application, when the intermediate compiled file does not pass the scanning inspection, a warning prompt is sent to prompt a user that the compiling result to be output contains the compiled file prohibited to be output.
S300: and if the intermediate compiled file passes the scanning check, compressing the intermediate compiled file, and uploading and outputting the compressed intermediate compiled file.
And scanning the intermediate compiled file, determining files such as passive codes or illegal files in the intermediate compiled file, and ensuring that the source codes cannot be carried to a non-safe environment through the intermediate compiled file. And then, packaging and outputting the intermediate compilation files, calling a tool for generating a final compilation result by packaging in a source code compilation tool chain in the specific implementation mode of the application to execute and package the intermediate compilation files to obtain a compilation result, further ensuring that the compilation result does not carry files such as source codes and illegal files, and avoiding the leakage of the compilation result of the source codes debugged through an upper board.
And after the intermediate compiling files meeting the preset rules are packaged to generate compiling results, the compiling results are executed and uploaded for output. For example, the compiling result is copied to the FTP server, the user can obtain the compiling result from the FTP server, and the compiling result is used in the insecure environment.
S400: and if the intermediate compiled file does not pass the scanning check, preventing uploading and outputting of the intermediate compiled file.
And when the intermediate compiled file is found to be incapable of passing the scanning check in the scanning check, namely when the intermediate compiled file comprises files such as source codes or illegal files, uploading and outputting the intermediate compiled file are prevented.
According to the compiling result output control method provided by the embodiment of the application, before the compiling result is output, the intermediate compiling file is obtained, the obtained intermediate compiling file is scanned and checked, whether the intermediate compiling file contains illegal files such as source codes or not is checked and judged, and only when the intermediate compiling file passes through the safety scanning check, the intermediate compiling file is packaged to obtain the compiling result, and the compiling result is uploaded and output. The intermediate compilation file is directly scanned and checked to replace the final compilation result which is completely scanned, checked and packaged, compared with the final compilation result which is completely scanned, checked and packaged, the process of decompressing the packaged file in the scanning and checking process is omitted, the safety check time when the compilation result is output is shortened, the time consumed for outputting the compilation result is saved, and the safety output efficiency of the compilation result is improved.
The compiling result output control method provided by the embodiment of the application is particularly suitable for the compiling result of the Android system. The Android system compiling result contains more and larger files, and when the traditional scanning inspection is used, decompression takes a relatively long time; when the compiling result output control method provided by the embodiment of the application is used, the uncompressing time is saved, the safety check time when the compiling result is output is greatly shortened, the time consumed for outputting the compiling result is saved, and the safety output efficiency of the compiling result is improved.
Further, in the embodiment of the present application, the S200: scanning and checking the intermediate compiled file, as shown in fig. 3, the method further includes:
s201: establishing a compiling reference file, wherein the compiling reference file accords with a preset rule;
s202: comparing the intermediate compiled file with the compiled reference file to generate a difference text of the intermediate compiled file relative to the compiled reference file;
s203: scanning and checking the differential text;
s204: when the difference text accords with the preset rule, the intermediate compilation file passes scanning inspection; otherwise, the intermediate compiled file fails the scan check.
And establishing a compiling reference file according to the actual characteristics of software development and compiling. For example, the compiled reference file may be a compiled result output at a certain time, and after it is determined by scanning and checking that the compiled reference file meets the preset rule, the compiled reference file is stored as the compiled reference file; or, the ubiquitous compiling result content is intercepted or combined artificially according to the compiled result, and then is stored as the compiling reference file. In the embodiment of the present application, the preset rule does not include source code and illegal files, but is not limited thereto.
And comparing the intermediate compiled file with the compiled reference file to generate a difference text of the intermediate compiled file relative to the compiled reference file, namely acquiring files which are not contained in the compiled reference file but are contained in the intermediate compiled file. Scanning checks the differential text, i.e., a security scan is performed on the incremental portion that changes each compilation. In this way, when the difference text meets the preset rule, the intermediate compiled file is considered to pass the scanning check.
In the embodiment of the application, the compiling reference file is established, the intermediate compiling file is compared with the compiling reference file, only the text different from the compiling reference file in the intermediate compiling file is scanned and checked, and the comprehensive scanning and checking of the changed file are realized. Therefore, only dozens of files can be checked in each scanning and checking process, the number of the files to be scanned and checked is greatly reduced compared with the whole checking of thousands of files, the safety checking time during the output of the compiling result is further shortened, the time consumed by the output of the compiling result is saved, and the safety output efficiency of the compiling result is improved.
Further, in the embodiment of the present application, the compiling reference file is updated according to the compiling result output each time, for example, the latest compiling result is used as a new compiling reference file.
Specifically, in the specific embodiment of the present application, the S200: scanning and checking the intermediate compiled file, further comprising: s204: and when the difference text accords with a preset rule, updating the compiling reference file according to the difference text.
In a specific embodiment of the present application, updating the compiled reference file according to the difference text includes: and merging the difference file into the compiling reference file to obtain an updated compiling reference file. Namely, the difference file is added to the original compiled reference file to obtain a new compiled reference file, and the new compiled reference file is used as a new scanning check.
Therefore, after the compiling result is output for the first time and the software is compiled again after the board debugging is carried out on the compiling result, the formed intermediate compiling file comprises the file which is the same as the compiling result output for the first time, and if the compiling reference file is updated according to the difference text generated when the compiling result is output for the first time, the number of scanning check files is further reduced when the intermediate compiling file is compared with the compiling reference file, so that the safety check time when the compiling result is output is further shortened, the time consumed by outputting the compiling result is saved, and the safety output efficiency of the compiling result is improved.
Based on the compiling result output control method provided by the embodiment of the application, the application also provides a compiling result output control system. As shown in fig. 4, the compiling result output control system provided in the embodiment of the present application includes:
an intermediate file obtaining module 10, configured to generate an intermediate compiled file according to a compiling process, and obtain the intermediate compiled file;
a security check module 20, configured to scan and check the intermediate compiled file;
a compilation result output module 30, configured to compress the intermediate compilation file and upload and output the compressed intermediate compilation file if the intermediate compilation file passes the scanning check;
and a compiling result output blocking module 40, configured to block uploading and outputting the intermediate compiled file if the intermediate compiled file fails the scanning check.
Further, in the compilation result output control system provided in the embodiment of the present application, the alert module is configured to send an alert prompt when the intermediate compilation file fails to pass the scanning inspection.
Further, in the compiling result output control system provided in the embodiment of the present application, the safety check module 20 includes:
the reference file module is used for establishing a compiling reference file, and the compiling reference file accords with a preset rule;
the difference text module is used for comparing the intermediate compiled file with the compiled reference file and generating a difference text of the intermediate compiled file relative to the compiled reference file;
and the differential text scanning module is used for scanning and checking the differential text, when the differential text accords with a preset rule, the intermediate compiled file passes the scanning and checking, otherwise, the intermediate compiled file does not pass the scanning and checking.
Furthermore, in the compiling result output control system provided in the embodiment of the present application, the safety check module 20 further includes:
and the difference text updating module is used for updating the compiling reference file according to the difference text when the difference text accords with a preset rule. Specifically, the difference file is incorporated into the compiling reference file to obtain an updated compiling reference file. Namely, the difference file is added to the original compiled reference file to obtain a new compiled reference file, and the new compiled reference file is used as a new scanning check.
Based on the compilation result output control system provided by the embodiment of the present application, the embodiment of the present application further provides a software security development system, as shown in fig. 5, the system includes the compilation result output control system provided by the above embodiment.
In the software security development system provided by the embodiment of the application, an Android compiling tool chain is installed, so that the Android system compiling can be normally completed. Each user using the system establishes an SSH login account and an independent working directory for storing the owned source codes, the user login account accesses the working directory of the user, and an Android compiling command is used for generating a compiling intermediate result in the working directory of the user.
In the software security development system provided by the embodiment of the application, a user uses a personal PC to log in a security environment by using an established personal account in a non-security environment, places a source code in a work directory of the user, and then conducts software compiling; a user can create a config.ini file in a working directory of the user, wherein the compiling result output control system needs to check the compiling intermediate result and then copy the packed file when configuring the copying operation for each time, and the file user can modify the file according to the needs before the copying operation is started for each time; the file copy system that is not in the config. Ini content will use the previously placed reference file when packaging.
All the embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments, and the relevant points may be referred to the part of the description of the method embodiment. It is noted that, in this document, relational terms such as "first" and "second," and the like, may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the invention and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims.
It will be understood that the present application is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the application is limited only by the appended claims.

Claims (5)

1. A compilation result output control method, characterized by comprising:
generating an intermediate compilation file according to a compilation process, and acquiring the intermediate compilation file;
establishing a compiling reference file, wherein the compiling reference file conforms to a preset rule;
comparing the intermediate compiled file with the compiled reference file to generate a difference text of the intermediate compiled file relative to the compiled reference file;
scanning and checking the differential text;
when the difference text accords with the preset rule, the intermediate compilation file passes through scanning inspection, the difference text is combined into the compilation reference file, and an updated compilation reference file is obtained for the next scanning inspection;
otherwise, the intermediate compiled file fails the scanning check;
if the intermediate compiled file passes the scanning check, compressing the intermediate compiled file, and uploading and outputting the compressed intermediate compiled file;
if the intermediate compiled file does not pass the scanning check, the intermediate compiled file is prevented from being uploaded and output;
wherein the compiled reference file is a once-output compiled result which has passed through the scan check, or,
the compiling reference file is a file formed by intercepting or combining ubiquitous compiling result contents according to an existing compiling result.
2. The compilation result output control method according to claim 1, wherein the predetermined rule includes a rule that does not include a source code and an illegal file.
3. The compilation result output control method according to claim 1, further comprising:
and when the intermediate compiled file does not pass the scanning inspection, sending out a warning prompt.
4. A compilation result output control system, comprising:
the intermediate file acquisition module is used for generating an intermediate compiled file according to the compiling process and acquiring the intermediate compiled file;
the safety check module is used for scanning and checking the intermediate compiled file;
wherein the security check module comprises:
the reference file module is used for establishing a compiling reference file, and the compiling reference file accords with a preset rule;
the difference text module is used for comparing the intermediate compiled file with the compiled reference file and generating a difference text of the intermediate compiled file relative to the compiled reference file;
the difference text scanning module is used for scanning and checking the difference text, when the difference text accords with a preset rule, the intermediate compiled file passes the scanning and checking, otherwise, the intermediate compiled file does not pass the scanning and checking;
a difference text updating module, configured to, when the difference text meets a preset rule, incorporate the difference text into the compiling reference file to obtain an updated compiling reference file for use in a next scanning check;
the compiling result output module is used for compressing the intermediate compiling file and uploading and outputting the compressed intermediate compiling file if the intermediate compiling file passes the scanning check;
a compiling result output blocking module, configured to block uploading and outputting of the intermediate compiled file if the intermediate compiled file fails the scanning check;
wherein the compiled reference file is a once-output compiled result that has been checked by scanning, or,
the compiling reference file is a file formed by intercepting or combining ubiquitous compiling result contents according to an existing compiling result.
5. A software security development system characterized by comprising the compilation result output control system according to claim 4.
CN201910126113.9A 2019-02-20 2019-02-20 Compilation result output control method, system and application Active CN109814874B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910126113.9A CN109814874B (en) 2019-02-20 2019-02-20 Compilation result output control method, system and application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910126113.9A CN109814874B (en) 2019-02-20 2019-02-20 Compilation result output control method, system and application

Publications (2)

Publication Number Publication Date
CN109814874A CN109814874A (en) 2019-05-28
CN109814874B true CN109814874B (en) 2023-03-24

Family

ID=66607015

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910126113.9A Active CN109814874B (en) 2019-02-20 2019-02-20 Compilation result output control method, system and application

Country Status (1)

Country Link
CN (1) CN109814874B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104077217A (en) * 2013-03-28 2014-10-01 腾讯科技(深圳)有限公司 Method and system for compiling and issuing code file
CN104424088A (en) * 2013-08-21 2015-03-18 腾讯科技(深圳)有限公司 Software testing method and device
CN104978191A (en) * 2015-06-24 2015-10-14 小米科技有限责任公司 Application deployment method and server
CN105468428A (en) * 2015-12-04 2016-04-06 上海斐讯数据通信技术有限公司 Android source code compiling method and system
CN105912381A (en) * 2016-04-27 2016-08-31 华中科技大学 Compile-time code security detection method based on rule base
CN106775483A (en) * 2016-12-26 2017-05-31 湖南国科微电子股份有限公司 A kind of RAID coding/decoding systems and method for SSD

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6873935B2 (en) * 2003-03-03 2005-03-29 Microsoft Corporation System and method for statically checking source code
CN104881611B (en) * 2014-02-28 2017-11-24 国际商业机器公司 The method and apparatus for protecting the sensitive data in software product
CN106354632B (en) * 2016-08-24 2019-03-12 北京奇虎测腾安全技术有限公司 A kind of source code detection system and method based on Static Analysis Technology
CN106844192A (en) * 2016-11-10 2017-06-13 乐视控股(北京)有限公司 A kind of detection method of program's source code, device and electronic equipment
US10614218B2 (en) * 2016-11-15 2020-04-07 International Business Machines Corporation Scan time reduction in application code security scanning
CN106844096A (en) * 2016-12-27 2017-06-13 北京五八信息技术有限公司 The treating method and apparatus of program code

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104077217A (en) * 2013-03-28 2014-10-01 腾讯科技(深圳)有限公司 Method and system for compiling and issuing code file
CN104424088A (en) * 2013-08-21 2015-03-18 腾讯科技(深圳)有限公司 Software testing method and device
CN104978191A (en) * 2015-06-24 2015-10-14 小米科技有限责任公司 Application deployment method and server
CN105468428A (en) * 2015-12-04 2016-04-06 上海斐讯数据通信技术有限公司 Android source code compiling method and system
CN105912381A (en) * 2016-04-27 2016-08-31 华中科技大学 Compile-time code security detection method based on rule base
CN106775483A (en) * 2016-12-26 2017-05-31 湖南国科微电子股份有限公司 A kind of RAID coding/decoding systems and method for SSD

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Automated vulnerability detection for compiled smart grid software;S.J.Prowell等;《2012 IEEE PES Innovative Smart Grid Technologies (ISGT)》;第1-5页 *
逻辑漏洞检测与软件行为分析关键技术研究;何博远;《中国博士学位论文全文数据库》(第1期);I138-45 *

Also Published As

Publication number Publication date
CN109814874A (en) 2019-05-28

Similar Documents

Publication Publication Date Title
US7552452B2 (en) Safe, secure resource editing for application localization with language fallback
CN111552931A (en) Method and system for adding shell of java code
CN111367510B (en) Android function module development method and device
US11599654B2 (en) Method and apparatus for authority control, computer device and storage medium
US20160292425A1 (en) System and method for automated remedying of security vulnerabilities
CN111736954A (en) Multi-intelligent contract virtual machine implementation method, multi-intelligent contract virtual machine and system
CN110659031A (en) Compiling method and device of application program, electronic equipment and storage medium
WO2021218173A1 (en) Source code reinforcement method and apparatus, and computer device and storage medium
US20170185784A1 (en) Point-wise protection of application using runtime agent
Mugarza et al. Cetratus: A framework for zero downtime secure software updates in safety‐critical systems
CN111382447B (en) Encryption method for installation package, storage medium and computer equipment
CN108681491B (en) File decoupling method and system
CN109814874B (en) Compilation result output control method, system and application
CN113138768A (en) Application package generation method and device, electronic equipment and readable storage medium
CN115374083A (en) Data source switching method and device, electronic equipment and storage medium
CN112860552B (en) Keyword mechanism operation method and device
CN115495196A (en) Container mirror image compliance checking method and system for container cloud platform
US20230325476A1 (en) Obfuscation device, obfuscation method, and obfuscation program
CN111752548A (en) SDK embedding method and device and computer readable storage medium
CN109460640A (en) A kind of java applet guard method, device, equipment and readable storage medium storing program for executing
KR102626841B1 (en) Method for self integrity verification of dynamic library and apparatus thereof
JP2019160243A (en) Control program, control method, and information processor
CN112882720B (en) Compiling method and device
CN113849202A (en) Drive adaptation method and device for kernel upgrading of operating system and electronic equipment
CN111209002B (en) Development and deployment method for program package, server and computer readable storage medium

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
GR01 Patent grant
GR01 Patent grant