anti virus protection for android

Want to know anti virus protection for android? we have a huge selection of anti virus protection for android information on alibabacloud.com

Research on anti-decompile and anti-compilation solution for Android code obfuscation

, so you want to unzip it or view will prompt the file is corrupted, with the anti-compilation tool will also prompt the file is corrupted, However, it does not affect the normal operation and installation of the Android system and is compatible with all systems.But this apk compression package destroys the same problem as the APK pseudo-encryption, the individual market will not be able to identify the mar

Android Application Security vulnerability status, security protection evolutionary history

-inf:Signature file. Lib:Native code after compiling the so. Other folders:Files added by the developer themselves Android The core logic of the APK is mainly found in Classes.dex, where the cracker will operate on the Classes.dex and Androidmanifest.xml files when it is cracked and packaged two times, so protecting these two files is particularly important. Four,Four steps to pack apk two times 1. Anti-co

The world's first new Android Trojan Golem virus infected tens of thousands of mobile phones

pockets of virus senders. In the past, some advertising alliances used virus infected computers (BOTS) to click on online advertisements to obtain ad fees. However, it was the first time in the world to intercept viruses that could simulate user behavior on Android phones. This means that the mobile advertising fraud industry has entered a new stage, which will

Android APK self-protection technology-encryption APK

after encryption. (2) to decrypt the APK Decryption is not much of a use for us, just a look. According to the above, I believe you have a certain understanding of the APK's pseudo-encryption technology, but this method for Android 4.2.x version and later the system is not applicable it will refuse the installation of this encryption apk. Next we will explain another Android APK to prevent

Android APK self-protection technology-encryption APK

APKDecryption is not much of a use for us, just a look.According to the above, I believe you have a certain understanding of the APK's pseudo-encryption technology, but this method for Android 4.2.x version and later the system is not applicable it will refuse the installation of this encryption apk. Next we will explain another Android APK to prevent anti-compi

Android anti-compilation secret, how the pseudo-encryption apk file is destroyed

is destroyed, so you want to unzip it or view will prompt the file is corrupted, with the anti-compilation tool will also prompt the file is corrupted, However, it does not affect the normal operation and installation of the Android system and is compatible with all systems.But this apk compression package destroys the same problem as the APK pseudo-encryption, the individual market will not be able to ide

Android Reverse Tour---"Anti-debug" scenario resolution (additional modification of IDA Debug port and modification of kernel information)

First, prefaceIn the previous article in detail the Android can be used at this stage of the anti-debugging strategy, we in the reverse application, the general is now the first step back to solve the anti-debugging, or the subsequent steps can not be carried out, of course, if you are static analysis of the acquisition is not necessary. But sometimes you have to

Android APK self-protection technology-integrity check

();MessageDigest msgDigest = null;try {msgDigest = MessageDigest.getInstance("SHA-1");byte[] bytes = new byte[1024];int byteCount;FileInputStream fis = new FileInputStream(new File(apkPath)); while ((byteCount = fis.read(bytes)) > 0){msgDigest.update(bytes, 0, byteCount);} BigInteger bi = new BigInteger(1, msgDigest.digest());String sha = bi.toString(16);fis.close();//这里添加从服务器中获取哈希值然后进行对比校验} catch (Exception e) {e.printStackTrace();}}} (2) Use the Linux sha1sum command to calculate the h

Verification of signature information and protection of sensitive information for Android applications using JNI technology

in recent spare time wrote an application of "Shake Ah Shake", AZ, Android, 360 and several other application stores have been approved and online. From the idea to the final product made and released, intermittent spent nearly 2.5 months of spare time, overall is still smooth, although the period also encountered several small technical difficulties, the final solution is still satisfactory. Today, one of the small technical difficulties, now think o

Anti-compile Android apk and prevent apk program from being recompiled

that the anti-compilation code and the original code are not very different, the main difference is that the original resource references have all become numbers. 即使那些代码是混淆过的,你可以得到他的大体思路对你的开发有益无害 Prevent the APK program from being recompiled As an Android app developer, you have to face an awkward situation where your hard-to-develop apps can be easily recompiled by others.

"Turn" Android anti-cracking technology introduction

Http://www.cnblogs.com/likeandroid/p/4888808.htmlAndroid anti-cracking technology introduction As the internet continues to evolve over the years, Android apps are getting more and more! But then there are more and more problems, the more troublesome problem is: Some criminals use anti-compilation technology to crack the app, modify the code, and then re

How Android anti-compilation is used to inject ads

tool of the miracle?Well, there really is.The tool is Android Studio, a joke, although we do not, but we know that the Smali file can be compiled to build, then we can look at the anti-compilation APK package name, then we create a new app, under the same package name to write a splash screen page activity, Then pack it up as an apk. Put this apk back to compile, extract the corresponding Flash screen page

AVG AntiVirus for Android "Anti-theft" service Spoofing Vulnerability

Release date:Updated on: Affected Systems:AVG AntiVirus for AndroidDescription:--------------------------------------------------------------------------------Bugtraq id: 57129CVE (CAN) ID: CVE-2012-6335AVG AntiVirus for Android is an anti-virus and anti-backdoor program used on smartphones.The

Considerations during Android anti-compilation obfuscation

This article originates from the PPT shared by the members of the group, and the other Members ' documents are not disclosed because they are not authorized.This article command is a Windows 7 environment, if not specifically noted.This article only touches on the approximate knowledge point, does not involve the concrete detail, needs to pay attention.Anti-compilationApktoolCan decompile resource file (XML, point Nine) and code Smali codeUse command: Apktool d xxx.apk Output_filepathDex2jarAnti

How the Android program prevents anti-compilation

not care about this encryption bit (which we call it for the time being) during APK installation, and does not affect the operation of the APK. But Android 4.2.x version and later system will reject the installation of this encryption apk. 3. Modify bytecode at runtimehttp://my.oschina.net/u/2323218/blog/396203Dalvik virtual machine Run Dex File execution bytecode exists in the Method_ids area, need to find in the optimized Odex file, Dex offset, as

Android anti-decompilation series: how to defend against JD-GUI

Android anti-decompilation series: how to defend against JD-GUI This is the sorrow of programmers who have nothing to do at home by the weekend. Now, we will continue to introduce another method to prevent decompilation of android apk over the weekend. I. Protection against the principle of JD-GUI The two most frequent

[Expert column] Anti-buffer overflow Technology in Android

BKJIA: This article describes in detail the ins and outs of the anti-buffer overflow Technology in Android. 1. What is ASLR? ASLRAddress space layout randomization) is a security protection technology for buffer overflow. It randomizes linear zone la S such as heap, stack, and shared library ing, by increasing the difficulty for attackers to predict the target ad

How to deal with anti-buffer overflow Technology in Android

How to deal with anti-buffer overflow Technology in Android1. What is ASLR? ASLR (Address space layout randomization) is a security protection technology for buffer overflow. It randomizes linear zone la S such as heap, stack, and shared library ing, by increasing the difficulty for attackers to predict the target address, attackers are prevented from directly locating the attack code to prevent overflow at

Android "Hanging forcing" the practice of the line---anti-auto-Rob Red Envelopes Principle Analysis

hook, as well as the solution, in speaking of the case to rob red envelopes The solution is very simple, is to seize the time to judge, but this is not hundred percent accurate, Because there are a lot of uncertainties in the inside, such as the speed of the network, may determine a red envelope was robbed of time. But in a certain time to grab the bag we can determine whether to use the auto-grab package plug-in, if you want to do more intelligent, it is best to sample a number of red envelope

Total Pages: 7 1 .... 3 4 5 6 7 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.