MichaelRocks / paranoid

String obfuscator for Android applications.
Apache License 2.0
670 stars 79 forks source link

Bug: can't import project #40

Closed AndroidDeveloperLB closed 3 years ago

AndroidDeveloperLB commented 3 years ago

Hello,

I wanted to have a look at this repository before using it on a real app. I got this when I tried to open it:

image

How come?

full log:

log.txt

AndroidDeveloperLB commented 3 years ago

It is easy to create a sample project though, like attached one:

paranoidStringObfuscationSample.zip

MichaelRocks commented 3 years ago

Hi @AndroidDeveloperLB,

Yep, I'm aware of this issue and it's already fixed in one of my branches. If you're still interested in manually building the project I can merge the fix into master.

AndroidDeveloperLB commented 3 years ago

I don't understand the offer, but if you say that you fixed it already, good :)

MichaelRocks commented 3 years ago

The issue should be fixed now.

AndroidDeveloperLB commented 3 years ago

@MichaelRocks Confirmed. Seems to work fine now. Not sure what the sample is supposed to show though. I suggest to edit the UI a bit, to show content before and after decoding.

MichaelRocks commented 3 years ago

@AndroidDeveloperLB It's impossible to achieve with the current implementation.

AndroidDeveloperLB commented 3 years ago

@MichaelRocks OK thank you.