Questions tagged [dexguard]

Commercial Android app obfuscator, by same developer as the better known ProGuard.

Commercial Android app obfuscator, by same developer as the better known .

http://www.guardsquare.com/dexguard

175 questions
0
votes
1 answer

Android: Errors occured during the build?

I am attempting to run DEXguard on my simple android application. I have taken the step of adding it's JAR file into the dropins directory in my Eclipse ADT bundle. However now whenever I open eclipse I get this error: Errors occurred during…
user999222
  • 289
  • 1
  • 4
  • 11
0
votes
1 answer

Dexgaurd Configuration for a file

I am using ical4j.jar for processing iCal in that we need to add a ical4j.properties file inside src folder for additional options. If i add outside SRC it not taking. If i enabled dexgaurd then ical4j.properties is removed by dexgaurd. I need to…
Navaneethan
  • 2,125
  • 6
  • 22
  • 32
0
votes
1 answer

Combination of StringEncryption with ClassesEncryption

Does make sense to encrypt Strings the class A and then encrypt the whole class? -encryptstrings ... -encryptclasses ... Or does it just add an unnecessary overhead and I'll be fine with the string encryption only?
Amio.io
  • 20,677
  • 15
  • 82
  • 117
0
votes
1 answer

Dexguard vs Android plugin - breaks build process

When i try to use dexguard plugin in place of android plugin (dexguard plugin extends android), my gradle build process fails with this error: $ ./gradlew assembleDebug FAILURE: Build failed with an exception. * Where: Build file…
VJ Vélan Solutions
  • 6,434
  • 5
  • 49
  • 63
0
votes
0 answers

Cursor.moveToNext occasionally throwing unexplained exceptions

We are using SQLite (actually SQLCipher) on Android 4.4.2 (Nexus 7 tablets) within an obfuscated (Dexguard) Android application. We have ContentProviders to access the SQLite/SQLCipher database. One of these ContentProviders returns messages from…
Swampie
  • 165
  • 1
  • 1
  • 9
0
votes
1 answer

Does Dexguard work for phonegap?

On this page http://www.saikoa.com/dexguard, it says that Dexguard encrypts assets. Will the phonegap app still work?
0
votes
1 answer

Dexguard 5.3.28 font issue

I have upgraded our app to Dexguard 5.3.28 (latest version) and we are facing a font related issue. I know that the new version of dexguard obfuscates assets and i think this might be the problem. With older version, like 5.0.34, we had no…
robert
  • 127
  • 1
  • 10
0
votes
2 answers

Excluding class on NoSuchMethodError does not work for DexGuard

After dexguarding my application I got this error when running my application 01-01 04:47:02.948: E/AndroidRuntime(8125): FATAL EXCEPTION: Thread-9 01-01 04:47:02.948: E/AndroidRuntime(8125): java.lang.NoSuchMethodError:…
Ranhiru Jude Cooray
  • 19,542
  • 20
  • 83
  • 128
-1
votes
1 answer

DexGuard with UiAutomator and Monkey(not monkey runner)

has anyone used uiautomator or monkey to automate ui testing for an app that has been obfuscated by Dexguard? could you share your experience? like could uiautomator identify the widget by resourceID/Text etc. or if monkey could still run its…
-2
votes
1 answer

Unable to make executable signed-release build dexgaurd

I updated my project to gradle version to 4.0 and android support version library to latest(i.e. 27.0.0) with target api with Android O(26), and made a signed release build. Now I'm getting this crash when open the app: java.lang.IllegalAccessError:…
Ashish Singh
  • 371
  • 3
  • 16
1 2 3
11
12